other-emerald
other-emerald•3mo ago

How can you explain?

How can you explain?
12 Replies
azzouzana
azzouzana•3mo 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•3mo 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)
genetic-orange
genetic-orange•3mo ago
Ok So i have to add await Actor.pushdata.. in main.js?
azzouzana
azzouzana•3mo ago
yes Let me know if that helps
genetic-orange
genetic-orange•3mo ago
Ok I checked the issue is in router.js have to add pushdata code there
azzouzana
azzouzana•3mo ago
that depends on your actor's logic
patrikbraborec
patrikbraborec•3mo 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!
genetic-orange
genetic-orange•3mo ago
The issue is still the same - no output
No description
genetic-orange
genetic-orange•3mo ago
If you have apify can you test yourself to see If it provides output?
MEE6
MEE6•3mo ago
@Lucrate Results just advanced to level 1! Thanks for your contributions! 🎉
genetic-orange
genetic-orange•3mo ago
Apify
Apify Console
Manage Apify, a full-stack web scraping and data extraction platform.
patrikbraborec
patrikbraborec•3mo 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?