Open Kirossos opened 5 years ago
Possibly related to #93, #90. Also i suggest using triple backticks (```) even for plain log entries because that eliminates word wrapping.
Thanks for the quick response! I edited my post, it's the first time that I post on GitHub, so thanks for the advice ^^
May I ask two things? :) 1.) Is the overall way I try to set up a hotkey the right one or am I missing something? 2.) Is there a fix in sight or any workaround, so that I can get hotkeys to work? (They are the only feature that's missing before completion of my plugin ^^)
But non the less, thanks for the hard work so far, its so nice and "easy" to work with this API. 🥇
With the help of Bluscream we were able to figure it out.
A wrong path under plugins->pyTSon->setting->scripting console->startup->run script
caused the error.
After deleting the path in the config, the console worked again.
But there is still a bug with the ts3lib.requestHotkeyInputDialog
, more about this follows.
A wrong path under plugins->pyTSon->setting->scripting console->startup->run script caused the error.
I'm a bit confused, you didn't write anything about the console. Is there anything that needs to be fixed or what trigger the error (and ofc what kind of error)?
I'm a bit confused, you didn't write anything about the console. Is there anything that needs to be fixed or what trigger the error (and ofc what kind of error)?
Well, the fact that pressing hotkeys triggering random stuff (like opening the console) made him think the error was related to his script.
Hi, I am very new to this API, so I am sorry if I miss something that causes the error :) Now to the Problem, when I try to implement hotkeys into my plugin, I get an unicodeDecodeError in the client protocol. I have build a basic plugin, that replicates the error, at least on my machine.
The error in the client protocol:
After starting the plugin and binding a key, I get this error whenever I press the bound button.