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

Tests Failing with ConnectionRefused Error #12

Open
deepbrook opened this issue Mar 1, 2018 · 0 comments
Open

Tests Failing with ConnectionRefused Error #12

deepbrook opened this issue Mar 1, 2018 · 0 comments

Comments

@deepbrook
Copy link
Owner

deepbrook commented Mar 1, 2018

Failing job:
https://travis-ci.org/nlsdfnbch/Pysher/jobs/347850850

Log:

$ python tests/test_pusherclient.py
ws://127.0.0.1:9000/app/mykey?client=PythonPusherClient&version=0.2.0&protocol=6
Connection: Error - [Errno 111] Connection refused
Connection: Connection closed
Attempting to connect again in 1 seconds.
Connection: Error - [Errno 111] Connection refused
Connection: Connection closed
Attempting to connect again in 1 seconds.
Server: onConnect
Server: onOpen
Server: sendEvent pusher:connection_established
Connection: Connection opened
Connection: ping to pusher
Server: onMessage
Server: sendEvent pusher:pong
Connection: Message - {"event": "pusher:connection_established", "data": "{\"socket_id\": \"testid\"}"}
Connection: Sending event - {'event': 'pusher:subscribe', 'data': {'channel': 'test_channel'}}
Server: onMessage
Server: sendEvent test_event
Connection: Message - {"event": "pusher:pong", "data": "\"\""}
Connection: pong from pusher
Connection: Message - {"event": "test_event", "data": "{\"message\": \"test\"}", "channel": "test_channel"}
Client: {"message": "test"}
Connection: Error - 0
The command "python tests/test_pusherclient.py" exited with 2.
Done. Your build exited with 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant