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!"
I ran the example following the steps in the readme exactly. On running the code with
apify runI 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!"