Fix an exception (TypeError) in function getStereoscopeMode() on startup #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
2019-11-28 11:01:08.332 T:140554339870464 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: getStereoscopeMode() takes exactly 1 argument (0 given) Traceback (most recent call last): File "/storage/.kodi/addons/hyperion.control/service.py", line 221, in <module> hyperion = Hyperion() File "/storage/.kodi/addons/hyperion.control/service.py", line 91, in __init__ self.updateSettings() File "/storage/.kodi/addons/hyperion.control/service.py", line 165, in updateSettings self.updateState() File "/storage/.kodi/addons/hyperion.control/service.py", line 215, in updateState newMode = getStereoscopeMode() TypeError: getStereoscopeMode() takes exactly 1 argument (0 given) -->End of Python script error report<--