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

Bot gets stuck after connecting to google analytics #5971

Closed
martofeld opened this issue Mar 19, 2017 · 2 comments
Closed

Bot gets stuck after connecting to google analytics #5971

martofeld opened this issue Mar 19, 2017 · 2 comments

Comments

@martofeld
Copy link

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)

@Jcolomar
Copy link
Contributor

Jcolomar commented Mar 19, 2017

In my config i have:
.
.
.
"Dragonite":{}
},
"websocket": {
"start_embedded_server": true,
"server_url": "127.0.0.1:4000"
}
}

Add it at bottom of the config

@pogarek
Copy link
Contributor

pogarek commented Mar 27, 2017

Yes, make sure that websocket is listening.

@pogarek pogarek closed this as completed Mar 27, 2017
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

3 participants