Skip to content
New issue

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

Script error #45

Closed
svu opened this issue Nov 23, 2014 · 2 comments
Closed

Script error #45

svu opened this issue Nov 23, 2014 · 2 comments

Comments

@svu
Copy link

svu commented Nov 23, 2014

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<--

@foreverguest
Copy link
Collaborator

Bug confirmed, will fix soon, thanks.

foreverguest added a commit that referenced this issue Dec 20, 2014
@foreverguest
Copy link
Collaborator

Fixed, reopen if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants