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
Tried to do "Play Album". Got this in the log:
23:42:18 T:139760634943232 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: getFilterSongs() takes exactly 4 arguments (3 given) Traceback (most recent call last): File "/storage/.xbmc/addons/plugin.audio.googlemusic.exp/default.py", line 82, in navigation.executeAction(params) File "/storage/.xbmc/addons/plugin.audio.googlemusic.exp/GoogleMusicNavigation.py", line 100, in executeAction self.playAll(params) File "/storage/.xbmc/addons/plugin.audio.googlemusic.exp/GoogleMusicNavigation.py", line 201, in playAll songs = self.api.getFilterSongs(get('filter_type'), get('filter_criteria')) TypeError: getFilterSongs() takes exactly 4 arguments (3 given) -->End of Python script error report<--
The text was updated successfully, but these errors were encountered:
Bug confirmed, will fix soon, thanks.
Sorry, something went wrong.
Update GoogleMusicNavigation.py
05fef53
Fix bug in issue #45
Fixed, reopen if needed.
No branches or pull requests
Tried to do "Play Album". Got this in the log:
23:42:18 T:139760634943232 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: getFilterSongs() takes exactly 4 arguments (3 given)
Traceback (most recent call last):
File "/storage/.xbmc/addons/plugin.audio.googlemusic.exp/default.py", line 82, in
navigation.executeAction(params)
File "/storage/.xbmc/addons/plugin.audio.googlemusic.exp/GoogleMusicNavigation.py", line 100, in executeAction
self.playAll(params)
File "/storage/.xbmc/addons/plugin.audio.googlemusic.exp/GoogleMusicNavigation.py", line 201, in playAll
songs = self.api.getFilterSongs(get('filter_type'), get('filter_criteria'))
TypeError: getFilterSongs() takes exactly 4 arguments (3 given)
-->End of Python script error report<--
The text was updated successfully, but these errors were encountered: