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

Can't search artist/album/tracks nomore - see error log #246

Open
thelucifermorningstar opened this issue Oct 1, 2019 · 1 comment
Open

Comments

@thelucifermorningstar
Copy link

thelucifermorningstar commented Oct 1, 2019

Greetings

First of all, thank you for creating this rly handy Qobuz Kodi plugin!
I've no clue when this started, but I know it was working a few months ago...

Issue description

Can't search artist/album/tracks nomore
Mind you, when entering the word 'love' in Album search, it does show results, so I think it has to do with pagination.

Error log

`2019-10-01 23:29:52.385 T:1216 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.audio.qobuz/?mode=1&nt=512&offset=0&search-type=albums
2019-10-01 23:29:52.390 T:12744 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.qobuz/?mode=1&nt=512&offset=0&search-type=albums) failed
2019-10-01 23:30:08.567 T:12744 WARNING: CGUIWindowManager - CGUIWindowManager::HandleAction - ignoring action 107, because topmost modal dialog closing animation is running
2019-10-01 23:30:14.756 T:9308 WARNING: Previous line repeats 23 times.
2019-10-01 23:30:14.756 T:9308 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: 'limit'
Traceback (most recent call last):
File "C:\Users\user\AppData\Roaming\Kodi\addons\plugin.audio.qobuz\default.py", line 35, in
boot.dispatch()
File "C:\Users\user\AppData\Roaming\Kodi\addons\plugin.audio.qobuz\resources\lib\qobuz\bootstrap.py", line 160, in dispatch
return r.run()
File "C:\Users\user\AppData\Roaming\Kodi\addons\plugin.audio.qobuz\resources\lib\qobuz\renderer\xbmc.py", line 64, in run
self.whiteFlag, self.blackFlag)
File "C:\Users\user\AppData\Roaming\Kodi\addons\plugin.audio.qobuz\resources\lib\qobuz\node\inode.py", line 379, in populating
self.__add_pagination(self.data)
File "C:\Users\user\AppData\Roaming\Kodi\addons\plugin.audio.qobuz\resources\lib\qobuz\node\inode.py", line 191, in __add_pagination
if items['limit'] is None:
KeyError: 'limit'
-->End of Python script error report<--
2019-10-01 23:30:14.801 T:15100 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.audio.qobuz/?mode=1&nt=512&offset=0&search-type=tracks
2019-10-01 23:30:14.805 T:12744 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.qobuz/?mode=1&nt=512&offset=0&search-type=tracks) failed
2019-10-01 23:30:22.118 T:10316 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: 'limit'
Traceback (most recent call last):
File "C:\Users\user\AppData\Roaming\Kodi\addons\plugin.audio.qobuz\default.py", line 35, in
boot.dispatch()
File "C:\Users\user\AppData\Roaming\Kodi\addons\plugin.audio.qobuz\resources\lib\qobuz\bootstrap.py", line 160, in dispatch
return r.run()
File "C:\Users\user\AppData\Roaming\Kodi\addons\plugin.audio.qobuz\resources\lib\qobuz\renderer\xbmc.py", line 64, in run
self.whiteFlag, self.blackFlag)
File "C:\Users\user\AppData\Roaming\Kodi\addons\plugin.audio.qobuz\resources\lib\qobuz\node\inode.py", line 379, in populating
self.__add_pagination(self.data)
File "C:\Users\user\AppData\Roaming\Kodi\addons\plugin.audio.qobuz\resources\lib\qobuz\node\inode.py", line 191, in __add_pagination
if items['limit'] is None:
KeyError: 'limit'
-->End of Python script error report<--
2019-10-01 23:30:22.150 T:17908 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.audio.qobuz/?mode=1&nt=512&offset=0&search-type=artists
2019-10-01 23:30:22.157 T:12744 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.qobuz/?mode=1&nt=512&offset=0&search-type=artists) failed

2019-10-01 23:30:56.195 T:1900 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: 'limit'
Traceback (most recent call last):
File "C:\Users\user\AppData\Roaming\Kodi\addons\plugin.audio.qobuz\default.py", line 35, in
boot.dispatch()
File "C:\Users\user\AppData\Roaming\Kodi\addons\plugin.audio.qobuz\resources\lib\qobuz\bootstrap.py", line 160, in dispatch
return r.run()
File "C:\Users\user\AppData\Roaming\Kodi\addons\plugin.audio.qobuz\resources\lib\qobuz\renderer\xbmc.py", line 64, in run
self.whiteFlag, self.blackFlag)
File "C:\Users\user\AppData\Roaming\Kodi\addons\plugin.audio.qobuz\resources\lib\qobuz\node\inode.py", line 379, in populating
self.__add_pagination(self.data)
File "C:\Users\user\AppData\Roaming\Kodi\addons\plugin.audio.qobuz\resources\lib\qobuz\node\inode.py", line 191, in __add_pagination
if items['limit'] is None:
KeyError: 'limit'
-->End of Python script error report<--
2019-10-01 23:30:56.231 T:3020 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.audio.qobuz/?mode=1&nt=512&offset=0&search-type=artists
2019-10-01 23:30:56.233 T:12036 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.qobuz/?mode=1&nt=512&offset=0&search-type=artists) failed`

@geofstro
Copy link

geofstro commented Oct 2, 2019 via email

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