Exaphis / HackQ-Trivia

Yet another HQ Trivia bot. Automatically scrapes HQ Trivia questions without OCR and answers them.
MIT License
89 stars 54 forks source link

When i try to connect to the websocket i get this #156

Closed SharpBit closed 6 years ago

SharpBit commented 6 years ago
Connecting(url='https://ws-quiz.hype.space/ws/46541')
Connected(url='https://ws-quiz.hype.space/ws/46541')
Rejected(response=<response HTTP/1.1 503 Service Temporarily Unavailable>, reason='Websocket upgrade failed (code=503)')
Disconnected(reason='closed', graceful=True)
Socket closed

Is anyone else getting this? It seems not. How do i fix this? nothing shows up on google

SharpBit commented 6 years ago

Sorry for this but i've been stuck on this for days now and this project was last updated months ago so @Exaphis do you know this? (since u made it)

Exaphis commented 6 years ago

The bot still works perfectly for me. Does this issue occur on another network?

SharpBit commented 6 years ago

I figured it out. Forgot to replace https with wss 🤦‍♀️

Exaphis commented 6 years ago

Great! Thanks for letting me know.