pyTSon (sCRIPTS Shadded out)

weakman

Member
Joined
Nov 11, 2015
Messages
25
Reaction score
4
Points
35
Hello,
my apologies if this is not the correct section. I just started to play around with pyTSon to be honest no freakin clue what i am doing. Some cases working backwards. I am having this problem. If someone can suggest anything.
Thank you
mQNiXY3
 

Bluscream

Retired Staff
Contributor
Joined
May 8, 2015
Messages
967
Reaction score
934
Points
211
The greyed out stuff is disabled, you have to enable it in the pyTSon settings.
 

weakman

Member
Joined
Nov 11, 2015
Messages
25
Reaction score
4
Points
35
The greyed out stuff is disabled, you have to enable it in the pyTSon settings.
Oh Wow thank you for replying. Everytime I hit settings nothing happens. Alll the other stuff I click on works.
 

weakman

Member
Joined
Nov 11, 2015
Messages
25
Reaction score
4
Points
35
Hi,
Thank you in that thread I did what was told to replace line number 291.
this is what happens when i change line number 291
5/17/2017 17:47:12 ClientUI Info Calling plugin onMenuItemEvent: scHandlerID=1type=0, menuItemID=1, selectedItemID=0
5/17/2017 17:47:12 pyTSon Error Calling onMenuItemEvent failed with error "Error calling method
Traceback (most recent call last):
File "C:/Users/XvX/AppData/Local/TeamSpeak 3 Client/config/plugins/pyTSon/scripts\pluginhost.py", line 378, in callMethod
return meth(*args)
File "C:/Users/XvX/AppData/Local/TeamSpeak 3 Client/config/plugins/pyTSon/scripts\pluginhost.py", line 626, in onMenuItemEvent
cls.configure()
File "C:/Users/XvX/AppData/Local/TeamSpeak 3 Client/config/plugins/pyTSon/scripts\pluginhost.py", line 368, in configure
cls.confdlg = ConfigurationDialog(cls.cfg, cls, mainwindow)
File "C:/Users/XvX/AppData/Local/TeamSpeak 3 Client/config/plugins/pyTSon/include\pytsonui\config.py", line 92, in __init__
raise e
File "C:/Users/XvX/AppData/Local/TeamSpeak 3 Client/config/plugins/pyTSon/include\pytsonui\config.py", line 84, in __init__
widgets=self.CONF_WIDGETS)
File "C:/Users/XvX/AppData/Local/TeamSpeak 3 Client/config/plugins/pyTSon/include\pytsonui\__init__.py", line 291, in setupUi
raise Exception("Error creating widget from uifile %s" % loader.errorString())
Exception: Error creating widget from uifile An error has occurred while reading the UI file at line 1, column 0: Premature end of document.
"
 
Last edited:

senCys

Member
Joined
Sep 23, 2017
Messages
1
Reaction score
0
Points
36
@Bluscream
Hey.
The 'Message to Channel' function is it an actual working thing or...,
because i just cant find it in the the pyTSon setting scripts list to enable it.

(the function does exactly as what the script its name is?)

Grtz
 

Bluscream

Retired Staff
Contributor
Joined
May 8, 2015
Messages
967
Reaction score
934
Points
211
@Bluscream
Hey.
The 'Message to Channel' function is it an actual working thing or...,
because i just cant find it in the the pyTSon setting scripts list to enable it.

(the function does exactly as what the script its name is?)

Grtz
The function is part of the longMessages plugin and allows you to send messages longer than 1024 characters.
 
Top