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

WebSocket Connection not Working again (wss://s10.e3dc.com/ws) #121

Open
Jonsch1661 opened this issue Aug 12, 2024 · 3 comments
Open

WebSocket Connection not Working again (wss://s10.e3dc.com/ws) #121

Jonsch1661 opened this issue Aug 12, 2024 · 3 comments

Comments

@Jonsch1661
Copy link

I saw in recent issues that the websocket adress was changed because the connection was no longer working.

I am also timing out on connection attempts using both websockets
wss://s10.e3dc.com/ws and the old one wss://s10.e3dc.com/ws/

Any more changes to the websocket that could cause this or what am i missing?
My passed credentials and serial number are correct. i tested it with the workaround script posted in a previous issue.

@cosenagon
Copy link

I have the exact same issue. Is there any way to fix this?

@fsantini
Copy link
Owner

Uhm, the address in the javascript sources is still that, so I don't think that this is the problem. We'll have to investigate it more.

@RenoFischa
Copy link

try setting isPasswordMd5=True
when you specify the password as cleartext

e3dc_obj = E3DC(E3DC.CONNECT_WEB, username=username, password=password, serialNumber = serialNumber, isPasswordMd5=True)

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

4 participants