-
Notifications
You must be signed in to change notification settings - Fork 75
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
No connection to signaling server possible, Logs show incomplete OCS response #380
Comments
I tried to find out what may be the cause of my problem and found out that I get the same (un)marshaling error message when I try to run the benchmark:
So I guess it is a problem with a JSON library on my side. I redownloaded the git repo and built it from scratch but I always get the same error. Can you tell me which part might be broken here and how to fix it? Edit: |
Some here with uptodate signaling server and nextcloud CE when starting the signaling server I get:
Opening a talk room show the following error message in the console:
I tripped checked any set secret but I can not figure out if this is a configuration issue or something else... any idea on how to solves this issue would be appreciated... |
PS: Just checkout out commit b68ced9 (wild guess) and rebuild it and it works again.... |
@drudgede I could successfully use the capabilities response from your log output in my tests, so it should work in general. How are you building the signaling server? Just by calling |
@fancycode I built the signaling server using
And
however, I cannot find definitions or something else for those three classes in this file. Would it be helpful if I provide those files to you? |
I'm struggling with almost the exact same problem @drudgede Only in my case, the benchmark errors are:
Were you maybe able to fix it? |
Hey @mkrajacic, I was not able to fix it yet. |
Last night I updated Nextcloud from 24 to 26.0.2 and now also found myself with a dead Talk install. |
If |
Today I upgraded Nextcloud Spreed Signaling to the latest version since I had the message in the Nextcloud backend that the old version is not supported anymore. Nextcloud and nextcloud-spreed-signaling run on two different servers. I run Nextcloud 25.0.2 and nextcloud-spreed-signaling version b4d957f/go1.17.13.
The update (pulled with git and executed make build afterwards) was successful. however, I have the problem that I cannot connect to the signaling server in any Talk room and the "make call" button is grayed out . In the Nextcloud admin panel/Talk settings, it shows me that the connection to the Nextcloud high performance backed is successful and also shows me the current version, so the general connection seems.
The signaling server runs as a service on my server and the logs show the following periodically:
On the Nextcloud side, I can find the following in the logs:
I'm not sure if this is a configuration error on my side or a software bug since there is an unexpected end of the JSON input.
For now, I disabled the high performance backend in the Nextcloud settings to have a working instance for now.
Can you help me fixing this problem? If there are any information required, please let me know. I don't know where this error might come from and which information (from Nextcloud server, from the high performance backup server) might be required at this time. I'll try to provide them ASAP.
Thanks and best regards
Mark
The text was updated successfully, but these errors were encountered: