Closed FelixLttks closed 1 year ago
I'm able to run integration tests against cytu.be. Could be an actual connection issue to the server you're trying to reach? Is it public? I can try to reproduce the issue myself if so.
Maybe I dont quite understand what Im suuppost to do.
I configured socketServer by looking at what https://cytu.be/socketconfig/abc.json returns. This returns:
{"servers":[{"url":"https://bigapple.cytu.be:8443","secure":true},{"url":"http://bigapple.cytu.be:8880","secure":false}]}
now I thought I just had to put 'https://bigapple.cytu.be:8443' as the socketServer when setting secure: true.
Is this correct?
Oh, I see the issue. Cytu.be doesn't have a 404 (or any kind of error messaging) if you try to connect to a channel that doesn't exist. abc
doesn't have media playing so cytu.be just never answers. It's a bit of a misleading error, but I'm not sure if there's a way to handle it any better.
Unrelated, but you don't have to manually specify the socket server either if you're connecting to cytu.be. That's only there for self-hosted servers, etc. It will do the socket lookup for you with just channel
.
Thank you. That fixes my error :)
Hello, i cant get it to run..
When I execute the following code I recieve an error message. Any idea how to fix this?
Error:
could be that cytube changed the internal API?