• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Pending Musicbot - Web Client Error & "Permission" 'error' in Client context menu

HackTheDev

Active member
When connecting with the Web Client (connected to Forum Account) the console says:
[2019-05-12 13:12:18] [ERROR] 1 | [91.113.47.82:52529/Marcel | 0] Tried to pass a unknown value client_browser_engine. Please report this, if you're sure that this key should be known!

AND

When I'm using the web client or windows client and right click on my bot or ts3 client user i am not able to click on "Permissions", even when I am Server Admin.


EDIT

When I try to connect via web client i get the following error:
Could not connect to remote host (Connection refused)If you're sure that the remote host is up, than you may not allow unsigned certificates.Click here to accept the remote certificate

This error is simple bypassable but is there a way to like force it to not use SSL ? My certificate seems like it wont work with the teaspeaks created url
Code:
adsoleware.com:port/blablabla
(i used the code tag to avoid emojis)
 
Last edited:

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Hey,
1)
Yes thanks for the report, actually you're the first one ever :)
I'll have to add this property to the internal table, will be fixed soom.

2)
This has already been fixed in the newest dev build. Because I'm currently working on the native audio impl. this build has a small delay.
With the next update this issue will be fixed :)

3)
There is no way to avoid SSL.
Simply because else I've (the website) no access to your mic or related features.

Not sure what's the issue with the cert, but you're sure you've installed the certificate properly?
 

HackTheDev

Active member
Hey (if you want we can chat in german too :D)

1.
I'm getting some other erros too. I don't know if i should post them on the same thread (here) because it is something else.

3.
I am sure the certificate works fine. My website is working perfect with the cert. In the config i saw that the TeaSpeak Server is using own cert files from /certs/ and in the start script files there are cert file too, but anyways.

I tried set the path of my actually cert using for my web site and after some (file permission denials) errors the server started (because it didnt have permission to read them) but using my cert didn't work eighter.

I asume this happens because the ssl only covers port 80 and 443. In the url for connecting to my server the voice server port is added.
Example: adsoleware.com:9987/?forward.......
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Well yes we could, but this thread is may helpful for some others as well and to be honest, I prefer English xD

1.
Well post them all here it will be fine :)

3.
No ssl certificates are not bound to ports.
Have you tried to view the ssl cert within you browser to ensure you're using the right one?
 

HackTheDev

Active member
Okay then english :D

(i guess those are the ssl errors)
[2019-05-15 10:35:10] [INFO] 1 | [Web] Got new manager from 91.114.*.*:3457
[2019-05-15 10:35:10] [INFO] 1 | [[91.114.*.*:3457/undefined | 0]] Using encrypted basic connection.
[2019-05-15 10:35:10] [ERROR] 1 | [91.114.*.*:3457/undefined | 0] Got ssl pipeline error (16 | Could not proceed accept! (-1|1))
[2019-05-15 10:35:10] [INFO] 1 | Voice client 0/ (undefined) from91.114.*.*:3457 left.

(and that the music bot errors; Lisa is a bot)
[2019-05-15 10:35:39] [ERROR] [Music] [FFMPEG][0x7f034e000410] Got error message from FFMpeg:
[2019-05-15 10:35:39] [ERROR] [Music] [FFMPEG][0x7f034e000410] [tls @ 0x7fb86b08d100] Error in the pull function.
[2019-05-15 10:35:39] [ERROR] [Music] [FFMPEG][0x7f034e000410]
[2019-05-15 10:35:39] [ERROR] [Music] [FFMPEG][0x7f034e000410] Got error message from FFMpeg:
[2019-05-15 10:35:39] [ERROR] [Music] [FFMPEG][0x7f034e000410] [https @ 0x7fb86b0c2000] Will reconnect at 5160928 error=Input/output error.
[2019-05-15 10:35:39] [ERROR] [Music] [FFMPEG][0x7f034e000410]
[2019-05-15 10:35:39] [ERROR] [Music] Invalid read (error). Length: 0 Code: 0 Message: Success
[2019-05-15 10:35:53] [ERROR] 1 | [[localhost:0/Lisa | 1]] opus_encode(...) returns invalid code: 0
3.

Top window is the cert when going to web.tea..... and the bottom window is the redirect (when you click on "here"). It seems like it tries to use teaspeak cert?