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

Completed Musikbot Error

Status
Not open for further replies.

mekz

New member
Moin,
Ich bekomm beim nutzden des Musikbots bzw beim versuch was abzuspielen diese Error

Im Client:


In der Console:



Beim versuch von einem Stream zu starten auch:





Auserdem bekomme ich noch diesen Error in der Console beim starten:

 
Last edited:

mekz

New member
__Update

Youtube sache gefixxt einfach YouTube DL einmal neu rauf gehauen-

Was die Streams angeht gehen nur ganz wenige Streams.
 

Winzi

Member
Der WebClient wird denke ich noch nicht komplett released sein. Deswegen lädt sich auch der Port für den Webclient tot.
 

essem

Active member
@mekz das format m3u wird nicht unterstützt. mit .mbot formats kannst du unterstützte formate einsehen.
Korrekter link in dem fall: http://stream01.iloveradio.de/iloveradio1.mp3

Der webclient ist noch nicht nutzbar (und wird es auch die nächsten paar wochen noch nicht sein), der aktuell letzte release ist 1.0.29-beta-3 , alles danach ist noch experimentell.
 
Last edited:
Hi I also got same error with .mbot yt

Code:
?[0m?[0m[21:27:45] [?[0;31mERROR?[0m] [Music] Could not load music provider providers/000ProviderOpus.so. Error: providers/000ProviderOpus.so: undefined symbol: _ZN7threads4impl10ThreadBase6detachESt10shared_ptrIS1_E

?[0m?[0m[21:27:49] [?[1;33mINFO?[0m] [Music] [YT-DL] Resolved youtube-dl with version 2018.03.03
And
Code:
[21:29:16] [INFO]     | Having command mbot
[21:29:16] [INFO]     |  Argument: 'yt'
[21:29:16] [INFO]     |  Argument: '[URL]https://www.youtube.com/watch?v=UceaB4D0jpo[/URL]'
How to fix that?
 

essem

Active member
Hi I also got same error with .mbot yt

Code:
?[0m?[0m[21:27:45] [?[0;31mERROR?[0m] [Music] Could not load music provider providers/000ProviderOpus.so. Error: providers/000ProviderOpus.so: undefined symbol: _ZN7threads4impl10ThreadBase6detachESt10shared_ptrIS1_E

?[0m?[0m[21:27:49] [?[1;33mINFO?[0m] [Music] [YT-DL] Resolved youtube-dl with version 2018.03.03
And
Code:
[21:29:16] [INFO]     | Having command mbot
[21:29:16] [INFO]     |  Argument: 'yt'
[21:29:16] [INFO]     |  Argument: '[URL]https://www.youtube.com/watch?v=UceaB4D0jpo[/URL]'
How to fix that?
can confirm this issue for the latest stable TeaSpeak-1.1.0-beta-36 however it is solved for the latest experimental TeaSpeak-1.1.1-beta-3


people should start adding their exact version of TeaSpeak to bugreports.
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Hey,
I don't see any errors.
The first two lines are just saying that YouTube is working, only the opus decoder for files doesn't work, but this doesn't matter.

The second pair of lines are just a little Debug which I forgot to remove.
 
The Debug is on but there is not error in the log:

Code:
[10:43:33] [INFO]     | Having command mbot
[10:43:33] [INFO]     |  Argument: 'select'
[10:43:33] [INFO]     |  Argument: '4'
[10:43:38] [INFO]     | Having command mbot
[10:43:38] [INFO]     |  Argument: 'yt'
[10:43:38] [INFO]     |  Argument: '[URL]https://www.youtube.com/watch?v=UceaB4D0jpo[/URL]'
[10:43:42] [ERROR]     | Instance tick tooks to long (29)
[10:43:42] [INFO]     | License successfully validated!
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Log and terminal?
Else you se in one of the parts oder information then in the other

Edit:
You may have to change it to trace
 
I dont understand what you mean, in my config it it set to this:

Code:
log:
  #The log level
  #Available types:
  #  0: Trace
  #  1: Debug
  #  2: Info
  #  3: Warn
  #  4: Error
  #  5: Critical
  #  6: Off
  level: 1
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Yeah that's only for the log fine lot for the terminal :) I guess you copied the messages from the terminal
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Hmm Okey then may change it to trace

Edit:
Somewhere should stand why it fails to load
 
Last edited:
Status
Not open for further replies.