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

SocketIO client error in python #53

Open
nonstophits opened this issue Jun 12, 2018 · 0 comments
Open

SocketIO client error in python #53

nonstophits opened this issue Jun 12, 2018 · 0 comments

Comments

@nonstophits
Copy link

There's an error about socketIO client when I start the aiva. The following is the log:

[Mon Jun 11 2018 13:53:34 GMT+0000 (UTC)] INFO Authenticated database successfully
[Mon Jun 11 2018 13:53:36 GMT+0000 (UTC)] INFO Starting aiva process
[Mon Jun 11 2018 13:53:36 GMT+0000 (UTC)] INFO Starting poly-socketio server on port: 6466, expecting 4 IO clients
[Mon Jun 11 2018 13:53:36 GMT+0000 (UTC)] INFO Starting socketIO client for js at 6466
[Mon Jun 11 2018 13:53:36 GMT+0000 (UTC)] INFO Starting socketIO client for python at 6466
[Mon Jun 11 2018 13:53:36 GMT+0000 (UTC)] INFO Deploying bot aivadev with adapter SLACK
[Mon Jun 11 2018 13:53:36 GMT+0000 (UTC)] INFO Starting socketIO client for python at 6466
./bin/hubot: line 8: /Users/Shawn/SourceCode/github/aiva/node_modules/.bin/hubot: No such file or directory
[Mon Jun 11 2018 13:53:36 GMT+0000 (UTC)] INFO js pfMFAodYAxkGm0VwAAAA joined, 3 remains
[Mon Jun 11 2018 13:53:43 GMT+0000 (UTC)] ERROR Traceback (most recent call last):
File "/Users/Shawn/SourceCode/github/aiva/lib/client.py", line 89, in

[Mon Jun 11 2018 13:53:43 GMT+0000 (UTC)] ERROR client = SocketIO('localhost', int(IOPORT))
File "/usr/local/lib/python2.7/site-packages/socketIO_client/init.py", line 353, in init
resource, hurry_interval_in_seconds, **kw)
File "/usr/local/lib/python2.7/site-packages/socketIO_client/init.py", line 54, in init
self._transport
File "/usr/local/lib/python2.7/site-packages/socketIO_client/init.py", line 62, in _transport
self._engineIO_session = self._get_engineIO_session()
File "/usr/local/lib/python2.7/site-packages/socketIO_client/init.py", line 76, in _get_engineIO_session
transport.recv_packet())
StopIteration

So how can I fix it? Any ideas? Thanks.

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

1 participant