aston668334 / nodepay-socks-python

Automated mining for Nodepay.
10 stars 1 forks source link

Connection error: server rejected WebSocket connection: HTTP 403 #7

Open csxuyang opened 1 week ago

csxuyang commented 1 week ago

Hi, I have got some error.I have got user_id and np_token. the error is connect_socket:101 - Connection error: server rejected WebSocket connection: HTTP 403

aston668334 commented 1 week ago

This error may occur by connection error with your proxy. The reason is that your proxy can't connect to nodepay server.

csxuyang commented 1 week ago

oh.. I just test with no proxy way

aston668334 commented 1 week ago

Did you try another ip? I'm not sure this problem caused by internet or setting error.

csxuyang commented 1 week ago

The other methods I used at the beginning were usable, indicating that there was no problem with the IP, but nodepay should have been upgraded and the original method could no longer be used

aston668334 commented 6 days ago

According to this issue, I think it is similar to this problem. https://stackoverflow.com/questions/72711718/python-websocket-403-handshake-when-i-try-to-connect I update a new version witch add header in ws connection.