[FIXED] FHZ 1300
Posted: Wed Aug 27, 2008 5:54 pm
Hello everyone!
Obviously the german part of the forum is not the most frequented place, so please forgive me for placing the same problem in two forums...
I want to control my FHZ 1300 using this great problem. But all I see in Eventghost (latest version 3.6.1430) is this error message when I try to test a command:
Traceback (most recent call last):
File "C:\Programme\EventGhost\eg\Classes\ConfigPanel.py", line 126, in OnTestButton
self.gr.switch(eg.ID_TEST)
File "C:\Programme\EventGhost\eg\Classes\UndoHandler\Configure.py", line 54, in Do
newArgs = gr.switch(*item.GetArgs())
File "C:\Programme\EventGhost\plugins\Fhz1000Pc\__init__.py", line 273, in Configure
address = self.GetAddressFromString(maskedCtrl.GetPlainValue())
File "C:\Programme\EventGhost\plugins\Fhz1000Pc\__init__.py", line 250, in GetAddressFromString
address += (int(addressString, 4) - 1)
ValueError: invalid literal for int() with base 4: '4'
Can someone advice what to do?
Thanks in advance!
Obviously the german part of the forum is not the most frequented place, so please forgive me for placing the same problem in two forums...
I want to control my FHZ 1300 using this great problem. But all I see in Eventghost (latest version 3.6.1430) is this error message when I try to test a command:
Traceback (most recent call last):
File "C:\Programme\EventGhost\eg\Classes\ConfigPanel.py", line 126, in OnTestButton
self.gr.switch(eg.ID_TEST)
File "C:\Programme\EventGhost\eg\Classes\UndoHandler\Configure.py", line 54, in Do
newArgs = gr.switch(*item.GetArgs())
File "C:\Programme\EventGhost\plugins\Fhz1000Pc\__init__.py", line 273, in Configure
address = self.GetAddressFromString(maskedCtrl.GetPlainValue())
File "C:\Programme\EventGhost\plugins\Fhz1000Pc\__init__.py", line 250, in GetAddressFromString
address += (int(addressString, 4) - 1)
ValueError: invalid literal for int() with base 4: '4'
Can someone advice what to do?
Thanks in advance!