You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error when doing an async iteration over Dataset.iterate_items() using Python SDK.
This error only happens when running on Apify infrastructure, not when I run it locally.
Hello,
I'm getting the following error when doing an async iteration over
Dataset.iterate_items()using Python SDK.This error only happens when running on Apify infrastructure, not when I run it locally.
e.g.
Error:
TypeError: 'async for' requires an object with __aiter__ method, got coroutine