We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <type 'exceptions.TypeError'> Error Contents: exit_script() takes exactly 2 arguments (1 given) Traceback (most recent call last): File "C:\Users\dator\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\dialogs\DialogMovieInfo.py", line 99, in onClick ch.serve(control_id, self) File "C:\Users\dator\AppData\Roaming\Kodi\addons\script.module.kodi65\lib\kodi65\actionhandler.py", line 291, in serve return view_function(wnd, control_id) File "C:\Users\dator\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\dialogs\DialogMovieInfo.py", line 218, in play_resume_button self.exit_script() TypeError: exit_script() takes exactly 2 arguments (1 given) -->End of Python script error report<--
The text was updated successfully, but these errors were encountered:
try this 454bcb0
Sorry, something went wrong.
No branches or pull requests
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.TypeError'>
Error Contents: exit_script() takes exactly 2 arguments (1 given)
Traceback (most recent call last):
File "C:\Users\dator\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\dialogs\DialogMovieInfo.py", line 99, in onClick
ch.serve(control_id, self)
File "C:\Users\dator\AppData\Roaming\Kodi\addons\script.module.kodi65\lib\kodi65\actionhandler.py", line 291, in serve
return view_function(wnd, control_id)
File "C:\Users\dator\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\dialogs\DialogMovieInfo.py", line 218, in play_resume_button
self.exit_script()
TypeError: exit_script() takes exactly 2 arguments (1 given)
-->End of Python script error report<--
The text was updated successfully, but these errors were encountered: