user has an issue running the actor
I just got a comment that my actor is not working (it works for me) and the user just got this error message:
2025-10-17T08:56:43.331Z ACTOR: Pulling container image of build 2SzkfERo75DpWbht7 from registry. 2025-10-17T08:56:44.972Z ACTOR: Creating container. 2025-10-17T08:56:45.123Z ACTOR: Starting container. 2025-10-17T08:56:45.392Z Will run command: xvfb-run -a -s "-ac -screen 0 1920x1080x24+32 -nolisten tcp" /bin/sh -c npm start --silent 2025-10-17T08:56:48.321Z [ERROR] Main execution error: An error occurred while processing the request
This doen't seem like an actor issue, it occurs before the actor starts.
So what could this be?
Solution:Jump to solution
it was a error on my code that prevented more than 1000 urls and also for prod user I just showed a generic error message. So problem solved.
1 Reply
Solution
it was a error on my code that prevented more than 1000 urls and also for prod user I just showed a generic error message. So problem solved.