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 ran the example following the steps in the readme exactly. On running the code with apify run I get
2021-02-06 10:27:24 [scrapy.core.scraper] ERROR: Spider error processing <GET https://apify.com/store> (referer: None) Traceback (most recent call last): File "/Users/tetracycline/anaconda3/lib/python3.7/site-packages/twisted/internet/defer.py", line 654, in _runCallbacks current.result = callback(current.result, *args, **kw) File "/Users/tetracycline/repos/actor-scrapy-executor/actor/spiders/run.py", line 22, in parse apify.pushData(output) AttributeError: module 'apify' has no attribute 'pushData'
Looking into the code it seems like the apify module and the apify python sdk are empty? Did the code get deleted or moved? The Pypi repository says "It's still work in progress, so please don't use this yet!"
The text was updated successfully, but these errors were encountered:
I ran the example following the steps in the readme exactly. On running the code with
apify run
I get2021-02-06 10:27:24 [scrapy.core.scraper] ERROR: Spider error processing <GET https://apify.com/store> (referer: None) Traceback (most recent call last): File "/Users/tetracycline/anaconda3/lib/python3.7/site-packages/twisted/internet/defer.py", line 654, in _runCallbacks current.result = callback(current.result, *args, **kw) File "/Users/tetracycline/repos/actor-scrapy-executor/actor/spiders/run.py", line 22, in parse apify.pushData(output) AttributeError: module 'apify' has no attribute 'pushData'
Looking into the code it seems like the apify module and the apify python sdk are empty? Did the code get deleted or moved? The Pypi repository says "It's still work in progress, so please don't use this yet!"
The text was updated successfully, but these errors were encountered: