Martin Adámek
Martin Adámek
What nodejs version are you on? This feels like a bug they introduced in v23.0.0, seeing the double slash in the path.
your project looks more like you are using bun, not nodejs?
> Locally it should log to stderr every charge event on apify run and output the aggregated breakdown of event charges at the end of the run. We discussed this...
I guess we can close this, given #748 was merged. Feel free to reopen if there is something missing.
> Run the image. If you know you won't need headful browsers, > you can remove the XVFB start script for a micro perf gain. I am not sure if...
Yeah thanks for letting us know, we'll take a closer look and remove/adjust the comments if its really like that.
Hmm, it seems to be working fine on apify platform even without X server, used a fresh playwright/chrome template (from apify CLI) and only removed that X server part from...
Hmm the crawlee template indeed fails without the X server running, but the apify one works fine.
Let's reopen if there are more issues with this, it was already explicitly stated in the OP that enabling xvfb helps, I can think we can just close this.
FYI `apify info` will give you both the user name and user id ``` ➜ store-website-content-crawler git:(main) ✗ npx apify-cli@beta info username: adamek userId: xxxxx ```