genetic-orange•2w ago
How can you explain?
How can you explain?
12 Replies
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

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•2w ago
Ok So i have to add await Actor.pushdata.. in main.js?
yes
Let me know if that helps
flat-fuchsia•2w ago
Ok
I checked the issue is in router.js have to add pushdata code there
that depends on your actor's logic
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•2w ago
The issue is still the same - no output

flat-fuchsia•2w ago
If you have apify can you test yourself to see If it provides output?
@Lucrate Results just advanced to level 1! Thanks for your contributions! 🎉
flat-fuchsia•2w 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).