connection with sockpuppetbrowser is failing #3362
Replies: 5 comments 9 replies
-
I have a similar problem, I get this error on all my URL's watched with sockpuppetbrowser, it started 3 days ago: v0.50.8 on Docker |
Beta Was this translation helpful? Give feedback.
-
are you using our docker-compose.yml ? |
Beta Was this translation helpful? Give feedback.
-
running on latest: 0.50.9
notification works but logs have CRITICAL: Failed to get notification:
|
Beta Was this translation helpful? Give feedback.
-
logs are spammed by
anyways here are the fresh logs after force recreate
|
Beta Was this translation helpful? Give feedback.
-
@dgtlmoon I am having this issue too. here is my docker-compose:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
We are watching close to 500 URL's, the main service and socpuppetbrowser both has 1.5m cpu and 1.5gb memory.
The connection with sockpuppetbrowser is failing with this error
Exception: BrowserType.connect_over_cdp: WebSocket error: connect ECONNREFUSED 172.20.241.113:80 Call log: <ws connecting> ws://sockpuppetbrowser/ - <ws error> ws://sockpuppetbrowser/ error connect ECONNREFUSED 172.20.241.113:80 - <ws connect error> ws://sockpuppetbrowser/ connect ECONNREFUSED 172.20.241.113:80 - <ws disconnected> ws://sockpuppetbrowser/ code=1006 reason=
When the above happens for sometime, the queue-size get stuck and doesn't pick up next tasks. I'm assuming it gets stuck somewhere in the state management.
I have checked its not limiting on resources. what could be the possible reason?
Version
0.50.7
How did you install?
Docker
Beta Was this translation helpful? Give feedback.
All reactions