genetic-orange
genetic-orange•2w ago

How can you explain?

How can you explain?
12 Replies
azzouzana
azzouzana•2w ago
Once you gathered the wanted output, you'd have to write it to the dataset, which is the place where the actor output would typically go. Once saved, it'd be available from ehre and you can download etc
No description
azzouzana
azzouzana•2w ago
assuming you have a variable X which holds a reference to your data (json object or array), you have to write like await Actor.pushData(X)
flat-fuchsia
flat-fuchsia•2w ago
Ok So i have to add await Actor.pushdata.. in main.js?
azzouzana
azzouzana•2w ago
yes Let me know if that helps
flat-fuchsia
flat-fuchsia•2w ago
Ok I checked the issue is in router.js have to add pushdata code there
azzouzana
azzouzana•2w ago
that depends on your actor's logic
patrikbraborec
patrikbraborec•2w ago
Hi @Lucrate Results , let me know if you need help, or you do not understand anything. I will be more than happy to help you!
flat-fuchsia
flat-fuchsia•2w ago
The issue is still the same - no output
No description
flat-fuchsia
flat-fuchsia•2w ago
If you have apify can you test yourself to see If it provides output?
MEE6
MEE6•2w ago
@Lucrate Results just advanced to level 1! Thanks for your contributions! 🎉
flat-fuchsia
flat-fuchsia•2w ago
Apify
Apify Console
Manage Apify, a full-stack web scraping and data extraction platform.
patrikbraborec
patrikbraborec•6d ago
@Lucrate Results I checked your Actor, I suggest you add try catch block to your code, and start to log errors (maybe there will be some info on why the data are not stored).

Did you find this page helpful?