Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Bot won't start. HTTP connection Pool error #5251

Closed
avexus opened this issue Sep 6, 2016 · 2 comments
Closed

[bug] Bot won't start. HTTP connection Pool error #5251

avexus opened this issue Sep 6, 2016 · 2 comments

Comments

@avexus
Copy link

avexus commented Sep 6, 2016

I never used webpage to monitor bot activities, only console output is enough for me. So, I set up my conf as:
"websocket_server": false,
"websocket": {
"start_embedded_server": false,
"server_url": "127.0.0.1:4000"
}

But when I run to bot after git pull the mastery branch, I got
[requests.packages.urllib3.connectionpool] [INFO] Starting new HTTP connection (1): 127.0.0.1
,045 [socketIO-client] [WARNING] 127.0.0.1:4000/socket.io [engine.io waiting for connection] HTTPConnectionPool(host='127.0.0.1', port=4000): Max retries exceeded with url: /socket.io/?EIO=3&transport=polling&t=1473187694035-0 (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x0000000006B36E80>: Failed to establish a new connection: [Errno 10061] WSAECONNREFUSED',))
065 [requests.packages.urllib3.connectionpool] [INFO] Starting new HTTP connection (2): 127.0.0.1
2016-09-06 11:48:17,072 [socketIO-client] [WARNING] 127.0.0.1:4000/socket.io [engine.io waiting for connection] HTTPConnectionPool(host='127.0.0.1', port=4000): Max retries exceeded with url: /socket.io/?EIO=3&transport=polling&t=1473187696063-0 (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x0000000006B58080>: Failed to establish a new connection: [Errno 10061] WSAECONNREFUSED',))

@jnnck
Copy link

jnnck commented Sep 6, 2016

same as #5241

You can find a temp fix there, but this should be fixed

@avexus
Copy link
Author

avexus commented Sep 6, 2016

@jannickv thank you.

@avexus avexus closed this as completed Sep 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants