nire0510/script.100fm

script.100fm stopped working after upgrading to kodi 18

Opened this issue · 0 comments

title says it all, here is the log error:
10:06:29.229 T:3452957552 ERROR: EXCEPTION: not implemented.
10:06:29.231 T:3452957552 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.RuntimeError'>
Error Contents: not implemented.
Traceback (most recent call last):
File "/storage/.kodi/addons/script.100fm/addon.py", line 15, in
player_window = PlayerWindow()
File "/storage/.kodi/addons/script.100fm/player.py", line 21, in init
self.setCoordinateResolution(0) # 1920x1080
RuntimeError: not implemented.
-->End of Python script error report<--