You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This message keeps repeating itself after connecting to google_analytics
[2017-03-19 18:02:57] [requests.packages.urllib3.connectionpool] [INFO] Starting new HTTP connection (30): 127.0.0.1
[2017-03-19 18:02:57] [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=1489957377053-0 (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x108862750>: Failed to establish a new connection: [Errno 61] ECONNREFUSED',))
Steps to Reproduce
run the bot
Other Information
OS:
MacOS El capitan
Branch:
dev
Git Commit: 2174f63
Python Version:
Python 2.7.11
Any other relevant files/configs (eg: path files)
The text was updated successfully, but these errors were encountered:
Expected Behavior
The bot should start since the config json and the auth json are valid
Actual Behavior
The bot gets stuck after connecting to google_analytics
Your FULL config.json (remove your username, password, gmapkey and any other private info)
config.json --> http://pastebin.com/JKuFyLJY
Output when issue occurred
This message keeps repeating itself after connecting to google_analytics
[2017-03-19 18:02:57] [requests.packages.urllib3.connectionpool] [INFO] Starting new HTTP connection (30): 127.0.0.1
[2017-03-19 18:02:57] [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=1489957377053-0 (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x108862750>: Failed to establish a new connection: [Errno 61] ECONNREFUSED',))
Steps to Reproduce
run the bot
Other Information
OS:
MacOS El capitan
Branch:
dev
Git Commit:
2174f63
Python Version:
Python 2.7.11
Any other relevant files/configs (eg: path files)
The text was updated successfully, but these errors were encountered: