Code Monkey home page Code Monkey logo

deezerkodi's People

Contributors

kubatek94 avatar valentin271 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

deezerkodi's Issues

Exception class 'KeyError' on trying to play a track

Hi,

thanks for your work on bringing Deezer to Kodi. After I freshly installed DeezerKodi 1.0.0 on LibreElec 10.0.3 on a RPi4 I run into the following error message in the logs. I got a Deezer Premium account and can browse my playlists etc., but playback fails everytime with any song.

2022-12-09 23:54:49.807 T:2329     INFO <general>: DeezerKodi: Starting DeezerKodi v1.0.0
2022-12-09 23:54:49.807 T:2329     INFO <general>: DeezerKodi: Initializing router with location /tracks/1958028657/play
2022-12-09 23:54:49.807 T:2329     INFO <general>: DeezerKodi: Connection: Requesting streaming for track with id 1958028657 ...
2022-12-09 23:54:49.978 T:2329    ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'KeyError'>
                                                   Error Contents: 'code'
                                                   Traceback (most recent call last):
                                                     File "/storage/.kodi/addons/plugin.audio.deezer/addon.py", line 13, in <module>
                                                       APP.run()
                                                     File "/storage/.kodi/addons/plugin.audio.deezer/app/application.py", line 52, in run
                                                       items = self.__router.route(self)
                                                     File "/storage/.kodi/addons/plugin.audio.deezer/app/http/router.py", line 56, in route
                                                       return action(**parameters)
                                                     File "/storage/.kodi/addons/plugin.audio.deezer/app/actions/tracks_actions.py", line 20, in play
                                                       url = Api.instance().request_streaming(identifiant)
                                                     File "/storage/.kodi/addons/plugin.audio.deezer/app/http/api.py", line 215, in request_streaming
                                                       self._obtain_access_token()
                                                     File "/storage/.kodi/addons/plugin.audio.deezer/app/http/api.py", line 132, in _obtain_access_token
                                                       Api.check_error(response)
                                                     File "/storage/.kodi/addons/plugin.audio.deezer/app/http/api.py", line 238, in check_error
                                                       ApiExceptionFinder.from_error(response['error'])
                                                     File "/storage/.kodi/addons/plugin.audio.deezer/lib/exceptions/__init__.py", line 26, in from_error
                                                       if exception.CODE == error['code']:
                                                   KeyError: 'code'
                                                   -->End of Python script error report<--

2022-12-09 23:54:50.171 T:2329     INFO <general>: Python interpreter stopped
2022-12-09 23:54:50.194 T:1455    ERROR <general>: Playlist Player: skipping unplayable item: 245, path [plugin://plugin.audio.deezer/?path=%2Ftracks%2F1958028657%2Fplay]

I read about a similar problem in #13 and that you may have fixed it. Maybe I'm running into the same...?

Regards,
FA85

Unable to request Playlist as User has no .id

From the logs, running version 0.1.3

2021-02-24 08:58:33.013 T:1281315040 DEBUG: Previous line repeats 1 times.
2021-02-24 08:58:33.014 T:1281315040 INFO: DeezerKodi: Starting DeezerKodi 0.1.3
2021-02-24 08:58:33.014 T:1281315040 DEBUG: DeezerKodi: Connection: Getting connection from file /home/osmc/.kodi/temp/connection.pickle
2021-02-24 08:58:33.014 T:1281315040 DEBUG: DeezerKodi: API: Creating API instance
2021-02-24 08:58:33.014 T:1281315040 INFO: DeezerKodi: Mode 'user'
2021-02-24 08:58:33.014 T:1281315040 DEBUG: DeezerKodi: API: Getting user id me from API
2021-02-24 08:58:33.015 T:1281315040 DEBUG: DeezerKodi: Connection: Requesting user/me/ ...
2021-02-24 08:58:33.123 T:1281315040 DEBUG: DeezerKodi: Displaying user ...
2021-02-24 08:58:33.123 T:1281315040 DEBUG: DeezerKodi: Getting user's playlists
2021-02-24 08:58:33.125 T:1281315040 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'User' object has no attribute 'id'
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.audio.deezer/addon.py", line 97, in
me.display()
File "/home/osmc/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/init.py", line 364, in display
for play in self.get_playlists():
File "/home/osmc/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/init.py", line 248, in get_playlists
playlists_data = self.connection.make_request('user', self.id, 'playlists')
AttributeError: 'User' object has no attribute 'id'
-->End of Python script error report<--
2021-02-24 08:58:33.125 T:1281315040 DEBUG: onExecutionDone(37, /home/osmc/.kodi/addons/plugin.audio.deezer/addon.py)
2021-02-24 08:58:33.202 T:1916559376 DEBUG: ------ Window Init (DialogNotification.xml) ------
2021-02-24 08:58:33.294 T:1281315040 INFO: Python interpreter stopped
2021-02-24 08:58:33.294 T:1281315040 DEBUG: Thread LanguageInvoker 1281315040 terminating
2021-02-24 08:58:33.296 T:1289707744 ERROR: GetDirectory - Error getting plugin://plugin.audio.deezer/?id=me&mode=user
2021-02-24 08:58:33.296 T:1289707744 DEBUG: Thread waiting 1289707744 terminating
2021-02-24 08:58:33.296 T:1916559376 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
2021-02-24 08:58:33.297 T:1916559376 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.deezer/?id=me&mode=user) failed
2021-02-24 08:58:33.297 T:1916559376 DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.audio.deezer/)
2021-02-24 08:58:33.297 T:1916559376 DEBUG: ParentPath = [addons://sources/audio]
2021-02-24 08:58:33.297 T:1916559376 DEBUG: Loading items: 3, directory: plugin://plugin.audio.deezer/ sort method: 0, ascending: false
2021-02-24 08:58:33.311 T:1314885856 DEBUG: CAddonDatabase::SetLastUsed[plugin.audio.deezer] took 14 ms
2021-02-24 08:58:33.315 T:1916559376 DEBUG: RetrieveMusicInfo() took 0 msec

Login with Facebook Account not possible

Describe the bug
not really a bug i think, more a missing "feature". created the account with my facebook account, can't login with this addon. when i use my username and password from facebook i got "quota limit exceeded, please wait and retry"

Environment (optional if log file provided) :

  • OS: windows 10
  • Kodi version: Matrix

Files
Log
https://paste.kodi.tv/egodoroduc.kodi

Hope, you can help
Christoph

Fails to load credentials

Apologies if this is down to my configuration.

Describe the bug
Addon fails to launch with see "error log for details" message, correct username and password are in settings.xml for the addon.

Snippet below from the stack trace, at the end of the attached kodi log file.

Traceback (most recent call last):
    File "/home/osmc/.kodi/addons/plugin.audio.deezer/addon.py", line 58, in <module>
   CONNECTION = Connection(ADDON.getSetting('username'), ADDON.getSetting('password'))
   File "/home/osmc/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/__init__.py", line 48, in __init__self._obtain_access_token()

Environment (optional if log file provided) :

  • OS: OSMC (ARM 32-bit)
  • Kodi version: 19.3 (Matrix)

Files
kodi.log

Error on starting: Quota limit exceeded, please wait and retry

Describe the bug

I have just installed DeezerKodi 0.2.1, entered my creds (checked twice) and got this error: Quota limit exceeded, please wait and retry

Environment (optional if log file provided) :

  • OS: OSMC
  • Kodi version: 18.9

Files

Here an extract from my log file:

2021-05-09 16:08:46.603 T:1565520096 WARNING: DeezerKodi: Failed to get token from file, trying API request instead
2021-05-09 16:09:53.138 T:1565520096   ERROR: DeezerKodi: Cannot get token from API
2021-05-09 16:09:58.406 T:1442832608   ERROR: GetDirectory - Error getting plugin://plugin.audio.deezer/
2021-05-09 16:09:58.406 T:1916621744   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.deezer/) failed
2021-05-09 16:10:01.733 T:1281327328 WARNING: DeezerKodi: Failed to get token from file, trying API request instead
2021-05-09 16:10:01.936 T:1281327328   ERROR: DeezerKodi: Cannot get token from API
2021-05-09 16:10:10.211 T:1565520096   ERROR: GetDirectory - Error getting plugin://plugin.audio.deezer/
2021-05-09 16:10:10.211 T:1916621744   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.deezer/) failed
2021-05-09 16:10:15.800 T:1281327328 WARNING: DeezerKodi: Failed to get token from file, trying API request instead
2021-05-09 16:10:16.198 T:1281327328   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: 'code'
                                            Traceback (most recent call last):
                                              File "/home/osmc/.kodi/addons/plugin.audio.deezer/addon.py", line 54, in <module>
                                                CONNECTION = Connection(ADDON.getSetting('username'), ADDON.getSetting('password'))
                                              File "/home/osmc/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/__init__.py", line 69, in __init__
                                                self._obtain_access_token()
                                              File "/home/osmc/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/__init__.py", line 131, in _obtain_access_token
                                                if 'error' in json_response and json_response['error']['code'] == QuotaException.CODE:
                                            KeyError: 'code'
                                            -->End of Python script error report<--

Plugin start failed

Deezer plugin does not start at all. Was running ok last week but not anymore.

Environment:
LibreELEC (official): 9.2.6 (RPi4.arm)
Linux 4.19.127 #1 SMP Sat Oct 24 15:01:22 EDT 2020 armv7l GNU/Linux
Kodi (18.9 (18.9.0) Git:leia_pi4_18.9-Leia). Platform: Linux ARM 32-bit

Log:

2021-04-20 09:35:14.325 T:3011470672   ERROR: Control 52 in window 10502 has been asked to focus, but it can't
2021-04-20 09:35:14.725 T:2432152432   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.EOFError'>
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.audio.deezer/addon.py", line 44, in <module>
                                                CONNECTION = Connection.load()
                                              File "/storage/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/__init__.py", line 110, in load
                                                cls = pickle.load(f)
                                              File "/usr/lib/python2.7/pickle.py", line 1384, in load
                                              File "/usr/lib/python2.7/pickle.py", line 864, in load
                                              File "/usr/lib/python2.7/pickle.py", line 886, in load_eof
                                            EOFError
                                            -->End of Python script error report<--
2021-04-20 09:35:14.809 T:2648908656   ERROR: GetDirectory - Error getting plugin://plugin.audio.deezer/
2021-04-20 09:35:14.824 T:3011470672   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.deezer/) failed

deezer-2.0.3 does not start

Describe the bug
Deezer Error

Environment (optional if log file provided) :

  • OS: Windows 10 21H2, kernel: Windows NT x86 64-bit version 10.0.19044.2364
  • Kodi version: Kodi (20.0-RC2 (19.90.905) Git:20221219-a184a3a7fc)

Files
Error Type: <class 'TypeError'>
Error Contents: unsupported operand type(s) for |: 'type' and 'type'
Traceback (most recent call last):
File "E:\Kodi\portable_data\addons\plugin.audio.deezer\addon.py", line 8, in
from app import Application, Arguments
File "E:\Kodi\portable_data\addons\plugin.audio.deezer\app_init_.py", line 5, in
from .application import Application
File "E:\Kodi\portable_data\addons\plugin.audio.deezer\app\application.py", line 8, in
from app import routes
File "E:\Kodi\portable_data\addons\plugin.audio.deezer\app\routes.py", line 4, in
from app.actions import
File "E:\Kodi\portable_data\addons\plugin.audio.deezer\app\actions_init_.py", line 5, in
from .albums_actions import AlbumsActions
File "E:\Kodi\portable_data\addons\plugin.audio.deezer\app\actions\albums_actions.py", line 3, in
from app.views.list_view import ListView
File "E:\Kodi\portable_data\addons\plugin.audio.deezer\app\views\list_view.py", line 7, in
class ListView(list):
File "E:\Kodi\portable_data\addons\plugin.audio.deezer\app\views\list_view.py", line 26, in ListView
def init(self, view, items: dict | list):
TypeError: unsupported operand type(s) for |: 'type' and 'type'
-->End of Python script error report<--

2023-01-03 20:05:10.736 T:2528 info : CActiveAESink::OpenSink - initialize sink
2023-01-03 20:05:11.125 T:2704 error : XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.audio.deezer/
2023-01-03 20:05:11.135 T:4448 error : CGUIMediaWindow::GetDirectory(plugin://plugin.audio.deezer/) failed

Kodi 18.6 issue

Hi Valentín, plug in 0.7 installs correctly but it shows error on kodon18.6 on librelec 9.2.1 for rpi4. It is a family account with three profiles and I am using the master login but it shows a register problem. See the attached log file image for the error.
15988166512554144714509340549947 thanks, Mfm

Deezer Error

I installed the addon on Kodi 19 running on Nvidia Shield.
I put in my Deezer premiun account credentials in settings and once I open the addon it says "Deezer Error.... check the log for more details".
I don't have any previous versions installed just the latest one provided here.
I also tried it on my android phone and get the same error.
See attached screenshot.

Thanks
Screenshot_20210411-075105_Kodi

Crash Kodi when track is not "readable"

If a track is set to readable:"false" in deezer api, the script get a "Warning: mdecrypt_generic(): An empty string was passed in /data/vhosts/blm/smarttv/functions.php on line 188" and kodi crash.

Correction: in play_track(id)
change last line with :
xbmcplugin.setResolvedUrl(addon_handle, False, None)
to skip the track.

You can also research for the same song with a readble:"true" and replace it in your deezer playlist.

example: Shut Up and Dance (Walk the moon)

https://api.deezer.com/track/90326361 => readable:"false" => kodi crash or if previous patch is applied, the song is skipped

https://api.deezer.com/track/105757076 => readable:"yes", no problem

Exception: authenticate user failed

Describe the bug
DeezerKodi: Exception: authenticate user failed

2023-01-03 22:08:18.595 T:14976 info : DeezerKodi: Starting DeezerKodi v2.0.4
2023-01-03 22:08:18.595 T:14976 info : DeezerKodi: Initializing router with location /albums/42008151
2023-01-03 22:08:18.802 T:14976 warning : Setting most music properties through ListItem.setInfo() is deprecated and might be removed in future Kodi versions. Please use the respective setter in InfoTagMusic.
2023-01-03 22:08:21.017 T:8660 info : Skipped 3 duplicate messages..
2023-01-03 22:08:21.017 T:8660 info : DeezerKodi: Starting DeezerKodi v2.0.4
2023-01-03 22:08:21.017 T:8660 info : DeezerKodi: Initializing router with location /tracks/364894651/play
2023-01-03 22:08:21.018 T:8660 info : DeezerKodi: Connection: Requesting streaming for track with id 364894651 ...
2023-01-03 22:08:21.256 T:8660 error : DeezerKodi: Exception: authenticate user failed
2023-01-03 22:08:21.261 T:12556 info : Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
2023-01-03 22:08:24.492 T:11352 info : SEREN (-1): Seren, Running Path - {'action': 'syncTraktActivities'}
2023-01-03 22:08:24.536 T:11352 info : SEREN (-1): Activities endpoint called too frequently, skipping sync
2023-01-03 22:08:24.537 T:11352 error : SEREN (-1): Activities Sync Failure: Unable to connect to Trakt or activities called too often
2023-01-03 22:08:26.061 T:12556 error : Playlist Player: skipping unplayable item: 0, path [plugin://plugin.audio.deezer/?path=%2Ftracks%2F364894651%2Fplay]
2023-01-03 22:08:26.531 T:8800 info : DeezerKodi: Starting DeezerKodi v2.0.4
2023-01-03 22:08:26.531 T:8800 info : DeezerKodi: Initializing router with location /tracks/364894661/play
2023-01-03 22:08:26.531 T:8800 info : DeezerKodi: Connection: Requesting streaming for track with id 364894661 ...
2023-01-03 22:08:26.794 T:8800 error : DeezerKodi: Exception: authenticate user failed
2023-01-03 22:08:28.641 T:12556 error : Playlist Player: skipping unplayable item: 1, path [plugin://plugin.audio.deezer/?path=%2Ftracks%2F364894661%2Fplay]
2023-01-03 22:08:29.121 T:3148 info : DeezerKodi: Starting DeezerKodi v2.0.4
2023-01-03 22:08:29.121 T:3148 info : DeezerKodi: Initializing router with location /tracks/364894671/play
2023-01-03 22:08:29.121 T:3148 info : DeezerKodi: Connection: Requesting streaming for track with id 364894671 ...
2023-01-03 22:08:29.374 T:3148 error : DeezerKodi: Exception: authenticate user failed
2023-01-03 22:08:34.140 T:12556 warning : CGUIWindowManager - CGUIWindowManager::HandleAction - ignoring action 107, because topmost modal dialog closing animation is running
2023-01-03 22:08:34.201 T:12556 info : Skipped 1 duplicate messages..
2023-01-03 22:08:34.201 T:12556 error : Playlist Player: skipping unplayable item: 2, path [plugin://plugin.audio.deezer/?path=%2Ftracks%2F364894671%2Fplay]
2023-01-03 22:08:34.686 T:13032 info : DeezerKodi: Starting DeezerKodi v2.0.4
2023-01-03 22:08:34.686 T:13032 info : DeezerKodi: Initializing router with location /tracks/364894681/play
2023-01-03 22:08:34.686 T:13032 info : DeezerKodi: Connection: Requesting streaming for track with id 364894681 ...
2023-01-03 22:08:34.982 T:13032 error : DeezerKodi: Exception: authenticate user failed
2023-01-03 22:08:38.121 T:12556 error : Playlist Player: skipping unplayable item: 3, path [plugin://plugin.audio.deezer/?path=%2Ftracks%2F364894681%2Fplay]
2023-01-03 22:08:39.511 T:1364 info : SEREN (-1): Seren, Running Path - {'action': 'cleanOrphanedMetadata'}
2023-01-03 22:08:40.963 T:11256 info : DeezerKodi: Starting DeezerKodi v2.0.4
2023-01-03 22:08:40.963 T:11256 info : DeezerKodi: Initializing router with location /tracks/364894661/play
2023-01-03 22:08:40.963 T:11256 info : DeezerKodi: Connection: Requesting streaming for track with id 364894661 ...
2023-01-03 22:08:41.207 T:11256 error : DeezerKodi: Exception: authenticate user failed
2023-01-03 22:08:43.481 T:12556 error : Playlist Player: skipping unplayable item: 1, path [plugin://plugin.audio.deezer/?path=%2Ftracks%2F364894661%2Fplay]
2023-01-03 22:08:54.528 T:11280 info : SEREN (-1): Seren, Running Path - {'action': 'updateLocalTimezone'}
2023-01-03 22:10:11.480 T:12096 info : DeezerKodi: Starting DeezerKodi v2.0.4
2023-01-03 22:10:11.480 T:12096 info : DeezerKodi: Initializing router with location /tracks/364894661/play
2023-01-03 22:10:11.480 T:12096 info : DeezerKodi: Connection: Requesting streaming for track with id 364894661 ...
2023-01-03 22:10:11.799 T:12096 error : DeezerKodi: Exception: authenticate user failed
2023-01-03 22:10:13.921 T:12556 error : Playlist Player: skipping unplayable item: 1, path [plugin://plugin.audio.deezer/?path=%2Ftracks%2F364894661%2Fplay]
2023-01-03 22:10:14.406 T:9356 info : DeezerKodi: Starting DeezerKodi v2.0.4
2023-01-03 22:10:14.406 T:9356 info : DeezerKodi: Initializing router with location /tracks/364894671/play
2023-01-03 22:10:14.406 T:9356 info : DeezerKodi: Connection: Requesting streaming for track with id 364894671 ...
2023-01-03 22:10:14.655 T:9356 error : DeezerKodi: Exception: authenticate user failed
2023-01-03 22:10:16.241 T:12556 error : Playlist Player: skipping unplayable item: 2, path [plugin://plugin.audio.deezer/?path=%2Ftracks%2F364894671%2Fplay]
2023-01-03 22:10:16.724 T:12592 info : DeezerKodi: Starting DeezerKodi v2.0.4
2023-01-03 22:10:16.724 T:12592 info : DeezerKodi: Initializing router with location /tracks/364894681/play
2023-01-03 22:10:16.724 T:12592 info : DeezerKodi: Connection: Requesting streaming for track with id 364894681 ...
2023-01-03 22:10:16.960 T:12592 error : DeezerKodi: Exception: authenticate user failed
2023-01-03 22:10:20.740 T:12556 warning : CGUIWindowManager - CGUIWindowManager::HandleAction - ignoring action 103, because topmost modal dialog closing animation is running
2023-01-03 22:10:20.920 T:12556 warning : CGUIWindowManager - CGUIWindowManager::HandleAction - ignoring action 107, because topmost modal dialog closing animation is running
2023-01-03 22:10:20.961 T:12556 error : Playlist Player: skipping unplayable item: 3, path [plugin://plugin.audio.deezer/?path=%2Ftracks%2F364894681%2Fplay]
2023-01-03 22:10:20.981 T:11448 info : CActiveAESink::OpenSink - initialize sink

Context menu for adding an artist/album from a search to the Deezer favorites.

Describe the bug

As title says. It would be greatly appreciated to be able to do that. From a Google search (I don't know if the same could be applied to artists and albums)

"Can I get an example of a POST request?"

If you would like to add songs to a playlist or add a playlist to your favorites, the request will look like this:

POST /user/me/playlists?access_token=XXXXXXXXXXXXXXXXXXXXX&playlist_id={{playlist_id}}

HTTP/1.1

Host api.deezer.com

Many thanks for a great addon.

[Security] user credentials could be easily retrieved

Describe the bug
The user login is transmitted via unsecured HTTP to tv.deezer.com.
So plain text email address and a MD5 hash of the password are transmitted.
However MD5 is not a strong hash function as it could be easily reversed.

Environment (optional if log file provided) :

  • affected OS: any
  • affected addon version: 2.0.5

Steps to reproduce

  1. Open Wireshark (or any packet interception app) and start capture
  2. Open Kodi and try authenticate to Deezer
  3. You should be able to view the corresponding packet in Wireshark with endpoint : http://tv.deezer.com/smarttv/authentication.php
  4. Now you have access to the user email its hashed password

Packet in Wireshark

How to resolve
Please consider using HTTPS and if possible SHA256 hash.
You might also enable HTTPS for the streaming.php endpoint.

Listen to Deezer flow

It would be great to be able to listen to the automatically generated playlist called Deezer flow. Even better if we could chose between the ambiance ( party, focus, relax, etc)

browse saved Album or Artiste

Describe the improvement
Should be great if the plugin permit to see album and artiste saved in the deezer account .

30 seconds

deezer 2.0.5:

only 30 seconds while I have premium and only 128 kb.

it doesn't work in nexus

Kodi v20 (Nexus) Pre-release Builds is out, Kodi v19 is under development but deezer addon only works in code 19.5. Valentin271 please make it work in Kodi v20 if possible.

List more than 25 items

The lists show the 25 first items and no more. For example, the discography of Metallica does not show any of their studio records because of all those live recording releases afterwards. Should there be a "show more" link or/and a user setting for the list length to show?

  • OS: LibreELEC 9.2.6
  • Kodi version: 18.9.0

Skipping unplayable item

Some tracks give an error message "Skipping unplayable item". Multiple items are often skipped, then the next playable song is played, and generally Kodi crashes completely after this song is played (my Raspberry Pi 4 running LibreElec restarts automatically.

A non-playable track for me is for example Liar Liar by Cris Cab.

  • OS: LibreElec 11.0.1
  • Kodi version: 20.1.0

See log file attached.

project discussion

Why don't we add an option to sync specific playlists into the library for streaming as music?

Addon crashes frequently

Hi Valentin,

under Raspi, the addon crashes frequently. Independent of the distri, on Raspi 2 or 3:

2020-12-29 06:06:47.060 T:1899524112 DEBUG: ProcessMouse: trying mouse action leftclick
2020-12-29 06:06:47.060 T:1899524112 DEBUG: Activating window ID: 10502
2020-12-29 06:06:47.380 T:1899524112 DEBUG: ------ Window Deinit (Home.xml) ------
2020-12-29 06:06:47.381 T:1899524112 DEBUG: FreeVisualisation() done
2020-12-29 06:06:47.439 T:1899524112 DEBUG: ------ Window Init (MyMusicNav.xml) ------
2020-12-29 06:06:47.439 T:1899524112 INFO: Loading skin file: MyMusicNav.xml, load type: KEEP_IN_MEMORY
2020-12-29 06:06:47.640 T:1899524112 DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.audio.deezer/)
2020-12-29 06:06:47.640 T:1899524112 DEBUG: ParentPath = [plugin://plugin.audio.deezer/]
2020-12-29 06:06:47.641 T:1693413600 DEBUG: Thread waiting start, auto delete: false
2020-12-29 06:06:47.741 T:1899524112 DEBUG: ------ Window Init (DialogBusy.xml) ------
2020-12-29 06:06:50.333 T:1760555232 DEBUG: CAddonDatabase::SetLastUsed[plugin.audio.deezer] took 2693 ms
2020-12-29 06:06:50.334 T:1693413600 DEBUG: StartScript - calling plugin Deezer('plugin://plugin.audio.deezer/','1','','resume:false')
2020-12-29 06:06:50.334 T:1650213088 DEBUG: Thread LanguageInvoker start, auto delete: false
2020-12-29 06:06:50.335 T:1650213088 INFO: initializing python engine.
2020-12-29 06:06:50.335 T:1650213088 DEBUG: CPythonInvoker(1, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): start processing
2020-12-29 06:06:50.592 T:1650213088 DEBUG: -->Python Interpreter Initialized<--
2020-12-29 06:06:50.592 T:1650213088 DEBUG: CPythonInvoker(1, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): the source file to load is "/home/pi/.kodi/addons/plugin.audio.deezer/addon.py"
2020-12-29 06:06:50.593 T:1650213088 DEBUG: CPythonInvoker(1, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): setting the Python path to /home/pi/.kodi/addons/plugin.audio.deezer:/home/pi/.kodi/addons/script.module.certifi/lib:/home/pi/.kodi/addons/script.module.chardet/lib:/home/pi/.kodi/addons/script.module.idna/lib:/home/pi/.kodi/addons/script.module.requests/lib:/home/pi/.kodi/addons/script.module.urllib3/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-arm-linux-gnueabihf:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/gtk-2.0
2020-12-29 06:06:50.593 T:1650213088 DEBUG: CPythonInvoker(1, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): entering source directory /home/pi/.kodi/addons/plugin.audio.deezer
2020-12-29 06:06:50.593 T:1650213088 DEBUG: CPythonInvoker(1, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): instantiating addon using automatically obtained id of "plugin.audio.deezer" dependent on version 2.24.0 of the xbmc.python api
2020-12-29 06:06:52.261 T:1899524112 DEBUG: ------ Window Deinit (Pointer.xml) ------
2020-12-29 06:06:54.145 T:1650213088 DEBUG: CAddonSettings[plugin.audio.deezer]: loading setting definitions
2020-12-29 06:06:54.145 T:1650213088 DEBUG: CAddonSettings[plugin.audio.deezer]: trying to load setting definitions from old format...
2020-12-29 06:06:54.148 T:1650213088 DEBUG: CAddonSettings[plugin.audio.deezer]: loading setting values
2020-12-29 06:06:54.616 T:1650213088 INFO: CPythonInvoker(1, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): script successfully run
2020-12-29 06:06:54.616 T:1650213088 DEBUG: onExecutionDone(1, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py)
2020-12-29 06:06:54.616 T:1693413600 DEBUG: Thread waiting 1693413600 terminating
2020-12-29 06:06:54.616 T:1899524112 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
2020-12-29 06:06:54.617 T:1899524112 DEBUG: Saving fileitems [plugin://plugin.audio.deezer/]
2020-12-29 06:06:54.617 T:1899524112 DEBUG: -- items: 3, sort method: 0, ascending: false
2020-12-29 06:06:54.623 T:1899524112 DEBUG: RetrieveMusicInfo() took 0 msec
2020-12-29 06:06:54.634 T:1693413600 DEBUG: Thread BackgroundLoader start, auto delete: false
2020-12-29 06:06:54.648 T:1693413600 DEBUG: Thread BackgroundLoader 1693413600 terminating
2020-12-29 06:06:54.713 T:1650213088 INFO: Python interpreter stopped
2020-12-29 06:06:54.713 T:1650213088 DEBUG: Thread LanguageInvoker 1650213088 terminating
2020-12-29 06:06:55.283 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 350, event.motion.y: 249
2020-12-29 06:06:55.284 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 363, event.motion.y: 264
2020-12-29 06:06:55.286 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 364, event.motion.y: 265
2020-12-29 06:06:55.288 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 365, event.motion.y: 266
2020-12-29 06:06:55.290 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 366, event.motion.y: 266
2020-12-29 06:06:55.292 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 369, event.motion.y: 269
2020-12-29 06:06:55.293 T:1899524112 DEBUG: ------ Window Init (Pointer.xml) ------
2020-12-29 06:06:55.295 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 370, event.motion.y: 270
2020-12-29 06:06:55.297 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 371, event.motion.y: 271
2020-12-29 06:06:55.298 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 372, event.motion.y: 271
2020-12-29 06:06:55.301 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 373, event.motion.y: 272
2020-12-29 06:06:55.302 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 374, event.motion.y: 273
2020-12-29 06:06:55.304 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 377, event.motion.y: 276
2020-12-29 06:06:55.306 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 378, event.motion.y: 277
2020-12-29 06:06:55.308 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 379, event.motion.y: 278
2020-12-29 06:06:55.310 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 380, event.motion.y: 281
2020-12-29 06:06:55.312 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 381, event.motion.y: 282
2020-12-29 06:06:55.314 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 382, event.motion.y: 283
2020-12-29 06:06:55.316 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 383, event.motion.y: 284
2020-12-29 06:06:55.318 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 384, event.motion.y: 287
2020-12-29 06:06:55.320 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 385, event.motion.y: 288
2020-12-29 06:06:55.322 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 388, event.motion.y: 289
2020-12-29 06:06:55.325 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 389, event.motion.y: 290
2020-12-29 06:06:55.326 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 390, event.motion.y: 291
2020-12-29 06:06:55.328 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 391, event.motion.y: 292
2020-12-29 06:06:55.330 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 392, event.motion.y: 293
2020-12-29 06:06:55.332 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 395, event.motion.y: 296
2020-12-29 06:06:55.334 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 396, event.motion.y: 297
2020-12-29 06:06:55.336 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 397, event.motion.y: 300
2020-12-29 06:06:55.338 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 400, event.motion.y: 301
2020-12-29 06:06:55.341 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 401, event.motion.y: 302
2020-12-29 06:06:55.343 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 404, event.motion.y: 305
2020-12-29 06:06:55.344 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 405, event.motion.y: 308
2020-12-29 06:06:55.346 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 408, event.motion.y: 311
2020-12-29 06:06:55.348 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 409, event.motion.y: 312
2020-12-29 06:06:55.350 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 412, event.motion.y: 317
2020-12-29 06:06:55.352 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 318
2020-12-29 06:06:55.354 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 416, event.motion.y: 323
2020-12-29 06:06:55.356 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 420, event.motion.y: 327
2020-12-29 06:06:55.358 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 421, event.motion.y: 330
2020-12-29 06:06:55.360 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 422, event.motion.y: 333
2020-12-29 06:06:55.362 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 425, event.motion.y: 336
2020-12-29 06:06:55.364 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 427, event.motion.y: 342
2020-12-29 06:06:55.366 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 431, event.motion.y: 346
2020-12-29 06:06:55.368 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 432, event.motion.y: 349
2020-12-29 06:06:55.370 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 435, event.motion.y: 352
2020-12-29 06:06:55.372 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 437, event.motion.y: 358
2020-12-29 06:06:55.374 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 441, event.motion.y: 362
2020-12-29 06:06:55.376 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 445, event.motion.y: 370
2020-12-29 06:06:55.378 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 449, event.motion.y: 374
2020-12-29 06:06:55.380 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 453, event.motion.y: 380
2020-12-29 06:06:55.382 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 457, event.motion.y: 384
2020-12-29 06:06:55.384 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 461, event.motion.y: 390
2020-12-29 06:06:55.386 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 465, event.motion.y: 396
2020-12-29 06:06:55.388 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 469, event.motion.y: 400
2020-12-29 06:06:55.390 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 470, event.motion.y: 401
2020-12-29 06:06:55.392 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 473, event.motion.y: 406
2020-12-29 06:06:55.394 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 477, event.motion.y: 410
2020-12-29 06:06:55.396 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 481, event.motion.y: 416
2020-12-29 06:06:55.398 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 485, event.motion.y: 420
2020-12-29 06:06:55.400 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 486, event.motion.y: 423
2020-12-29 06:06:55.402 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 489, event.motion.y: 426
2020-12-29 06:06:55.404 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 489, event.motion.y: 427
2020-12-29 06:06:55.406 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 491, event.motion.y: 428
2020-12-29 06:06:55.408 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 492, event.motion.y: 431
2020-12-29 06:06:55.410 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 495, event.motion.y: 432
2020-12-29 06:06:55.412 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 496, event.motion.y: 433
2020-12-29 06:06:55.414 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 499, event.motion.y: 436
2020-12-29 06:06:55.416 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 500, event.motion.y: 439
2020-12-29 06:06:55.418 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 503, event.motion.y: 440
2020-12-29 06:06:55.420 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 504, event.motion.y: 441
2020-12-29 06:06:55.422 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 505, event.motion.y: 442
2020-12-29 06:06:55.425 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 508, event.motion.y: 443
2020-12-29 06:06:55.426 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 508, event.motion.y: 444
2020-12-29 06:06:55.428 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 509, event.motion.y: 444
2020-12-29 06:06:55.430 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 510, event.motion.y: 445
2020-12-29 06:06:55.449 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 511, event.motion.y: 445
2020-12-29 06:06:55.451 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 517, event.motion.y: 448
2020-12-29 06:06:55.469 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 517, event.motion.y: 449
2020-12-29 06:06:55.471 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 518, event.motion.y: 448
2020-12-29 06:06:55.521 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 518, event.motion.y: 444
2020-12-29 06:06:55.523 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 513, event.motion.y: 426
2020-12-29 06:06:55.525 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 512, event.motion.y: 423
2020-12-29 06:06:55.527 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 512, event.motion.y: 420
2020-12-29 06:06:55.528 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 511, event.motion.y: 419
2020-12-29 06:06:55.530 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 511, event.motion.y: 416
2020-12-29 06:06:55.532 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 510, event.motion.y: 413
2020-12-29 06:06:55.534 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 510, event.motion.y: 412
2020-12-29 06:06:55.536 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 509, event.motion.y: 410
2020-12-29 06:06:55.538 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 508, event.motion.y: 407
2020-12-29 06:06:55.540 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 507, event.motion.y: 404
2020-12-29 06:06:55.543 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 507, event.motion.y: 403
2020-12-29 06:06:55.545 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 506, event.motion.y: 403
2020-12-29 06:06:55.546 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 506, event.motion.y: 401
2020-12-29 06:06:55.548 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 505, event.motion.y: 398
2020-12-29 06:06:55.550 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 505, event.motion.y: 397
2020-12-29 06:06:55.552 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 504, event.motion.y: 396
2020-12-29 06:06:55.554 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 504, event.motion.y: 394
2020-12-29 06:06:55.556 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 503, event.motion.y: 393
2020-12-29 06:06:55.559 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 503, event.motion.y: 392
2020-12-29 06:06:55.561 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 503, event.motion.y: 391
2020-12-29 06:06:55.562 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 502, event.motion.y: 390
2020-12-29 06:06:55.564 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 501, event.motion.y: 387
2020-12-29 06:06:55.566 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 500, event.motion.y: 386
2020-12-29 06:06:55.568 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 500, event.motion.y: 385
2020-12-29 06:06:55.570 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 499, event.motion.y: 385
2020-12-29 06:06:55.572 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 499, event.motion.y: 383
2020-12-29 06:06:55.575 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 498, event.motion.y: 382
2020-12-29 06:06:55.577 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 498, event.motion.y: 381
2020-12-29 06:06:55.595 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 497, event.motion.y: 380
2020-12-29 06:06:55.596 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 494, event.motion.y: 368
2020-12-29 06:06:55.598 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 493, event.motion.y: 368
2020-12-29 06:06:55.600 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 493, event.motion.y: 367
2020-12-29 06:06:55.602 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 492, event.motion.y: 366
2020-12-29 06:06:55.621 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 492, event.motion.y: 365
2020-12-29 06:06:55.622 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 483, event.motion.y: 358
2020-12-29 06:06:55.625 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 483, event.motion.y: 357
2020-12-29 06:06:55.626 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 482, event.motion.y: 357
2020-12-29 06:06:55.628 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 481, event.motion.y: 356
2020-12-29 06:06:55.630 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 480, event.motion.y: 356
2020-12-29 06:06:55.632 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 479, event.motion.y: 356
2020-12-29 06:06:55.634 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 479, event.motion.y: 355
2020-12-29 06:06:55.636 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 478, event.motion.y: 354
2020-12-29 06:06:55.655 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 477, event.motion.y: 353
2020-12-29 06:06:55.657 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 463, event.motion.y: 350
2020-12-29 06:06:55.659 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 462, event.motion.y: 349
2020-12-29 06:06:55.660 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 459, event.motion.y: 349
2020-12-29 06:06:55.679 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 458, event.motion.y: 349
2020-12-29 06:06:55.680 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 444, event.motion.y: 348
2020-12-29 06:06:55.682 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 443, event.motion.y: 348
2020-12-29 06:06:55.684 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 442, event.motion.y: 348
2020-12-29 06:06:55.686 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 442, event.motion.y: 347
2020-12-29 06:06:55.688 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 440, event.motion.y: 347
2020-12-29 06:06:55.707 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 439, event.motion.y: 347
2020-12-29 06:06:55.709 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 425, event.motion.y: 347
2020-12-29 06:06:55.710 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 424, event.motion.y: 347
2020-12-29 06:06:55.712 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 423, event.motion.y: 347
2020-12-29 06:06:55.747 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 419, event.motion.y: 347
2020-12-29 06:06:55.748 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 347
2020-12-29 06:06:55.959 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 415, event.motion.y: 346
2020-12-29 06:06:55.960 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 346
2020-12-29 06:06:56.011 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 412, event.motion.y: 346
2020-12-29 06:06:56.014 T:1879044320 DEBUG: Previous line repeats 1 times.
2020-12-29 06:06:56.015 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 411, event.motion.y: 345
2020-12-29 06:06:56.033 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 410, event.motion.y: 345
2020-12-29 06:06:56.036 T:1879044320 DEBUG: Previous line repeats 1 times.
2020-12-29 06:06:56.037 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 409, event.motion.y: 344
2020-12-29 06:06:56.071 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 407, event.motion.y: 343
2020-12-29 06:06:56.072 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 406, event.motion.y: 342
2020-12-29 06:06:56.091 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 405, event.motion.y: 342
2020-12-29 06:06:56.093 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 403, event.motion.y: 340
2020-12-29 06:06:56.111 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 402, event.motion.y: 339
2020-12-29 06:06:56.112 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 398, event.motion.y: 336
2020-12-29 06:06:56.131 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 397, event.motion.y: 335
2020-12-29 06:06:56.132 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 392, event.motion.y: 328
2020-12-29 06:06:56.151 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 391, event.motion.y: 327
2020-12-29 06:06:56.152 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 384, event.motion.y: 320
2020-12-29 06:06:56.171 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 383, event.motion.y: 319
2020-12-29 06:06:56.172 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 376, event.motion.y: 310
2020-12-29 06:06:56.175 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 375, event.motion.y: 309
2020-12-29 06:06:56.176 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 374, event.motion.y: 309
2020-12-29 06:06:56.178 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 374, event.motion.y: 308
2020-12-29 06:06:56.180 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 373, event.motion.y: 307
2020-12-29 06:06:56.199 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 372, event.motion.y: 306
2020-12-29 06:06:56.200 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 365, event.motion.y: 297
2020-12-29 06:06:56.219 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 364, event.motion.y: 294
2020-12-29 06:06:56.220 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 359, event.motion.y: 289
2020-12-29 06:06:56.222 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 359, event.motion.y: 288
2020-12-29 06:06:56.243 T:1879044320 DEBUG: Previous line repeats 1 times.
2020-12-29 06:06:56.243 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 356, event.motion.y: 284
2020-12-29 06:06:56.244 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 355, event.motion.y: 283
2020-12-29 06:06:56.279 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 355, event.motion.y: 281
2020-12-29 06:06:56.280 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 354, event.motion.y: 280
2020-12-29 06:06:56.299 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 354, event.motion.y: 279
2020-12-29 06:06:56.318 T:1879044320 DEBUG: Previous line repeats 1 times.
2020-12-29 06:06:56.319 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 354, event.motion.y: 277
2020-12-29 06:06:56.353 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 354, event.motion.y: 275
2020-12-29 06:06:56.583 T:1879044320 DEBUG: Previous line repeats 2 times.
2020-12-29 06:06:56.583 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 354, event.motion.y: 276
2020-12-29 06:06:56.584 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 357, event.motion.y: 282
2020-12-29 06:06:56.586 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 357, event.motion.y: 283
2020-12-29 06:06:56.604 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 358, event.motion.y: 284
2020-12-29 06:06:56.606 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 358, event.motion.y: 288
2020-12-29 06:06:56.608 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 359, event.motion.y: 288
2020-12-29 06:06:56.629 T:1879044320 DEBUG: Previous line repeats 1 times.
2020-12-29 06:06:56.629 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 360, event.motion.y: 290
2020-12-29 06:06:56.663 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 360, event.motion.y: 292
2020-12-29 06:06:56.664 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 360, event.motion.y: 293
2020-12-29 06:06:56.941 T:1879044320 DEBUG: Previous line repeats 1 times.
2020-12-29 06:06:56.941 T:1879044320 DEBUG: libinput: event1 - debounce state: DEBOUNCE_STATE_IS_UP → DEBOUNCE_EVENT_PRESS → DEBOUNCE_STATE_DOWN_WAITING
2020-12-29 06:06:56.941 T:1879044320 DEBUG: CLibInputPointer::ProcessButton - event.type: 4, event.button.button: 1, event.button.x: 360, event.button.y: 293
2020-12-29 06:06:56.966 T:1879044320 DEBUG: libinput: event1 - debounce state: DEBOUNCE_STATE_DOWN_WAITING → DEBOUNCE_EVENT_TIMEOUT → DEBOUNCE_STATE_IS_DOWN
2020-12-29 06:06:57.071 T:1879044320 DEBUG: libinput: event1 - debounce state: DEBOUNCE_STATE_IS_DOWN → DEBOUNCE_EVENT_RELEASE → DEBOUNCE_STATE_RELEASE_WAITING
2020-12-29 06:06:57.071 T:1879044320 DEBUG: CLibInputPointer::ProcessButton - event.type: 5, event.button.button: 1, event.button.x: 360, event.button.y: 293
2020-12-29 06:06:57.083 T:1879044320 DEBUG: libinput: event1 - debounce state: DEBOUNCE_STATE_RELEASE_WAITING → DEBOUNCE_EVENT_TIMEOUT_SHORT → DEBOUNCE_STATE_RELEASED
2020-12-29 06:06:57.086 T:1899524112 DEBUG: ProcessMouse: trying mouse action leftclick
2020-12-29 06:06:57.088 T:1899524112 DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.audio.deezer/?id=me&mode=user)
2020-12-29 06:06:57.088 T:1899524112 DEBUG: ParentPath = [plugin://plugin.audio.deezer/]
2020-12-29 06:06:57.089 T:1650213088 DEBUG: Thread waiting start, auto delete: false
2020-12-29 06:06:57.096 T:1879044320 DEBUG: libinput: event1 - debounce state: DEBOUNCE_STATE_RELEASED → DEBOUNCE_EVENT_TIMEOUT → DEBOUNCE_STATE_IS_UP
2020-12-29 06:06:57.130 T:1760555232 DEBUG: CAddonDatabase::SetLastUsed[plugin.audio.deezer] took 42 ms
2020-12-29 06:06:57.131 T:1650213088 DEBUG: StartScript - calling plugin Deezer('plugin://plugin.audio.deezer/','2','?id=me&mode=user','resume:false')
2020-12-29 06:06:57.131 T:1693413600 DEBUG: Thread LanguageInvoker start, auto delete: false
2020-12-29 06:06:57.131 T:1693413600 INFO: initializing python engine.
2020-12-29 06:06:57.132 T:1693413600 DEBUG: CPythonInvoker(2, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): start processing
2020-12-29 06:06:57.189 T:1899524112 DEBUG: ------ Window Init (DialogBusy.xml) ------
2020-12-29 06:06:57.417 T:1693413600 DEBUG: -->Python Interpreter Initialized<--
2020-12-29 06:06:57.417 T:1693413600 DEBUG: CPythonInvoker(2, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): the source file to load is "/home/pi/.kodi/addons/plugin.audio.deezer/addon.py"
2020-12-29 06:06:57.418 T:1693413600 DEBUG: CPythonInvoker(2, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): setting the Python path to /home/pi/.kodi/addons/plugin.audio.deezer:/home/pi/.kodi/addons/script.module.certifi/lib:/home/pi/.kodi/addons/script.module.chardet/lib:/home/pi/.kodi/addons/script.module.idna/lib:/home/pi/.kodi/addons/script.module.requests/lib:/home/pi/.kodi/addons/script.module.urllib3/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-arm-linux-gnueabihf:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/gtk-2.0
2020-12-29 06:06:57.418 T:1693413600 DEBUG: CPythonInvoker(2, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): entering source directory /home/pi/.kodi/addons/plugin.audio.deezer
2020-12-29 06:06:57.418 T:1693413600 DEBUG: CPythonInvoker(2, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): instantiating addon using automatically obtained id of "plugin.audio.deezer" dependent on version 2.24.0 of the xbmc.python api
2020-12-29 06:07:00.461 T:1693413600 DEBUG: CAddonSettings[plugin.audio.deezer]: loading setting definitions
2020-12-29 06:07:00.461 T:1693413600 DEBUG: CAddonSettings[plugin.audio.deezer]: trying to load setting definitions from old format...
2020-12-29 06:07:00.462 T:1693413600 DEBUG: CAddonSettings[plugin.audio.deezer]: loading setting values
2020-12-29 06:07:01.086 T:1693413600 INFO: CPythonInvoker(2, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): script successfully run
2020-12-29 06:07:01.086 T:1693413600 DEBUG: onExecutionDone(2, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py)
2020-12-29 06:07:01.086 T:1650213088 DEBUG: Thread waiting 1650213088 terminating
2020-12-29 06:07:01.086 T:1899524112 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
2020-12-29 06:07:01.087 T:1899524112 DEBUG: Saving fileitems [plugin://plugin.audio.deezer/?id=me&mode=user]
2020-12-29 06:07:01.088 T:1899524112 DEBUG: -- items: 13, sort method: 0, ascending: false
2020-12-29 06:07:01.095 T:1899524112 DEBUG: RetrieveMusicInfo() took 0 msec
2020-12-29 06:07:01.109 T:1650213088 DEBUG: Thread BackgroundLoader start, auto delete: false
2020-12-29 06:07:01.126 T:1650213088 DEBUG: Thread BackgroundLoader 1650213088 terminating
2020-12-29 06:07:01.222 T:1693413600 INFO: Python interpreter stopped
2020-12-29 06:07:01.223 T:1693413600 DEBUG: Thread LanguageInvoker 1693413600 terminating
2020-12-29 06:07:02.118 T:1899524112 DEBUG: ------ Window Deinit (Pointer.xml) ------
2020-12-29 06:07:02.641 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 360, event.motion.y: 288
2020-12-29 06:07:02.642 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 360, event.motion.y: 271
2020-12-29 06:07:02.644 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 360, event.motion.y: 270
2020-12-29 06:07:02.651 T:1899524112 DEBUG: ------ Window Init (Pointer.xml) ------
2020-12-29 06:07:02.663 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 360, event.motion.y: 270
2020-12-29 06:07:02.698 T:1879044320 DEBUG: Previous line repeats 1 times.
2020-12-29 06:07:02.699 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 360, event.motion.y: 291
2020-12-29 06:07:02.700 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 360, event.motion.y: 297
2020-12-29 06:07:02.702 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 359, event.motion.y: 300
2020-12-29 06:07:02.704 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 358, event.motion.y: 301
2020-12-29 06:07:02.707 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 358, event.motion.y: 303
2020-12-29 06:07:02.708 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 359, event.motion.y: 308
2020-12-29 06:07:02.711 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 359, event.motion.y: 311
2020-12-29 06:07:02.712 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 358, event.motion.y: 314
2020-12-29 06:07:02.714 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 358, event.motion.y: 319
2020-12-29 06:07:02.716 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 358, event.motion.y: 320
2020-12-29 06:07:02.718 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 358, event.motion.y: 324
2020-12-29 06:07:02.720 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 358, event.motion.y: 327
2020-12-29 06:07:02.723 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 357, event.motion.y: 330
2020-12-29 06:07:02.725 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 356, event.motion.y: 333
2020-12-29 06:07:02.726 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 356, event.motion.y: 334
2020-12-29 06:07:02.728 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 355, event.motion.y: 336
2020-12-29 06:07:02.730 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 355, event.motion.y: 341
2020-12-29 06:07:02.732 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 354, event.motion.y: 344
2020-12-29 06:07:02.734 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 353, event.motion.y: 345
2020-12-29 06:07:02.736 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 352, event.motion.y: 348
2020-12-29 06:07:02.738 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 351, event.motion.y: 349
2020-12-29 06:07:02.740 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 350, event.motion.y: 352
2020-12-29 06:07:02.743 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 349, event.motion.y: 353
2020-12-29 06:07:02.744 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 348, event.motion.y: 354
2020-12-29 06:07:02.746 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 347, event.motion.y: 355
2020-12-29 06:07:02.748 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 346, event.motion.y: 356
2020-12-29 06:07:02.750 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 345, event.motion.y: 359
2020-12-29 06:07:02.752 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 344, event.motion.y: 360
2020-12-29 06:07:02.754 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 341, event.motion.y: 363
2020-12-29 06:07:02.756 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 340, event.motion.y: 363
2020-12-29 06:07:02.758 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 339, event.motion.y: 364
2020-12-29 06:07:02.760 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 338, event.motion.y: 364
2020-12-29 06:07:02.762 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 337, event.motion.y: 365
2020-12-29 06:07:02.781 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 336, event.motion.y: 366
2020-12-29 06:07:02.782 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 332, event.motion.y: 369
2020-12-29 06:07:03.200 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 342, event.motion.y: 369
2020-12-29 06:07:03.202 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 346, event.motion.y: 368
2020-12-29 06:07:03.204 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 346, event.motion.y: 367
2020-12-29 06:07:03.623 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 346, event.motion.y: 366
2020-12-29 06:07:03.643 T:1879044320 DEBUG: Previous line repeats 1 times.
2020-12-29 06:07:03.643 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 346, event.motion.y: 365
2020-12-29 06:07:03.679 T:1879044320 DEBUG: Previous line repeats 1 times.
2020-12-29 06:07:03.679 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 345, event.motion.y: 365
2020-12-29 06:07:03.680 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 344, event.motion.y: 366
2020-12-29 06:07:03.715 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 344, event.motion.y: 369
2020-12-29 06:07:03.716 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 343, event.motion.y: 378
2020-12-29 06:07:03.718 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 343, event.motion.y: 379
2020-12-29 06:07:03.721 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 343, event.motion.y: 381
2020-12-29 06:07:03.739 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 342, event.motion.y: 383
2020-12-29 06:07:03.740 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 337, event.motion.y: 397
2020-12-29 06:07:03.742 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 337, event.motion.y: 398
2020-12-29 06:07:03.744 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 337, event.motion.y: 399
2020-12-29 06:07:03.746 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 336, event.motion.y: 400
2020-12-29 06:07:03.748 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 336, event.motion.y: 401
2020-12-29 06:07:03.750 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 336, event.motion.y: 402
2020-12-29 06:07:03.752 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 335, event.motion.y: 403
2020-12-29 06:07:03.754 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 335, event.motion.y: 404
2020-12-29 06:07:03.756 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 335, event.motion.y: 405
2020-12-29 06:07:03.758 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 335, event.motion.y: 406
2020-12-29 06:07:03.760 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 335, event.motion.y: 407
2020-12-29 06:07:03.762 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 335, event.motion.y: 408
2020-12-29 06:07:03.764 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 335, event.motion.y: 409
2020-12-29 06:07:03.766 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 335, event.motion.y: 410
2020-12-29 06:07:03.768 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 335, event.motion.y: 411
2020-12-29 06:07:03.770 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 334, event.motion.y: 412
2020-12-29 06:07:03.772 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 333, event.motion.y: 412
2020-12-29 06:07:03.774 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 333, event.motion.y: 413
2020-12-29 06:07:03.776 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 333, event.motion.y: 414
2020-12-29 06:07:03.796 T:1879044320 DEBUG: Previous line repeats 1 times.
2020-12-29 06:07:03.796 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 330, event.motion.y: 426
2020-12-29 06:07:03.798 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 329, event.motion.y: 427
2020-12-29 06:07:03.800 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 329, event.motion.y: 428
2020-12-29 06:07:03.820 T:1879044320 DEBUG: Previous line repeats 1 times.
2020-12-29 06:07:03.821 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 328, event.motion.y: 432
2020-12-29 06:07:03.950 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 328, event.motion.y: 433
2020-12-29 06:07:03.984 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 328, event.motion.y: 434
2020-12-29 06:07:03.986 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 331, event.motion.y: 438
2020-12-29 06:07:03.988 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 331, event.motion.y: 439
2020-12-29 06:07:04.023 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 333, event.motion.y: 442
2020-12-29 06:07:04.024 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 342, event.motion.y: 453
2020-12-29 06:07:04.026 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 343, event.motion.y: 454
2020-12-29 06:07:04.028 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 343, event.motion.y: 455
2020-12-29 06:07:04.030 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 344, event.motion.y: 456
2020-12-29 06:07:04.048 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 344, event.motion.y: 457
2020-12-29 06:07:04.050 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 356, event.motion.y: 466
2020-12-29 06:07:04.052 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 357, event.motion.y: 466
2020-12-29 06:07:04.054 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 357, event.motion.y: 467
2020-12-29 06:07:04.056 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 358, event.motion.y: 466
2020-12-29 06:07:04.090 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 360, event.motion.y: 466
2020-12-29 06:07:04.092 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 362, event.motion.y: 466
2020-12-29 06:07:04.126 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 363, event.motion.y: 466
2020-12-29 06:07:04.130 T:1879044320 DEBUG: Previous line repeats 1 times.
2020-12-29 06:07:04.130 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 364, event.motion.y: 465
2020-12-29 06:07:04.201 T:1879044320 DEBUG: Previous line repeats 2 times.
2020-12-29 06:07:04.201 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 365, event.motion.y: 464
2020-12-29 06:07:04.381 T:1879044320 DEBUG: Previous line repeats 1 times.
2020-12-29 06:07:04.381 T:1879044320 DEBUG: libinput: event1 - debounce state: DEBOUNCE_STATE_IS_UP → DEBOUNCE_EVENT_PRESS → DEBOUNCE_STATE_DOWN_WAITING
2020-12-29 06:07:04.381 T:1879044320 DEBUG: CLibInputPointer::ProcessButton - event.type: 4, event.button.button: 1, event.button.x: 365, event.button.y: 464
2020-12-29 06:07:04.405 T:1879044320 DEBUG: libinput: event1 - debounce state: DEBOUNCE_STATE_DOWN_WAITING → DEBOUNCE_EVENT_TIMEOUT → DEBOUNCE_STATE_IS_DOWN
2020-12-29 06:07:04.511 T:1879044320 DEBUG: libinput: event1 - debounce state: DEBOUNCE_STATE_IS_DOWN → DEBOUNCE_EVENT_RELEASE → DEBOUNCE_STATE_RELEASE_WAITING
2020-12-29 06:07:04.511 T:1879044320 DEBUG: CLibInputPointer::ProcessButton - event.type: 5, event.button.button: 1, event.button.x: 365, event.button.y: 464
2020-12-29 06:07:04.514 T:1899524112 DEBUG: ProcessMouse: trying mouse action leftclick
2020-12-29 06:07:04.516 T:1899524112 DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.audio.deezer/?id=5498297402&mode=playlist)
2020-12-29 06:07:04.516 T:1899524112 DEBUG: ParentPath = [plugin://plugin.audio.deezer/?id=me&mode=user]
2020-12-29 06:07:04.517 T:1693413600 DEBUG: Thread waiting start, auto delete: false
2020-12-29 06:07:04.522 T:1879044320 DEBUG: libinput: event1 - debounce state: DEBOUNCE_STATE_RELEASE_WAITING → DEBOUNCE_EVENT_TIMEOUT_SHORT → DEBOUNCE_STATE_RELEASED
2020-12-29 06:07:04.535 T:1879044320 DEBUG: libinput: event1 - debounce state: DEBOUNCE_STATE_RELEASED → DEBOUNCE_EVENT_TIMEOUT → DEBOUNCE_STATE_IS_UP
2020-12-29 06:07:04.617 T:1899524112 DEBUG: ------ Window Init (DialogBusy.xml) ------
2020-12-29 06:07:07.336 T:1784672480 DEBUG: CAddonDatabase::SetLastUsed[plugin.audio.deezer] took 2820 ms
2020-12-29 06:07:07.337 T:1693413600 DEBUG: StartScript - calling plugin Deezer('plugin://plugin.audio.deezer/','3','?id=5498297402&mode=playlist','resume:false')
2020-12-29 06:07:07.338 T:1650213088 DEBUG: Thread LanguageInvoker start, auto delete: false
2020-12-29 06:07:07.338 T:1650213088 INFO: initializing python engine.
2020-12-29 06:07:07.338 T:1650213088 DEBUG: CPythonInvoker(3, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): start processing
2020-12-29 06:07:07.635 T:1650213088 DEBUG: -->Python Interpreter Initialized<--
2020-12-29 06:07:07.635 T:1650213088 DEBUG: CPythonInvoker(3, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): the source file to load is "/home/pi/.kodi/addons/plugin.audio.deezer/addon.py"
2020-12-29 06:07:07.636 T:1650213088 DEBUG: CPythonInvoker(3, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): setting the Python path to /home/pi/.kodi/addons/plugin.audio.deezer:/home/pi/.kodi/addons/script.module.certifi/lib:/home/pi/.kodi/addons/script.module.chardet/lib:/home/pi/.kodi/addons/script.module.idna/lib:/home/pi/.kodi/addons/script.module.requests/lib:/home/pi/.kodi/addons/script.module.urllib3/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-arm-linux-gnueabihf:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/gtk-2.0
2020-12-29 06:07:07.636 T:1650213088 DEBUG: CPythonInvoker(3, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): entering source directory /home/pi/.kodi/addons/plugin.audio.deezer
2020-12-29 06:07:07.636 T:1650213088 DEBUG: CPythonInvoker(3, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): instantiating addon using automatically obtained id of "plugin.audio.deezer" dependent on version 2.24.0 of the xbmc.python api
2020-12-29 06:07:09.675 T:1899524112 DEBUG: ------ Window Deinit (Pointer.xml) ------
2020-12-29 06:07:10.727 T:1650213088 DEBUG: CAddonSettings[plugin.audio.deezer]: loading setting definitions
2020-12-29 06:07:10.727 T:1650213088 DEBUG: CAddonSettings[plugin.audio.deezer]: trying to load setting definitions from old format...
2020-12-29 06:07:10.727 T:1650213088 DEBUG: CAddonSettings[plugin.audio.deezer]: loading setting values
2020-12-29 06:07:12.476 T:1650213088 INFO: CPythonInvoker(3, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): script successfully run
2020-12-29 06:07:12.476 T:1650213088 DEBUG: onExecutionDone(3, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py)
2020-12-29 06:07:12.536 T:1693413600 DEBUG: Thread waiting 1693413600 terminating
2020-12-29 06:07:12.536 T:1899524112 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
2020-12-29 06:07:12.538 T:1899524112 DEBUG: Saving fileitems [plugin://plugin.audio.deezer/?id=5498297402&mode=playlist]
2020-12-29 06:07:12.541 T:1899524112 DEBUG: -- items: 151, sort method: 0, ascending: false
2020-12-29 06:07:12.622 T:1650213088 INFO: Python interpreter stopped
2020-12-29 06:07:12.623 T:1650213088 DEBUG: Thread LanguageInvoker 1650213088 terminating
2020-12-29 06:07:12.624 T:1650213088 DEBUG: Thread BackgroundLoader start, auto delete: false
2020-12-29 06:07:12.657 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 366, event.motion.y: 464
2020-12-29 06:07:12.658 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 376, event.motion.y: 452
2020-12-29 06:07:12.660 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 377, event.motion.y: 449
2020-12-29 06:07:12.662 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 378, event.motion.y: 448
2020-12-29 06:07:12.664 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 379, event.motion.y: 447
2020-12-29 06:07:12.666 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 380, event.motion.y: 446
2020-12-29 06:07:12.668 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 381, event.motion.y: 445
2020-12-29 06:07:12.670 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 382, event.motion.y: 442
2020-12-29 06:07:12.672 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 383, event.motion.y: 441
2020-12-29 06:07:12.674 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 384, event.motion.y: 440
2020-12-29 06:07:12.676 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 385, event.motion.y: 439
2020-12-29 06:07:12.695 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 386, event.motion.y: 438
2020-12-29 06:07:12.696 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 397, event.motion.y: 426
2020-12-29 06:07:12.698 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 398, event.motion.y: 425
2020-12-29 06:07:12.700 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 399, event.motion.y: 424
2020-12-29 06:07:12.702 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 400, event.motion.y: 424
2020-12-29 06:07:12.704 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 400, event.motion.y: 423
2020-12-29 06:07:12.706 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 401, event.motion.y: 422
2020-12-29 06:07:12.708 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 404, event.motion.y: 422
2020-12-29 06:07:12.726 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 405, event.motion.y: 421
2020-12-29 06:07:12.728 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 410, event.motion.y: 410
2020-12-29 06:07:12.733 T:1650213088 DEBUG: Thread BackgroundLoader 1650213088 terminating
2020-12-29 06:07:12.746 T:1899524112 DEBUG: RetrieveMusicInfo() took 123 msec
2020-12-29 06:07:12.746 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 410, event.motion.y: 409
2020-12-29 06:07:12.748 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 403
2020-12-29 06:07:12.750 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 402
2020-12-29 06:07:12.768 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 414, event.motion.y: 401
2020-12-29 06:07:12.770 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 414, event.motion.y: 399
2020-12-29 06:07:12.771 T:1650213088 DEBUG: Thread BackgroundLoader start, auto delete: false
2020-12-29 06:07:12.772 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 414, event.motion.y: 398
2020-12-29 06:07:12.777 T:1784672480 INFO: easy_acquire - Created session to http://e-cdn-images.deezer.com
2020-12-29 06:07:12.778 T:1899524112 DEBUG: ------ Window Init (Pointer.xml) ------
2020-12-29 06:07:12.807 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 414, event.motion.y: 398
2020-12-29 06:07:12.808 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 414, event.motion.y: 396
2020-12-29 06:07:12.837 T:1650213088 DEBUG: Thread BackgroundLoader 1650213088 terminating
2020-12-29 06:07:12.857 T:1784672480 DEBUG: CurlFile::Open(0x3414868) http://e-cdn-images.deezer.com/images/cover/6f064ea8de0079f5e29abfe31a0c4a0d/500x500-000000-80-0-0.jpg
2020-12-29 06:07:13.091 T:1784672480 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-29 06:07:13.091 T:1784672480 DEBUG: COMXImageFile::ReadFile http://e-cdn-images.deezer.com/images/cover/6f064ea8de0079f5e29abfe31a0c4a0d/500x500-000000-80-0-0.jpg GetCodingType=0x7fffffff (500x500)
2020-12-29 06:07:13.146 T:1784672480 DEBUG: CCurlFile::GetMimeType - http://e-cdn-images.deezer.com/images/cover/6f064ea8de0079f5e29abfe31a0c4a0d/500x500-000000-80-0-0.jpg -> image/jpeg
2020-12-29 06:07:13.146 T:1784672480 DEBUG: CurlFile::Open(0x3414868) http://e-cdn-images.deezer.com/images/cover/6f064ea8de0079f5e29abfe31a0c4a0d/500x500-000000-80-0-0.jpg
2020-12-29 06:07:13.242 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 410, event.motion.y: 393
2020-12-29 06:07:13.244 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 407, event.motion.y: 383
2020-12-29 06:07:13.246 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 407, event.motion.y: 380
2020-12-29 06:07:13.248 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 407, event.motion.y: 379
2020-12-29 06:07:13.250 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 407, event.motion.y: 378
2020-12-29 06:07:13.252 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 407, event.motion.y: 376
2020-12-29 06:07:13.254 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 408, event.motion.y: 373
2020-12-29 06:07:13.256 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 408, event.motion.y: 372
2020-12-29 06:07:13.258 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 408, event.motion.y: 370
2020-12-29 06:07:13.260 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 408, event.motion.y: 367
2020-12-29 06:07:13.262 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 408, event.motion.y: 364
2020-12-29 06:07:13.264 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 408, event.motion.y: 361
2020-12-29 06:07:13.266 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 408, event.motion.y: 356
2020-12-29 06:07:13.268 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 409, event.motion.y: 353
2020-12-29 06:07:13.270 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 409, event.motion.y: 348
2020-12-29 06:07:13.272 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 410, event.motion.y: 345
2020-12-29 06:07:13.274 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 410, event.motion.y: 340
2020-12-29 06:07:13.276 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 412, event.motion.y: 334
2020-12-29 06:07:13.278 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 412, event.motion.y: 328
2020-12-29 06:07:13.279 T:1784672480 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-29 06:07:13.279 T:1784672480 DEBUG: COMXImageFile::ReadFile http://e-cdn-images.deezer.com/images/cover/6f064ea8de0079f5e29abfe31a0c4a0d/500x500-000000-80-0-0.jpg GetCodingType=0x7fffffff (500x500)
2020-12-29 06:07:13.279 T:1784672480 NOTICE: LoadJpeg: unable to load http://e-cdn-images.deezer.com/images/cover/6f064ea8de0079f5e29abfe31a0c4a0d/500x500-000000-80-0-0.jpg
2020-12-29 06:07:13.280 T:1784672480 DEBUG: CurlFile::Open(0x3414868) http://e-cdn-images.deezer.com/images/cover/6f064ea8de0079f5e29abfe31a0c4a0d/500x500-000000-80-0-0.jpg
2020-12-29 06:07:13.280 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 412, event.motion.y: 325
2020-12-29 06:07:13.282 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 412, event.motion.y: 320
2020-12-29 06:07:13.284 T:1760555232 INFO: easy_acquire - Created session to http://e-cdn-images.deezer.com
2020-12-29 06:07:13.287 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 412, event.motion.y: 317
2020-12-29 06:07:13.287 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 412, event.motion.y: 312
2020-12-29 06:07:13.288 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 412, event.motion.y: 306
2020-12-29 06:07:13.290 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 412, event.motion.y: 300
2020-12-29 06:07:13.292 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 412, event.motion.y: 297
2020-12-29 06:07:13.294 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 412, event.motion.y: 294
2020-12-29 06:07:13.296 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 412, event.motion.y: 291
2020-12-29 06:07:13.298 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 412, event.motion.y: 288
2020-12-29 06:07:13.301 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 412, event.motion.y: 285
2020-12-29 06:07:13.301 T:1752162528 INFO: easy_acquire - Created session to http://e-cdn-images.deezer.com
2020-12-29 06:07:13.303 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 412, event.motion.y: 282
2020-12-29 06:07:13.304 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 412, event.motion.y: 279
2020-12-29 06:07:13.307 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 412, event.motion.y: 276
2020-12-29 06:07:13.308 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 412, event.motion.y: 273
2020-12-29 06:07:13.310 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 270
2020-12-29 06:07:13.312 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 269
2020-12-29 06:07:13.314 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 267
2020-12-29 06:07:13.316 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 264
2020-12-29 06:07:13.317 T:1650213088 DEBUG: Thread JobWorker start, auto delete: true
2020-12-29 06:07:13.319 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 261
2020-12-29 06:07:13.319 T:1650213088 INFO: easy_acquire - Created session to http://e-cdn-images.deezer.com
2020-12-29 06:07:13.321 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 258
2020-12-29 06:07:13.322 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 255
2020-12-29 06:07:13.324 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 252
2020-12-29 06:07:13.326 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 249
2020-12-29 06:07:13.328 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 246
2020-12-29 06:07:13.330 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 243
2020-12-29 06:07:13.333 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 242
2020-12-29 06:07:13.335 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 240
2020-12-29 06:07:13.337 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 237
2020-12-29 06:07:13.338 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 234
2020-12-29 06:07:13.341 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 231
2020-12-29 06:07:13.343 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 228
2020-12-29 06:07:13.344 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 225
2020-12-29 06:07:13.346 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 222
2020-12-29 06:07:13.349 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 221
2020-12-29 06:07:13.351 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 219
2020-12-29 06:07:13.352 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 216
2020-12-29 06:07:13.354 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 213
2020-12-29 06:07:13.356 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 413, event.motion.y: 210
2020-12-29 06:07:13.358 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 414, event.motion.y: 209
2020-12-29 06:07:13.361 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 414, event.motion.y: 207
2020-12-29 06:07:13.363 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 414, event.motion.y: 204
2020-12-29 06:07:13.364 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 414, event.motion.y: 201
2020-12-29 06:07:13.366 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 414, event.motion.y: 198
2020-12-29 06:07:13.368 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 414, event.motion.y: 197
2020-12-29 06:07:13.371 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 415, event.motion.y: 195
2020-12-29 06:07:13.372 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 415, event.motion.y: 192
2020-12-29 06:07:13.374 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 415, event.motion.y: 191
2020-12-29 06:07:13.376 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 415, event.motion.y: 189
2020-12-29 06:07:13.378 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 415, event.motion.y: 188
2020-12-29 06:07:13.380 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 416, event.motion.y: 187
2020-12-29 06:07:13.382 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 416, event.motion.y: 185
2020-12-29 06:07:13.384 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 416, event.motion.y: 184
2020-12-29 06:07:13.386 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 416, event.motion.y: 182
2020-12-29 06:07:13.388 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 416, event.motion.y: 181
2020-12-29 06:07:13.390 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 179
2020-12-29 06:07:13.393 T:1760555232 DEBUG: CurlFile::Open(0x6da39080) http://e-cdn-images.deezer.com/images/cover/1080ce42169009565b406f07a55dbb9e/500x500-000000-80-0-0.jpg
2020-12-29 06:07:13.394 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 178
2020-12-29 06:07:13.394 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 177
2020-12-29 06:07:13.396 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 176
2020-12-29 06:07:13.398 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 175
2020-12-29 06:07:13.399 T:1752162528 DEBUG: CurlFile::Open(0x6922d740) http://e-cdn-images.deezer.com/images/cover/72508933c09c131588f89fae2b9e8480/500x500-000000-80-0-0.jpg
2020-12-29 06:07:13.401 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 173
2020-12-29 06:07:13.403 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 172
2020-12-29 06:07:13.404 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 170
2020-12-29 06:07:13.423 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 169
2020-12-29 06:07:13.425 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 157
2020-12-29 06:07:13.443 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 156
2020-12-29 06:07:13.444 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 146
2020-12-29 06:07:13.446 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 145
2020-12-29 06:07:13.467 T:1879044320 DEBUG: Previous line repeats 1 times.
2020-12-29 06:07:13.467 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 416, event.motion.y: 141
2020-12-29 06:07:13.469 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 416, event.motion.y: 140
2020-12-29 06:07:13.479 T:1650213088 DEBUG: CCurlFile::GetMimeType - http://e-cdn-images.deezer.com/images/cover/0534a3bf3ce4381a5f777912f34fcb6a/500x500-000000-80-0-0.jpg -> image/jpeg
2020-12-29 06:07:13.479 T:1650213088 DEBUG: CurlFile::Open(0x692b2700) http://e-cdn-images.deezer.com/images/cover/0534a3bf3ce4381a5f777912f34fcb6a/500x500-000000-80-0-0.jpg
2020-12-29 06:07:13.480 T:1784672480 DEBUG: Caching image 'http://e-cdn-images.deezer.com/images/cover/6f064ea8de0079f5e29abfe31a0c4a0d/500x500-000000-80-0-0.jpg' to '0/0d861112.jpg':
2020-12-29 06:07:13.480 T:1784672480 DEBUG: cached image 'special://masterprofile/Thumbnails/0/0d861112.jpg' size 500x500
2020-12-29 06:07:13.487 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 416, event.motion.y: 140
2020-12-29 06:07:13.488 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 416, event.motion.y: 138
2020-12-29 06:07:13.753 T:1650213088 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-29 06:07:13.753 T:1650213088 DEBUG: COMXImageFile::ReadFile http://e-cdn-images.deezer.com/images/cover/0534a3bf3ce4381a5f777912f34fcb6a/500x500-000000-80-0-0.jpg GetCodingType=0x7fffffff (500x500)
2020-12-29 06:07:13.753 T:1650213088 NOTICE: LoadJpeg: unable to load http://e-cdn-images.deezer.com/images/cover/0534a3bf3ce4381a5f777912f34fcb6a/500x500-000000-80-0-0.jpg
2020-12-29 06:07:13.754 T:1650213088 DEBUG: CurlFile::Open(0x692bc2b8) http://e-cdn-images.deezer.com/images/cover/0534a3bf3ce4381a5f777912f34fcb6a/500x500-000000-80-0-0.jpg
2020-12-29 06:07:13.762 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 134
2020-12-29 06:07:13.764 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 122
2020-12-29 06:07:13.766 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 121
2020-12-29 06:07:13.768 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 120
2020-12-29 06:07:13.770 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 119
2020-12-29 06:07:13.772 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 118
2020-12-29 06:07:13.774 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 117
2020-12-29 06:07:15.120 T:1760555232 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-29 06:07:15.120 T:1650213088 WARNING: Previous line repeats 1 times.
2020-12-29 06:07:15.120 T:1650213088 DEBUG: Caching image 'http://e-cdn-images.deezer.com/images/cover/0534a3bf3ce4381a5f777912f34fcb6a/500x500-000000-80-0-0.jpg' to '4/498c7d10.jpg':
2020-12-29 06:07:15.120 T:1760555232 DEBUG: COMXImageFile::ReadFile http://e-cdn-images.deezer.com/images/cover/1080ce42169009565b406f07a55dbb9e/500x500-000000-80-0-0.jpg GetCodingType=0x7fffffff (500x500)
2020-12-29 06:07:15.121 T:1752162528 DEBUG: COMXImageFile::ReadFile http://e-cdn-images.deezer.com/images/cover/72508933c09c131588f89fae2b9e8480/500x500-000000-80-0-0.jpg GetCodingType=0x7fffffff (500x500)
2020-12-29 06:07:15.121 T:1879044320 DEBUG: libinput: event1 - debounce state: DEBOUNCE_STATE_IS_UP → DEBOUNCE_EVENT_PRESS → DEBOUNCE_STATE_DOWN_WAITING
2020-12-29 06:07:15.121 T:1650213088 DEBUG: cached image 'special://masterprofile/Thumbnails/4/498c7d10.jpg' size 500x500
2020-12-29 06:07:15.121 T:1879044320 DEBUG: libinput: event1 - debounce state: DEBOUNCE_STATE_DOWN_WAITING → DEBOUNCE_EVENT_TIMEOUT → DEBOUNCE_STATE_IS_DOWN
2020-12-29 06:07:15.122 T:1879044320 DEBUG: libinput: event1 - debounce state: DEBOUNCE_STATE_IS_DOWN → DEBOUNCE_EVENT_RELEASE → DEBOUNCE_STATE_RELEASE_WAITING
2020-12-29 06:07:15.122 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 116
2020-12-29 06:07:15.122 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 115
2020-12-29 06:07:15.122 T:1879044320 DEBUG: Previous line repeats 1 times.
2020-12-29 06:07:15.122 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 109
2020-12-29 06:07:15.122 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 108
2020-12-29 06:07:15.122 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 417, event.motion.y: 105
2020-12-29 06:07:15.122 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 418, event.motion.y: 105
2020-12-29 06:07:15.122 T:1879044320 DEBUG: CLibInputPointer::ProcessMotion - event.type: 3, event.motion.x: 418, event.motion.y: 104
2020-12-29 06:07:15.122 T:1879044320 DEBUG: Previous line repeats 1 times.
2020-12-29 06:07:15.122 T:1879044320 DEBUG: CLibInputPointer::ProcessButton - event.type: 4, event.button.button: 1, event.button.x: 418, event.button.y: 104
2020-12-29 06:07:15.122 T:1879044320 DEBUG: CLibInputPointer::ProcessButton - event.type: 5, event.button.button: 1, event.button.x: 418, event.button.y: 104
2020-12-29 06:07:15.123 T:1879044320 DEBUG: libinput: event1 - debounce state: DEBOUNCE_STATE_RELEASE_WAITING → DEBOUNCE_EVENT_TIMEOUT_SHORT → DEBOUNCE_STATE_RELEASED
2020-12-29 06:07:15.123 T:1879044320 DEBUG: libinput: event1 - debounce state: DEBOUNCE_STATE_RELEASED → DEBOUNCE_EVENT_TIMEOUT → DEBOUNCE_STATE_IS_UP
2020-12-29 06:07:15.124 T:1650213088 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_encode input port 340 output port 341 m_handle 0x692e98c0
2020-12-29 06:07:15.125 T:1650213088 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_encode) - port(340), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(1048576), nBufferAlignment(16)
2020-12-29 06:07:15.126 T:1650213088 DEBUG: COMXCoreComponent::AllocOutputBuffers component(OMX.broadcom.image_encode) - port(341), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(256000) nBufferAlignment(16)
2020-12-29 06:07:15.131 T:1899524112 DEBUG: ProcessMouse: trying mouse action leftclick
2020-12-29 06:07:15.134 T:1899524112 DEBUG: RunScriptWithParams - calling plugin Deezer('plugin://plugin.audio.deezer/','-1','?container=playlist&mode=track&id=131318530','resume:false')
2020-12-29 06:07:15.135 T:1577095392 DEBUG: Thread LanguageInvoker start, auto delete: false
2020-12-29 06:07:15.135 T:1577095392 INFO: initializing python engine.
2020-12-29 06:07:15.135 T:1577095392 DEBUG: CPythonInvoker(4, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): start processing
2020-12-29 06:07:15.139 T:1650213088 DEBUG: COMXImageEnc::CreateThumbnailFromSurface : special://masterprofile/Thumbnails/4/498c7d10.jpg width 500 height 500
2020-12-29 06:07:15.141 T:1650213088 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_encode handle 0x692e98c0
2020-12-29 06:07:15.175 T:1752162528 DEBUG: CCurlFile::GetMimeType - http://e-cdn-images.deezer.com/images/cover/72508933c09c131588f89fae2b9e8480/500x500-000000-80-0-0.jpg -> image/jpeg
2020-12-29 06:07:15.176 T:1752162528 DEBUG: CurlFile::Open(0x6923b158) http://e-cdn-images.deezer.com/images/cover/72508933c09c131588f89fae2b9e8480/500x500-000000-80-0-0.jpg
2020-12-29 06:07:15.177 T:1760555232 DEBUG: CCurlFile::GetMimeType - http://e-cdn-images.deezer.com/images/cover/1080ce42169009565b406f07a55dbb9e/500x500-000000-80-0-0.jpg -> image/jpeg
2020-12-29 06:07:15.178 T:1760555232 DEBUG: CurlFile::Open(0x6da174e8) http://e-cdn-images.deezer.com/images/cover/1080ce42169009565b406f07a55dbb9e/500x500-000000-80-0-0.jpg
2020-12-29 06:07:15.274 T:1752162528 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-29 06:07:15.274 T:1752162528 DEBUG: COMXImageFile::ReadFile http://e-cdn-images.deezer.com/images/cover/72508933c09c131588f89fae2b9e8480/500x500-000000-80-0-0.jpg GetCodingType=0x7fffffff (500x500)
2020-12-29 06:07:15.275 T:1752162528 NOTICE: LoadJpeg: unable to load http://e-cdn-images.deezer.com/images/cover/72508933c09c131588f89fae2b9e8480/500x500-000000-80-0-0.jpg
2020-12-29 06:07:15.275 T:1752162528 DEBUG: CurlFile::Open(0x6923b158) http://e-cdn-images.deezer.com/images/cover/72508933c09c131588f89fae2b9e8480/500x500-000000-80-0-0.jpg
2020-12-29 06:07:15.427 T:1760555232 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-29 06:07:15.427 T:1760555232 DEBUG: COMXImageFile::ReadFile http://e-cdn-images.deezer.com/images/cover/1080ce42169009565b406f07a55dbb9e/500x500-000000-80-0-0.jpg GetCodingType=0x7fffffff (500x500)
2020-12-29 06:07:15.427 T:1760555232 NOTICE: LoadJpeg: unable to load http://e-cdn-images.deezer.com/images/cover/1080ce42169009565b406f07a55dbb9e/500x500-000000-80-0-0.jpg
2020-12-29 06:07:15.428 T:1760555232 DEBUG: CurlFile::Open(0x6da174e8) http://e-cdn-images.deezer.com/images/cover/1080ce42169009565b406f07a55dbb9e/500x500-000000-80-0-0.jpg
2020-12-29 06:07:15.434 T:1752162528 DEBUG: ffmpeg[686FE0E0]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
2020-12-29 06:07:15.443 T:1752162528 DEBUG: Caching image 'http://e-cdn-images.deezer.com/images/cover/72508933c09c131588f89fae2b9e8480/500x500-000000-80-0-0.jpg' to 'b/b6c1718b.jpg':
2020-12-29 06:07:15.443 T:1752162528 DEBUG: cached image 'special://masterprofile/Thumbnails/b/b6c1718b.jpg' size 500x500
2020-12-29 06:07:15.444 T:1752162528 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_encode input port 340 output port 341 m_handle 0x2768d08
2020-12-29 06:07:15.447 T:1577095392 DEBUG: -->Python Interpreter Initialized<--
2020-12-29 06:07:15.447 T:1577095392 DEBUG: CPythonInvoker(4, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): the source file to load is "/home/pi/.kodi/addons/plugin.audio.deezer/addon.py"
2020-12-29 06:07:15.448 T:1752162528 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_encode) - port(340), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(1048576), nBufferAlignment(16)
2020-12-29 06:07:15.448 T:1577095392 DEBUG: CPythonInvoker(4, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): setting the Python path to /home/pi/.kodi/addons/plugin.audio.deezer:/home/pi/.kodi/addons/script.module.certifi/lib:/home/pi/.kodi/addons/script.module.chardet/lib:/home/pi/.kodi/addons/script.module.idna/lib:/home/pi/.kodi/addons/script.module.requests/lib:/home/pi/.kodi/addons/script.module.urllib3/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-arm-linux-gnueabihf:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/gtk-2.0
2020-12-29 06:07:15.448 T:1577095392 DEBUG: CPythonInvoker(4, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): entering source directory /home/pi/.kodi/addons/plugin.audio.deezer
2020-12-29 06:07:15.448 T:1752162528 DEBUG: COMXCoreComponent::AllocOutputBuffers component(OMX.broadcom.image_encode) - port(341), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(256000) nBufferAlignment(16)
2020-12-29 06:07:15.448 T:1577095392 DEBUG: CPythonInvoker(4, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): instantiating addon using automatically obtained id of "plugin.audio.deezer" dependent on version 2.24.0 of the xbmc.python api
2020-12-29 06:07:15.465 T:1752162528 DEBUG: COMXImageEnc::CreateThumbnailFromSurface : special://masterprofile/Thumbnails/b/b6c1718b.jpg width 500 height 500
2020-12-29 06:07:15.468 T:1752162528 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_encode handle 0x2768d08
2020-12-29 06:07:15.657 T:1760555232 DEBUG: Caching image 'http://e-cdn-images.deezer.com/images/cover/1080ce42169009565b406f07a55dbb9e/500x500-000000-80-0-0.jpg' to '5/5d9ff7b0.jpg':
2020-12-29 06:07:15.657 T:1760555232 DEBUG: cached image 'special://masterprofile/Thumbnails/5/5d9ff7b0.jpg' size 500x500
2020-12-29 06:07:15.659 T:1760555232 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_encode input port 340 output port 341 m_handle 0x6da3a2b0
2020-12-29 06:07:15.661 T:1760555232 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_encode) - port(340), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(1048576), nBufferAlignment(16)
2020-12-29 06:07:15.662 T:1760555232 DEBUG: COMXCoreComponent::AllocOutputBuffers component(OMX.broadcom.image_encode) - port(341), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(256000) nBufferAlignment(16)
2020-12-29 06:07:16.210 T:1879044320 DEBUG: CLibInputKeyboard::ProcessKey - using delay: 250ms repeat: 33ms
2020-12-29 06:07:16.210 T:1587540192 DEBUG: Thread Timer start, auto delete: false
2020-12-29 06:07:16.213 T:1899524112 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
2020-12-29 06:07:16.422 T:1760555232 DEBUG: COMXImageEnc::CreateThumbnailFromSurface : special://masterprofile/Thumbnails/5/5d9ff7b0.jpg width 500 height 500
2020-12-29 06:07:16.426 T:1760555232 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_encode handle 0x6da3a2b0
2020-12-29 06:07:16.444 T:1587540192 DEBUG: Thread Timer 1587540192 terminating
2020-12-29 06:07:16.446 T:1899524112 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
2020-12-29 06:07:16.446 T:1899524112 DEBUG: HandleKey: return (0xf00d) pressed, action is Select
2020-12-29 06:07:16.448 T:1899524112 DEBUG: RunScriptWithParams - calling plugin Deezer('plugin://plugin.audio.deezer/','-1','?container=playlist&mode=track&id=131318530','resume:false')
2020-12-29 06:07:16.448 T:1587540192 DEBUG: Thread LanguageInvoker start, auto delete: false
2020-12-29 06:07:16.448 T:1587540192 INFO: initializing python engine.
2020-12-29 06:07:16.448 T:1587540192 DEBUG: CPythonInvoker(5, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): start processing
2020-12-29 06:07:16.451 T:1899524112 DEBUG: ------ Window Deinit (Pointer.xml) ------
2020-12-29 06:07:18.780 T:1577095392 DEBUG: CAddonSettings[plugin.audio.deezer]: loading setting definitions
2020-12-29 06:07:18.780 T:1577095392 DEBUG: CAddonSettings[plugin.audio.deezer]: trying to load setting definitions from old format...
2020-12-29 06:07:18.781 T:1577095392 DEBUG: CAddonSettings[plugin.audio.deezer]: loading setting values
2020-12-29 06:07:19.088 T:1587540192 DEBUG: -->Python Interpreter Initialized<--
2020-12-29 06:07:19.089 T:1587540192 DEBUG: CPythonInvoker(5, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): the source file to load is "/home/pi/.kodi/addons/plugin.audio.deezer/addon.py"
2020-12-29 06:07:19.089 T:1587540192 DEBUG: CPythonInvoker(5, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): setting the Python path to /home/pi/.kodi/addons/plugin.audio.deezer:/home/pi/.kodi/addons/script.module.certifi/lib:/home/pi/.kodi/addons/script.module.chardet/lib:/home/pi/.kodi/addons/script.module.idna/lib:/home/pi/.kodi/addons/script.module.requests/lib:/home/pi/.kodi/addons/script.module.urllib3/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-arm-linux-gnueabihf:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/gtk-2.0
2020-12-29 06:07:19.090 T:1587540192 DEBUG: CPythonInvoker(5, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): entering source directory /home/pi/.kodi/addons/plugin.audio.deezer
2020-12-29 06:07:19.093 T:1587540192 DEBUG: CPythonInvoker(5, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): instantiating addon using automatically obtained id of "plugin.audio.deezer" dependent on version 2.24.0 of the xbmc.python api
2020-12-29 06:07:22.504 T:1784672480 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x2fd8a70
2020-12-29 06:07:22.505 T:1784672480 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignment(16)
2020-12-29 06:07:22.509 T:1784672480 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x325b7f8
2020-12-29 06:07:22.510 T:1784672480 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignment(16)
2020-12-29 06:07:22.520 T:1784672480 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.image_decode handle 0x2fd8a70
2020-12-29 06:07:22.521 T:1784672480 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.egl_render handle 0x325b7f8
2020-12-29 06:07:22.522 T:1784672480 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/9/9e3ea96e.jpg 500x500
2020-12-29 06:07:22.595 T:1587540192 DEBUG: CAddonSettings[plugin.audio.deezer]: loading setting definitions
2020-12-29 06:07:22.595 T:1587540192 DEBUG: CAddonSettings[plugin.audio.deezer]: trying to load setting definitions from old format...
2020-12-29 06:07:22.596 T:1587540192 DEBUG: CAddonSettings[plugin.audio.deezer]: loading setting values
2020-12-29 06:07:23.036 T:1899524112 DEBUG: StartScript - calling plugin Deezer('plugin://plugin.audio.deezer/','4','?mode=queue_track&id=131318530','resume:false')
2020-12-29 06:07:23.037 T:1693413600 DEBUG: Thread LanguageInvoker start, auto delete: false
2020-12-29 06:07:23.037 T:1693413600 INFO: initializing python engine.
2020-12-29 06:07:23.037 T:1693413600 DEBUG: CPythonInvoker(6, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): start processing
2020-12-29 06:07:23.057 T:1560277216 DEBUG: Thread scriptobs start, auto delete: false
2020-12-29 06:07:23.257 T:1899524112 DEBUG: ------ Window Init (DialogBusy.xml) ------
2020-12-29 06:07:23.311 T:1693413600 DEBUG: -->Python Interpreter Initialized<--
2020-12-29 06:07:23.311 T:1693413600 DEBUG: CPythonInvoker(6, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): the source file to load is "/home/pi/.kodi/addons/plugin.audio.deezer/addon.py"
2020-12-29 06:07:23.312 T:1693413600 DEBUG: CPythonInvoker(6, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): setting the Python path to /home/pi/.kodi/addons/plugin.audio.deezer:/home/pi/.kodi/addons/script.module.certifi/lib:/home/pi/.kodi/addons/script.module.chardet/lib:/home/pi/.kodi/addons/script.module.idna/lib:/home/pi/.kodi/addons/script.module.requests/lib:/home/pi/.kodi/addons/script.module.urllib3/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-arm-linux-gnueabihf:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/gtk-2.0
2020-12-29 06:07:23.312 T:1693413600 DEBUG: CPythonInvoker(6, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): entering source directory /home/pi/.kodi/addons/plugin.audio.deezer
2020-12-29 06:07:23.313 T:1693413600 DEBUG: CPythonInvoker(6, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): instantiating addon using automatically obtained id of "plugin.audio.deezer" dependent on version 2.24.0 of the xbmc.python api
2020-12-29 06:07:26.633 T:1693413600 DEBUG: CAddonSettings[plugin.audio.deezer]: loading setting definitions
2020-12-29 06:07:26.633 T:1693413600 DEBUG: CAddonSettings[plugin.audio.deezer]: trying to load setting definitions from old format...
2020-12-29 06:07:26.633 T:1693413600 DEBUG: CAddonSettings[plugin.audio.deezer]: loading setting values
2020-12-29 06:07:27.220 T:1693413600 INFO: CPythonInvoker(6, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): script successfully run
2020-12-29 06:07:27.220 T:1693413600 DEBUG: onExecutionDone(6, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py)
2020-12-29 06:07:27.227 T:1899524112 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
2020-12-29 06:07:27.228 T:1899524112 DEBUG: CPlayerCoreFactory::GetPlayers(http://cdnt-proxy-e.deezer.com/api/1/cf2e2398c80572664b468af65d189a32d23bda55458f5623090f735a88271289b2210a7707dfc994199f2e4585bb34651912edcc5c71d5f8190a9cc943b27ee959b5eea6e8c88f0d1c851e8d71b80570.mp3?hdnea=exp=1609222947~acl=/api/1/cf2e2398c80572664b468af65d189a32d23bda55458f5623090f735a88271289b2210a7707dfc994199f2e4585bb34651912edcc5c71d5f8190a9cc943b27ee959b5eea6e8c88f0d1c851e8d71b80570.mp3*~hmac=7566756eeb277295f659d260c588cffb113ab39f1210e2207a87b77fde81d096&)
2020-12-29 06:07:27.228 T:1899524112 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
2020-12-29 06:07:27.228 T:1560277216 DEBUG: Thread scriptobs 1560277216 terminating
2020-12-29 06:07:27.228 T:1899524112 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
2020-12-29 06:07:27.228 T:1899524112 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: mms/udp
2020-12-29 06:07:27.228 T:1899524112 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
2020-12-29 06:07:27.228 T:1899524112 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtmp
2020-12-29 06:07:27.229 T:1899524112 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
2020-12-29 06:07:27.229 T:1899524112 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
2020-12-29 06:07:27.229 T:1899524112 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: streams
2020-12-29 06:07:27.229 T:1899524112 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: aacp/sdp
2020-12-29 06:07:27.229 T:1899524112 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: mp2
2020-12-29 06:07:27.229 T:1899524112 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
2020-12-29 06:07:27.229 T:1899524112 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
2020-12-29 06:07:27.229 T:1899524112 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
2020-12-29 06:07:27.229 T:1899524112 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
2020-12-29 06:07:27.229 T:1899524112 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio
2020-12-29 06:07:27.230 T:1899524112 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
2020-12-29 06:07:27.230 T:1899524112 DEBUG: CPlayerCoreFactory::GetPlayers: adding audiodefaultplayer (PAPlayer)
2020-12-29 06:07:27.230 T:1899524112 DEBUG: CPlayerCoreFactory::GetPlayers: for video=0, audio=1
2020-12-29 06:07:27.230 T:1899524112 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
2020-12-29 06:07:27.230 T:1899524112 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: VideoPlayer
2020-12-29 06:07:27.230 T:1899524112 DEBUG: CPlayerCoreFactory::GetPlayers: added 2 players
2020-12-29 06:07:27.234 T:1899524112 DEBUG: CMMALPool::CMMALPool Created pool 0x35b3e20 of size 26 x 0 for port vc.ril.video_decode:out:0(I420)
2020-12-29 06:07:27.235 T:1899524112 DEBUG: OnPlayBackStarted: CApplication::OnPlayBackStarted
2020-12-29 06:07:27.236 T:1544548576 DEBUG: Thread PAPlayer start, auto delete: false
2020-12-29 06:07:27.236 T:1544548576 DEBUG: PAPlayer::Process - Playback started
2020-12-29 06:07:27.238 T:1752162528 DEBUG: CMMALPool::CMMALPool Created pool 0x6923ddd0 of size 26 x 0 for port vc.ril.video_decode:out:0(I420)
2020-12-29 06:07:27.239 T:1752162528 INFO: easy_acquire - Created session to http://cdnt-proxy-e.deezer.com
2020-12-29 06:07:27.253 T:1899524112 DEBUG: CMusicGUIInfo::InitCurrentItem(plugin://plugin.audio.deezer/?mode=queue_track&id=131318530)
2020-12-29 06:07:27.254 T:1899524112 DEBUG: CPlayerGUIInfo::InitCurrentItem(plugin://plugin.audio.deezer/?mode=queue_track&id=131318530)
2020-12-29 06:07:27.352 T:1752162528 DEBUG: CCurlFile::GetMimeType - http://cdnt-proxy-e.deezer.com/api/1/cf2e2398c80572664b468af65d189a32d23bda55458f5623090f735a88271289b2210a7707dfc994199f2e4585bb34651912edcc5c71d5f8190a9cc943b27ee959b5eea6e8c88f0d1c851e8d71b80570.mp3?hdnea=exp=1609222947~acl=/api/1/cf2e2398c80572664b468af65d189a32d23bda55458f5623090f735a88271289b2210a7707dfc994199f2e4585bb34651912edcc5c71d5f8190a9cc943b27ee959b5eea6e8c88f0d1c851e8d71b80570.mp3*~hmac=7566756eeb277295f659d260c588cffb113ab39f1210e2207a87b77fde81d096& -> audio/mpeg
2020-12-29 06:07:27.353 T:1752162528 DEBUG: CurlFile::Open(0x686fcc08) http://cdnt-proxy-e.deezer.com/api/1/cf2e2398c80572664b468af65d189a32d23bda55458f5623090f735a88271289b2210a7707dfc994199f2e4585bb34651912edcc5c71d5f8190a9cc943b27ee959b5eea6e8c88f0d1c851e8d71b80570.mp3?hdnea=exp=1609222947~acl=/api/1/cf2e2398c80572664b468af65d189a32d23bda55458f5623090f735a88271289b2210a7707dfc994199f2e4585bb34651912edcc5c71d5f8190a9cc943b27ee959b5eea6e8c88f0d1c851e8d71b80570.mp3*~hmac=7566756eeb277295f659d260c588cffb113ab39f1210e2207a87b77fde81d096&
2020-12-29 06:07:27.354 T:1899524112 DEBUG: ------ Window Init (DialogBusy.xml) ------
2020-12-29 06:07:27.396 T:1577095392 INFO: CPythonInvoker(4, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): script successfully run
2020-12-29 06:07:27.396 T:1577095392 DEBUG: onExecutionDone(4, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py)
2020-12-29 06:07:27.519 T:1693413600 INFO: Python interpreter stopped
2020-12-29 06:07:27.520 T:1693413600 DEBUG: Thread LanguageInvoker 1693413600 terminating
2020-12-29 06:07:27.574 T:1577095392 INFO: Python interpreter stopped
2020-12-29 06:07:27.575 T:1577095392 DEBUG: Thread LanguageInvoker 1577095392 terminating
2020-12-29 06:07:27.679 T:1752162528 DEBUG: CFileCache::Open - opening <api/1/cf2e2398c80572664b468af65d189a32d23bda55458f5623090f735a88271289b2210a7707dfc994199f2e4585bb34651912edcc5c71d5f8190a9cc943b27ee959b5eea6e8c88f0d1c851e8d71b80570.mp3> using cache
2020-12-29 06:07:27.679 T:1752162528 DEBUG: CurlFile::Open(0x5c5912b0) http://cdnt-proxy-e.deezer.com/api/1/cf2e2398c80572664b468af65d189a32d23bda55458f5623090f735a88271289b2210a7707dfc994199f2e4585bb34651912edcc5c71d5f8190a9cc943b27ee959b5eea6e8c88f0d1c851e8d71b80570.mp3?hdnea=exp=1609222947~acl=/api/1/cf2e2398c80572664b468af65d189a32d23bda55458f5623090f735a88271289b2210a7707dfc994199f2e4585bb34651912edcc5c71d5f8190a9cc943b27ee959b5eea6e8c88f0d1c851e8d71b80570.mp3*~hmac=7566756eeb277295f659d260c588cffb113ab39f1210e2207a87b77fde81d096&
2020-12-29 06:07:27.800 T:1577095392 DEBUG: Thread FileCache start, auto delete: false
2020-12-29 06:07:27.808 T:1752162528 DEBUG: Open - probing detected format [mp3]
2020-12-29 06:07:27.808 T:1752162528 DEBUG: Open - setting usetoc to 0 for accurate VBR MP3 seek
2020-12-29 06:07:27.810 T:1577095392 INFO: easy_acquire - Created session to http://cdnt-proxy-e.deezer.com
2020-12-29 06:07:27.810 T:1577095392 DEBUG: CurlFile::CReadState::Connect - Resume from position 3195046
2020-12-29 06:07:28.026 T:1752162528 DEBUG: Seek - waiting for position 3325990.
2020-12-29 06:07:28.086 T:1899524112 DEBUG: StartScript - calling plugin Deezer('plugin://plugin.audio.deezer/','5','?mode=queue_track&id=131318530','resume:false')
2020-12-29 06:07:28.086 T:1693413600 DEBUG: Thread LanguageInvoker start, auto delete: false
2020-12-29 06:07:28.086 T:1693413600 INFO: initializing python engine.
2020-12-29 06:07:28.086 T:1693413600 DEBUG: CPythonInvoker(7, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): start processing
2020-12-29 06:07:28.107 T:1527763168 DEBUG: Thread scriptobs start, auto delete: false
2020-12-29 06:07:28.260 T:1752162528 DEBUG: Open - avformat_find_stream_info starting
2020-12-29 06:07:28.390 T:1693413600 DEBUG: -->Python Interpreter Initialized<--
2020-12-29 06:07:28.390 T:1693413600 DEBUG: CPythonInvoker(7, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): the source file to load is "/home/pi/.kodi/addons/plugin.audio.deezer/addon.py"
2020-12-29 06:07:28.391 T:1693413600 DEBUG: CPythonInvoker(7, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): setting the Python path to /home/pi/.kodi/addons/plugin.audio.deezer:/home/pi/.kodi/addons/script.module.certifi/lib:/home/pi/.kodi/addons/script.module.chardet/lib:/home/pi/.kodi/addons/script.module.idna/lib:/home/pi/.kodi/addons/script.module.requests/lib:/home/pi/.kodi/addons/script.module.urllib3/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-arm-linux-gnueabihf:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/gtk-2.0
2020-12-29 06:07:28.391 T:1693413600 DEBUG: CPythonInvoker(7, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): entering source directory /home/pi/.kodi/addons/plugin.audio.deezer
2020-12-29 06:07:28.391 T:1693413600 DEBUG: CPythonInvoker(7, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): instantiating addon using automatically obtained id of "plugin.audio.deezer" dependent on version 2.24.0 of the xbmc.python api

That also happens with the elder versions of the addon :-(

So many thanks for your efforts in providing this addon!

Kind Regards

John

[Feature request] Support for Deezer HiFi subscription

It would be great to listen Deezer in HiFi quality (flac streams).

Support of this feature now works with latest versions Logitech Media Server, which is also an opensource project. So I suppose that it's not impossible.

Bug accessing Deezer Folders

Hi Valentin,

Most of the times when I want to access Deezer folder (especially the 'Personal Folder' where I could find my 'loved' tracks) there is a bug : I cannot access the folder and a message appears saying to check the log file (see the pictures below).
image

After several tries I can sometimes access the folder.

Here's an extract of log files.

I use Kodi 18.9 with OSMC on raspberry Pi 2.

Thank you in advance for your help.
Please let me know if you need further details.

Cheers

Ben

2020-12-27 11:08:20.097 T:1915892656 NOTICE: -----------------------------------------------------------------------
2020-12-27 11:08:20.097 T:1915892656 NOTICE: Starting Kodi (18.9). Platform: Linux ARM (Thumb) 32-bit
2020-12-27 11:08:20.097 T:1915892656 NOTICE: Using Release Kodi x32 build (version for Raspberry Pi)
2020-12-27 11:08:20.097 T:1915892656 NOTICE: Kodi compiled 2020-11-26 by GCC 8.3.0 for Linux ARM (Thumb) 32-bit version 4.19.152 (267160)
2020-12-27 11:08:20.098 T:1915892656 NOTICE: Running on Open Source Media Center 2020.11-1, kernel: Linux ARM 32-bit version 4.19.122-2-osmc
2020-12-27 11:08:20.098 T:1915892656 NOTICE: FFmpeg version/source: 4.0.4-Kodi
2020-12-27 11:08:20.098 T:1915892656 NOTICE: Host CPU: ARMv7 Processor rev 5 (v7l), 4 cores available
2020-12-27 11:08:20.098 T:1915892656 NOTICE: ARM Features: Neon disabled
2020-12-27 11:08:20.098 T:1915892656 NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
2020-12-27 11:08:20.098 T:1915892656 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/kodi
2020-12-27 11:08:20.098 T:1915892656 NOTICE: special://xbmcbinaddons/ is mapped to: /usr/lib/kodi/addons
2020-12-27 11:08:20.098 T:1915892656 NOTICE: special://masterprofile/ is mapped to: /home/osmc/.kodi/userdata
2020-12-27 11:08:20.098 T:1915892656 NOTICE: special://envhome/ is mapped to: /home/osmc
2020-12-27 11:08:20.098 T:1915892656 NOTICE: special://home/ is mapped to: /home/osmc/.kodi
2020-12-27 11:08:20.098 T:1915892656 NOTICE: special://temp/ is mapped to: /home/osmc/.kodi/temp
2020-12-27 11:08:20.098 T:1915892656 NOTICE: special://logpath/ is mapped to: /home/osmc/.kodi/temp
2020-12-27 11:08:20.098 T:1915892656 NOTICE: The executable running is: /usr/lib/kodi/kodi.bin
2020-12-27 11:08:20.099 T:1915892656 NOTICE: Local hostname: osmc
2020-12-27 11:08:20.099 T:1915892656 NOTICE: Log File is located: /home/osmc/.kodi/temp/kodi.log
2020-12-27 11:08:20.099 T:1915892656 NOTICE: -----------------------------------------------------------------------
2020-12-27 11:08:20.099 T:1915892656 INFO: loading settings
2020-12-27 11:08:20.101 T:1915892656 NOTICE: special://profile/ is mapped to: special://masterprofile/
2020-12-27 11:08:20.154 T:1915892656 DEBUG: CSkinSettings: no tag found
2020-12-27 11:08:20.155 T:1915892656 NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
2020-12-27 11:08:20.155 T:1915892656 NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...





540
720
false
0

30


true


2020-12-27 11:08:20.156 T:1915892656 WARNING: CSettingsManager: missing version attribute
2020-12-27 11:08:20.158 T:1915892656 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
2020-12-27 11:08:20.159 T:1915892656 NOTICE: Contents of special://profile/advancedsettings.xml are...



.arw|.cr2|.dng|.nef


1
148897792
15
10
10


2020-12-27 11:08:20.159 T:1915892656 WARNING: CSettingsManager: missing version attribute
2020-12-27 11:08:20.161 T:1915892656 NOTICE: Default Video Player: VideoPlayer
2020-12-27 11:08:20.161 T:1915892656 NOTICE: Default Audio Player: paplayer
2020-12-27 11:08:20.161 T:1915892656 NOTICE: Disabled debug logging due to GUI setting. Level 0.
2020-12-27 11:08:20.161 T:1915892656 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
2020-12-27 11:08:20.161 T:1915892656 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
2020-12-27 11:08:20.166 T:1915892656 NOTICE: LoadFromXML - unable to load:/home/osmc/.kodi/userdata/wakeonlan.xml
2020-12-27 11:08:20.531 T:1915892656 NOTICE: Running database version Addons27
2020-12-27 11:08:20.752 T:1915892656 NOTICE: ADDON: audiodecoder.modplug v2.0.3 installed
2020-12-27 11:08:20.752 T:1915892656 NOTICE: ADDON: audiodecoder.nosefart v2.0.2 installed
2020-12-27 11:08:20.753 T:1915892656 NOTICE: ADDON: audiodecoder.sidplay v1.2.2 installed
2020-12-27 11:08:20.753 T:1915892656 NOTICE: ADDON: audiodecoder.snesapu v2.0.2 installed
2020-12-27 11:08:20.753 T:1915892656 NOTICE: ADDON: audiodecoder.timidity v2.0.5 installed
2020-12-27 11:08:20.753 T:1915892656 NOTICE: ADDON: audioencoder.flac v2.0.6 installed
2020-12-27 11:08:20.753 T:1915892656 NOTICE: ADDON: audioencoder.kodi.builtin.aac v1.0.0 installed
2020-12-27 11:08:20.753 T:1915892656 NOTICE: ADDON: audioencoder.kodi.builtin.wma v1.0.0 installed
2020-12-27 11:08:20.753 T:1915892656 NOTICE: ADDON: audioencoder.lame v2.0.4 installed
2020-12-27 11:08:20.753 T:1915892656 NOTICE: ADDON: audioencoder.vorbis v2.0.4 installed
2020-12-27 11:08:20.753 T:1915892656 NOTICE: ADDON: audioencoder.wav v2.0.3 installed
2020-12-27 11:08:20.753 T:1915892656 NOTICE: ADDON: game.controller.default v1.0.8 installed
2020-12-27 11:08:20.753 T:1915892656 NOTICE: ADDON: game.controller.snes v1.0.8 installed
2020-12-27 11:08:20.753 T:1915892656 NOTICE: ADDON: game.libretro v1.1.1 installed
2020-12-27 11:08:20.753 T:1915892656 NOTICE: ADDON: game.libretro.2048 v1.0.0.115 installed
2020-12-27 11:08:20.753 T:1915892656 NOTICE: ADDON: game.libretro.beetle-bsnes v0.9.26.9 installed
2020-12-27 11:08:20.753 T:1915892656 NOTICE: ADDON: game.libretro.beetle-gba v0.9.36.9 installed
2020-12-27 11:08:20.753 T:1915892656 NOTICE: ADDON: game.libretro.beetle-pce-fast v0.9.38.14 installed
2020-12-27 11:08:20.753 T:1915892656 NOTICE: ADDON: game.libretro.bluemsx v0.0.1.14 installed
2020-12-27 11:08:20.753 T:1915892656 NOTICE: ADDON: game.libretro.bnes v0.83.0.7 installed
2020-12-27 11:08:20.753 T:1915892656 NOTICE: ADDON: game.libretro.bsnes-mercury-balanced v0.94.0.7 installed
2020-12-27 11:08:20.753 T:1915892656 NOTICE: ADDON: game.libretro.dosbox v0.74.0.7 installed
2020-12-27 11:08:20.754 T:1915892656 NOTICE: ADDON: game.libretro.fceumm v0.0.1.22 installed
2020-12-27 11:08:20.754 T:1915892656 NOTICE: ADDON: game.libretro.gambatte v0.5.0.13 installed
2020-12-27 11:08:20.754 T:1915892656 NOTICE: ADDON: game.libretro.genplus v1.7.4.12 installed
2020-12-27 11:08:20.754 T:1915892656 NOTICE: ADDON: game.libretro.gw v1.6.3.6 installed
2020-12-27 11:08:20.754 T:1915892656 NOTICE: ADDON: game.libretro.mame2000 v0.37.0.10 installed
2020-12-27 11:08:20.754 T:1915892656 NOTICE: ADDON: game.libretro.mame2003 v0.78.0.26 installed
2020-12-27 11:08:20.754 T:1915892656 NOTICE: ADDON: game.libretro.mame2003_plus v0.0.1.38 installed
2020-12-27 11:08:20.754 T:1915892656 NOTICE: ADDON: game.libretro.meteor v1.4.0.7 installed
2020-12-27 11:08:20.754 T:1915892656 NOTICE: ADDON: game.libretro.mgba v0.8.3.16 installed
2020-12-27 11:08:20.754 T:1915892656 NOTICE: ADDON: game.libretro.nestopia v1.50.0.11 installed
2020-12-27 11:08:20.754 T:1915892656 NOTICE: ADDON: game.libretro.quicknes v1.0.0.14 installed
2020-12-27 11:08:20.754 T:1915892656 NOTICE: ADDON: game.libretro.scummvm v2.1.1.9 installed
2020-12-27 11:08:20.754 T:1915892656 NOTICE: ADDON: game.libretro.snes9x v1.60.0.14 installed
2020-12-27 11:08:20.754 T:1915892656 NOTICE: ADDON: game.libretro.stella v3.9.3.10 installed
2020-12-27 11:08:20.754 T:1915892656 NOTICE: ADDON: game.libretro.vba-next v1.0.2.9 installed
2020-12-27 11:08:20.754 T:1915892656 NOTICE: ADDON: game.libretro.vbam v2.1.3.11 installed
2020-12-27 11:08:20.754 T:1915892656 NOTICE: ADDON: imagedecoder.mpo v1.1.2 installed
2020-12-27 11:08:20.754 T:1915892656 NOTICE: ADDON: imagedecoder.raw v2.1.2 installed
2020-12-27 11:08:20.754 T:1915892656 NOTICE: ADDON: inputstream.adaptive v2.4.6 installed
2020-12-27 11:08:20.755 T:1915892656 NOTICE: ADDON: inputstream.rtmp v2.0.9 installed
2020-12-27 11:08:20.755 T:1915892656 NOTICE: ADDON: kodi.binary.global.audioengine v1.0.1 installed
2020-12-27 11:08:20.755 T:1915892656 NOTICE: ADDON: kodi.binary.global.filesystem v1.0.2 installed
2020-12-27 11:08:20.755 T:1915892656 NOTICE: ADDON: kodi.binary.global.general v1.0.3 installed
2020-12-27 11:08:20.755 T:1915892656 NOTICE: ADDON: kodi.binary.global.gui v5.12.0 installed
2020-12-27 11:08:20.755 T:1915892656 NOTICE: ADDON: kodi.binary.global.main v1.0.14 installed
2020-12-27 11:08:20.755 T:1915892656 NOTICE: ADDON: kodi.binary.global.network v1.0.0 installed
2020-12-27 11:08:20.755 T:1915892656 NOTICE: ADDON: kodi.binary.instance.audiodecoder v2.0.0 installed
2020-12-27 11:08:20.755 T:1915892656 NOTICE: ADDON: kodi.binary.instance.audioencoder v2.0.0 installed
2020-12-27 11:08:20.755 T:1915892656 NOTICE: ADDON: kodi.binary.instance.game v1.1.0 installed
2020-12-27 11:08:20.755 T:1915892656 NOTICE: ADDON: kodi.binary.instance.imagedecoder v2.0.0 installed
2020-12-27 11:08:20.755 T:1915892656 NOTICE: ADDON: kodi.binary.instance.inputstream v2.0.8 installed
2020-12-27 11:08:20.755 T:1915892656 NOTICE: ADDON: kodi.binary.instance.peripheral v1.3.7 installed
2020-12-27 11:08:20.755 T:1915892656 NOTICE: ADDON: kodi.binary.instance.pvr v5.10.3 installed
2020-12-27 11:08:20.755 T:1915892656 NOTICE: ADDON: kodi.binary.instance.screensaver v2.0.0 installed
2020-12-27 11:08:20.755 T:1915892656 NOTICE: ADDON: kodi.binary.instance.vfs v2.0.0 installed
2020-12-27 11:08:20.755 T:1915892656 NOTICE: ADDON: kodi.binary.instance.videocodec v1.0.1 installed
2020-12-27 11:08:20.755 T:1915892656 NOTICE: ADDON: kodi.binary.instance.visualization v2.0.1 installed
2020-12-27 11:08:20.755 T:1915892656 NOTICE: ADDON: kodi.resource v1.0.0 installed
2020-12-27 11:08:20.755 T:1915892656 NOTICE: ADDON: metadata.album.universal v3.1.3 installed
2020-12-27 11:08:20.755 T:1915892656 NOTICE: ADDON: metadata.artists.universal v4.3.3 installed
2020-12-27 11:08:20.755 T:1915892656 NOTICE: ADDON: metadata.common.allmusic.com v3.2.2 installed
2020-12-27 11:08:20.756 T:1915892656 NOTICE: ADDON: metadata.common.fanart.tv v3.6.3 installed
2020-12-27 11:08:20.756 T:1915892656 NOTICE: ADDON: metadata.common.imdb.com v3.1.6 installed
2020-12-27 11:08:20.756 T:1915892656 NOTICE: ADDON: metadata.common.musicbrainz.org v2.2.4 installed
2020-12-27 11:08:20.756 T:1915892656 NOTICE: ADDON: metadata.common.ofdb.de v1.0.5 installed
2020-12-27 11:08:20.756 T:1915892656 NOTICE: ADDON: metadata.common.omdbapi.com v1.2.1 installed
2020-12-27 11:08:20.756 T:1915892656 NOTICE: ADDON: metadata.common.theaudiodb.com v2.0.3 installed
2020-12-27 11:08:20.756 T:1915892656 NOTICE: ADDON: metadata.common.themoviedb.org v3.2.12 installed
2020-12-27 11:08:20.756 T:1915892656 NOTICE: ADDON: metadata.dvdfr.com v1.0.0 installed
2020-12-27 11:08:20.756 T:1915892656 NOTICE: ADDON: metadata.local v1.0.0 installed
2020-12-27 11:08:20.756 T:1915892656 NOTICE: ADDON: metadata.media.passion.org v2.1.5 installed
2020-12-27 11:08:20.756 T:1915892656 NOTICE: ADDON: metadata.themoviedb.org v5.2.5 installed
2020-12-27 11:08:20.756 T:1915892656 NOTICE: ADDON: metadata.tvdb.com v3.2.8 installed
2020-12-27 11:08:20.756 T:1915892656 NOTICE: ADDON: metadata.tvshows.themoviedb.org v3.5.11 installed
2020-12-27 11:08:20.756 T:1915892656 NOTICE: ADDON: metadata.universal v5.4.5 installed
2020-12-27 11:08:20.756 T:1915892656 NOTICE: ADDON: peripheral.joystick v1.4.9 installed
2020-12-27 11:08:20.756 T:1915892656 NOTICE: ADDON: peripheral.xarcade v1.1.0 installed
2020-12-27 11:08:20.757 T:1915892656 NOTICE: ADDON: plugin.audio.deezer v0.1.0 installed
2020-12-27 11:08:20.757 T:1915892656 NOTICE: ADDON: plugin.image.mypicsdb v14.3.2 installed
2020-12-27 11:08:20.757 T:1915892656 NOTICE: ADDON: plugin.program.indigo v4.0.20 installed
2020-12-27 11:08:20.757 T:1915892656 NOTICE: ADDON: plugin.video.exodus v10.0.2 installed
2020-12-27 11:08:20.757 T:1915892656 NOTICE: ADDON: plugin.video.pressplay v1.0.4 installed
2020-12-27 11:08:20.757 T:1915892656 NOTICE: ADDON: plugin.video.vstream v0.8.4 installed
2020-12-27 11:08:20.757 T:1915892656 NOTICE: ADDON: pvr.argustv v3.5.6 installed
2020-12-27 11:08:20.757 T:1915892656 NOTICE: ADDON: pvr.demo v3.6.3 installed
2020-12-27 11:08:20.757 T:1915892656 NOTICE: ADDON: pvr.dvblink v4.7.3 installed
2020-12-27 11:08:20.757 T:1915892656 NOTICE: ADDON: pvr.dvbviewer v3.7.13 installed
2020-12-27 11:08:20.757 T:1915892656 NOTICE: ADDON: pvr.filmon v2.4.6 installed
2020-12-27 11:08:20.757 T:1915892656 NOTICE: ADDON: pvr.hdhomerun v3.5.1 installed
2020-12-27 11:08:20.757 T:1915892656 NOTICE: ADDON: pvr.hts v4.4.21 installed
2020-12-27 11:08:20.757 T:1915892656 NOTICE: ADDON: pvr.iptvsimple v3.9.8 installed
2020-12-27 11:08:20.757 T:1915892656 NOTICE: ADDON: pvr.mediaportal.tvserver v3.5.19 installed
2020-12-27 11:08:20.757 T:1915892656 NOTICE: ADDON: pvr.mythtv v5.10.19 installed
2020-12-27 11:08:20.757 T:1915892656 NOTICE: ADDON: pvr.nextpvr v3.3.21 installed
2020-12-27 11:08:20.757 T:1915892656 NOTICE: ADDON: pvr.njoy v3.4.3 installed
2020-12-27 11:08:20.757 T:1915892656 NOTICE: ADDON: pvr.octonet v0.7.1 installed
2020-12-27 11:08:20.757 T:1915892656 NOTICE: ADDON: pvr.pctv v2.4.7 installed
2020-12-27 11:08:20.757 T:1915892656 NOTICE: ADDON: pvr.sledovanitv.cz v1.9.0 installed
2020-12-27 11:08:20.758 T:1915892656 NOTICE: ADDON: pvr.stalker v3.4.10 installed
2020-12-27 11:08:20.758 T:1915892656 NOTICE: ADDON: pvr.teleboy v18.2.3 installed
2020-12-27 11:08:20.758 T:1915892656 NOTICE: ADDON: pvr.vbox v4.7.0 installed
2020-12-27 11:08:20.758 T:1915892656 NOTICE: ADDON: pvr.vdr.vnsi v3.6.4 installed
2020-12-27 11:08:20.758 T:1915892656 NOTICE: ADDON: pvr.vuplus v3.28.9 installed
2020-12-27 11:08:20.758 T:1915892656 NOTICE: ADDON: pvr.waipu v0.2.3 installed
2020-12-27 11:08:20.758 T:1915892656 NOTICE: ADDON: pvr.wmc v2.4.6 installed
2020-12-27 11:08:20.758 T:1915892656 NOTICE: ADDON: pvr.zattoo v18.1.21 installed
2020-12-27 11:08:20.758 T:1915892656 NOTICE: ADDON: repository.kodibae v3.0.0 installed
2020-12-27 11:08:20.758 T:1915892656 NOTICE: ADDON: repository.pressplay v1.0.1 installed
2020-12-27 11:08:20.758 T:1915892656 NOTICE: ADDON: repository.universalscrapers v1.0.0 installed
2020-12-27 11:08:20.758 T:1915892656 NOTICE: ADDON: repository.vstream v0.0.4 installed
2020-12-27 11:08:20.758 T:1915892656 NOTICE: ADDON: repository.xbmc.org v9.9.11 installed
2020-12-27 11:08:20.758 T:1915892656 NOTICE: ADDON: repository.xycl.addons v1.2.1 installed
2020-12-27 11:08:20.758 T:1915892656 NOTICE: ADDON: resource.images.catchuptvandmore v1.0.10 installed
2020-12-27 11:08:20.758 T:1915892656 NOTICE: ADDON: resource.images.weathericons.default v1.1.8 installed
2020-12-27 11:08:20.758 T:1915892656 NOTICE: ADDON: resource.language.af_za v9.0.10 installed
2020-12-27 11:08:20.758 T:1915892656 NOTICE: ADDON: resource.language.am_et v9.0.7 installed
2020-12-27 11:08:20.758 T:1915892656 NOTICE: ADDON: resource.language.ar_sa v9.0.7 installed
2020-12-27 11:08:20.758 T:1915892656 NOTICE: ADDON: resource.language.az_az v9.0.3 installed
2020-12-27 11:08:20.759 T:1915892656 NOTICE: ADDON: resource.language.be_by v9.0.13 installed
2020-12-27 11:08:20.759 T:1915892656 NOTICE: ADDON: resource.language.bg_bg v9.0.21 installed
2020-12-27 11:08:20.759 T:1915892656 NOTICE: ADDON: resource.language.bs_ba v9.0.5 installed
2020-12-27 11:08:20.759 T:1915892656 NOTICE: ADDON: resource.language.ca_es v9.0.10 installed
2020-12-27 11:08:20.759 T:1915892656 NOTICE: ADDON: resource.language.cs_cz v9.0.22 installed
2020-12-27 11:08:20.759 T:1915892656 NOTICE: ADDON: resource.language.cy_gb v9.0.9 installed
2020-12-27 11:08:20.759 T:1915892656 NOTICE: ADDON: resource.language.da_dk v9.0.23 installed
2020-12-27 11:08:20.759 T:1915892656 NOTICE: ADDON: resource.language.de_de v9.0.21 installed
2020-12-27 11:08:20.759 T:1915892656 NOTICE: ADDON: resource.language.el_gr v9.0.15 installed
2020-12-27 11:08:20.759 T:1915892656 NOTICE: ADDON: resource.language.en_au v9.0.7 installed
2020-12-27 11:08:20.759 T:1915892656 NOTICE: ADDON: resource.language.en_gb v2.0.1 installed
2020-12-27 11:08:20.759 T:1915892656 NOTICE: ADDON: resource.language.en_nz v9.0.8 installed
2020-12-27 11:08:20.759 T:1915892656 NOTICE: ADDON: resource.language.en_us v9.0.16 installed
2020-12-27 11:08:20.759 T:1915892656 NOTICE: ADDON: resource.language.eo v9.0.5 installed
2020-12-27 11:08:20.759 T:1915892656 NOTICE: ADDON: resource.language.es_ar v9.0.7 installed
2020-12-27 11:08:20.759 T:1915892656 NOTICE: ADDON: resource.language.es_es v9.0.23 installed
2020-12-27 11:08:20.759 T:1915892656 NOTICE: ADDON: resource.language.es_mx v9.0.9 installed
2020-12-27 11:08:20.759 T:1915892656 NOTICE: ADDON: resource.language.et_ee v9.0.7 installed
2020-12-27 11:08:20.759 T:1915892656 NOTICE: ADDON: resource.language.eu_es v9.0.13 installed
2020-12-27 11:08:20.759 T:1915892656 NOTICE: ADDON: resource.language.fa_af v9.0.4 installed
2020-12-27 11:08:20.759 T:1915892656 NOTICE: ADDON: resource.language.fa_ir v9.0.8 installed
2020-12-27 11:08:20.760 T:1915892656 NOTICE: ADDON: resource.language.fi_fi v9.0.22 installed
2020-12-27 11:08:20.760 T:1915892656 NOTICE: ADDON: resource.language.fo_fo v9.0.6 installed
2020-12-27 11:08:20.760 T:1915892656 NOTICE: ADDON: resource.language.fr_ca v9.0.20 installed
2020-12-27 11:08:20.760 T:1915892656 NOTICE: ADDON: resource.language.fr_fr v9.0.24 installed
2020-12-27 11:08:20.760 T:1915892656 NOTICE: ADDON: resource.language.gl_es v9.0.13 installed
2020-12-27 11:08:20.760 T:1915892656 NOTICE: ADDON: resource.language.he_il v9.0.11 installed
2020-12-27 11:08:20.760 T:1915892656 NOTICE: ADDON: resource.language.hi_in v9.0.3 installed
2020-12-27 11:08:20.760 T:1915892656 NOTICE: ADDON: resource.language.hr_hr v9.0.16 installed
2020-12-27 11:08:20.760 T:1915892656 NOTICE: ADDON: resource.language.hu_hu v9.0.18 installed
2020-12-27 11:08:20.760 T:1915892656 NOTICE: ADDON: resource.language.hy_am v9.0.4 installed
2020-12-27 11:08:20.760 T:1915892656 NOTICE: ADDON: resource.language.id_id v9.0.10 installed
2020-12-27 11:08:20.760 T:1915892656 NOTICE: ADDON: resource.language.is_is v9.0.14 installed
2020-12-27 11:08:20.760 T:1915892656 NOTICE: ADDON: resource.language.it_it v9.0.17 installed
2020-12-27 11:08:20.760 T:1915892656 NOTICE: ADDON: resource.language.ja_jp v9.0.10 installed
2020-12-27 11:08:20.760 T:1915892656 NOTICE: ADDON: resource.language.ko_kr v9.0.10 installed
2020-12-27 11:08:20.760 T:1915892656 NOTICE: ADDON: resource.language.lt_lt v9.0.22 installed
2020-12-27 11:08:20.760 T:1915892656 NOTICE: ADDON: resource.language.lv_lv v9.0.12 installed
2020-12-27 11:08:20.760 T:1915892656 NOTICE: ADDON: resource.language.mi v9.0.6 installed
2020-12-27 11:08:20.760 T:1915892656 NOTICE: ADDON: resource.language.mk_mk v9.0.8 installed
2020-12-27 11:08:20.760 T:1915892656 NOTICE: ADDON: resource.language.ml_in v9.0.1 installed
2020-12-27 11:08:20.761 T:1915892656 NOTICE: ADDON: resource.language.mn_mn v9.0.4 installed
2020-12-27 11:08:20.761 T:1915892656 NOTICE: ADDON: resource.language.ms_my v9.0.13 installed
2020-12-27 11:08:20.761 T:1915892656 NOTICE: ADDON: resource.language.mt_mt v9.0.6 installed
2020-12-27 11:08:20.761 T:1915892656 NOTICE: ADDON: resource.language.my_mm v9.0.6 installed
2020-12-27 11:08:20.761 T:1915892656 NOTICE: ADDON: resource.language.nb_no v9.0.12 installed
2020-12-27 11:08:20.761 T:1915892656 NOTICE: ADDON: resource.language.nl_nl v9.0.22 installed
2020-12-27 11:08:20.761 T:1915892656 NOTICE: ADDON: resource.language.os_os v1.0.2 installed
2020-12-27 11:08:20.761 T:1915892656 NOTICE: ADDON: resource.language.pl_pl v9.0.16 installed
2020-12-27 11:08:20.761 T:1915892656 NOTICE: ADDON: resource.language.pt_br v9.0.25 installed
2020-12-27 11:08:20.761 T:1915892656 NOTICE: ADDON: resource.language.pt_pt v9.0.11 installed
2020-12-27 11:08:20.761 T:1915892656 NOTICE: ADDON: resource.language.ro_ro v9.0.13 installed
2020-12-27 11:08:20.761 T:1915892656 NOTICE: ADDON: resource.language.ru_ru v9.0.18 installed
2020-12-27 11:08:20.761 T:1915892656 NOTICE: ADDON: resource.language.si_lk v9.0.4 installed
2020-12-27 11:08:20.761 T:1915892656 NOTICE: ADDON: resource.language.sk_sk v9.0.20 installed
2020-12-27 11:08:20.761 T:1915892656 NOTICE: ADDON: resource.language.sl_si v9.0.10 installed
2020-12-27 11:08:20.761 T:1915892656 NOTICE: ADDON: resource.language.sq_al v9.0.7 installed
2020-12-27 11:08:20.761 T:1915892656 NOTICE: ADDON: resource.language.sr_rs v9.0.10 installed
2020-12-27 11:08:20.761 T:1915892656 NOTICE: ADDON: resource.language.sr_rs@latin v9.0.7 installed
2020-12-27 11:08:20.761 T:1915892656 NOTICE: ADDON: resource.language.sv_se v9.0.19 installed
2020-12-27 11:08:20.761 T:1915892656 NOTICE: ADDON: resource.language.szl v9.0.7 installed
2020-12-27 11:08:20.761 T:1915892656 NOTICE: ADDON: resource.language.ta_in v9.0.8 installed
2020-12-27 11:08:20.762 T:1915892656 NOTICE: ADDON: resource.language.te_in v9.0.2 installed
2020-12-27 11:08:20.762 T:1915892656 NOTICE: ADDON: resource.language.tg_tj v9.0.6 installed
2020-12-27 11:08:20.762 T:1915892656 NOTICE: ADDON: resource.language.th_th v9.0.7 installed
2020-12-27 11:08:20.762 T:1915892656 NOTICE: ADDON: resource.language.uk_ua v9.0.11 installed
2020-12-27 11:08:20.762 T:1915892656 NOTICE: ADDON: resource.language.uz_uz v9.0.4 installed
2020-12-27 11:08:20.762 T:1915892656 NOTICE: ADDON: resource.language.vi_vn v9.0.6 installed
2020-12-27 11:08:20.762 T:1915892656 NOTICE: ADDON: resource.language.zh_cn v9.0.16 installed
2020-12-27 11:08:20.762 T:1915892656 NOTICE: ADDON: resource.language.zh_tw v9.0.23 installed
2020-12-27 11:08:20.762 T:1915892656 NOTICE: ADDON: resource.uisounds.kodi v1.0.0 installed
2020-12-27 11:08:20.762 T:1915892656 NOTICE: ADDON: screensaver.xbmc.builtin.black v1.0.33 installed
2020-12-27 11:08:20.762 T:1915892656 NOTICE: ADDON: screensaver.xbmc.builtin.dim v1.0.59 installed
2020-12-27 11:08:20.762 T:1915892656 NOTICE: ADDON: script.areswizard v0.0.69 installed
2020-12-27 11:08:20.762 T:1915892656 NOTICE: ADDON: script.audioswitch v0.2.3 installed
2020-12-27 11:08:20.762 T:1915892656 NOTICE: ADDON: script.common.plugin.cache v2.6.1 installed
2020-12-27 11:08:20.762 T:1915892656 NOTICE: ADDON: script.covenant.artwork v1.0.3 installed
2020-12-27 11:08:20.762 T:1915892656 NOTICE: ADDON: script.covenant.metadata v1.0.2 installed
2020-12-27 11:08:20.762 T:1915892656 NOTICE: ADDON: script.exodus.artwork v10.0.0 installed
2020-12-27 11:08:20.762 T:1915892656 NOTICE: ADDON: script.exodus.metadata v10.0.0 installed
2020-12-27 11:08:20.762 T:1915892656 NOTICE: ADDON: script.genesis.artwork v1.0.7 installed
2020-12-27 11:08:20.762 T:1915892656 NOTICE: ADDON: script.genesis.metadata v1.0.2 installed
2020-12-27 11:08:20.762 T:1915892656 NOTICE: ADDON: script.module.Supremacy.Tv v1.2 installed
2020-12-27 11:08:20.763 T:1915892656 NOTICE: ADDON: script.module.addon.common v2.0.1 installed
2020-12-27 11:08:20.763 T:1915892656 NOTICE: ADDON: script.module.addon.signals v0.0.6 installed
2020-12-27 11:08:20.763 T:1915892656 NOTICE: ADDON: script.module.beautifulsoup v3.2.1 installed
2020-12-27 11:08:20.763 T:1915892656 NOTICE: ADDON: script.module.beautifulsoup4 v4.6.2 installed
2020-12-27 11:08:20.763 T:1915892656 NOTICE: ADDON: script.module.certifi v2019.9.11 installed
2020-12-27 11:08:20.763 T:1915892656 NOTICE: ADDON: script.module.chardet v3.0.4 installed
2020-12-27 11:08:20.763 T:1915892656 NOTICE: ADDON: script.module.codequick v0.9.14 installed
2020-12-27 11:08:20.763 T:1915892656 NOTICE: ADDON: script.module.covenant v1.00.025 installed
2020-12-27 11:08:20.763 T:1915892656 NOTICE: ADDON: script.module.cryptolib v1.1.1 installed
2020-12-27 11:08:20.763 T:1915892656 NOTICE: ADDON: script.module.dateutil v2.8.1 installed
2020-12-27 11:08:20.763 T:1915892656 NOTICE: ADDON: script.module.elementtree v1.2.8 installed
2020-12-27 11:08:20.763 T:1915892656 NOTICE: ADDON: script.module.exodus v3.2.4 installed
2020-12-27 11:08:20.763 T:1915892656 NOTICE: ADDON: script.module.exodusscrapers v2.0.4 installed
2020-12-27 11:08:20.763 T:1915892656 NOTICE: ADDON: script.module.exoscrapers v2.4.2 installed
2020-12-27 11:08:20.763 T:1915892656 NOTICE: ADDON: script.module.feedparser v5.2.1 installed
2020-12-27 11:08:20.763 T:1915892656 NOTICE: ADDON: script.module.future v0.17.1 installed
2020-12-27 11:08:20.763 T:1915892656 NOTICE: ADDON: script.module.futures v2.2.0 installed
2020-12-27 11:08:20.763 T:1915892656 NOTICE: ADDON: script.module.genesis v1.00.021 installed
2020-12-27 11:08:20.763 T:1915892656 NOTICE: ADDON: script.module.htmlement v1.0.0 installed
2020-12-27 11:08:20.763 T:1915892656 NOTICE: ADDON: script.module.httplib2 v0.10.3 installed
2020-12-27 11:08:20.763 T:1915892656 NOTICE: ADDON: script.module.idna v2.8 installed
2020-12-27 11:08:20.764 T:1915892656 NOTICE: ADDON: script.module.inputstreamhelper v0.5.2 installed
2020-12-27 11:08:20.764 T:1915892656 NOTICE: ADDON: script.module.js2py v0.6.7 installed
2020-12-27 11:08:20.764 T:1915892656 NOTICE: ADDON: script.module.kodi-six v0.1.3 installed
2020-12-27 11:08:20.764 T:1915892656 NOTICE: ADDON: script.module.liveresolver v0.1.50 installed
2020-12-27 11:08:20.764 T:1915892656 NOTICE: ADDON: script.module.livestreamer v1.12.0 installed
2020-12-27 11:08:20.764 T:1915892656 NOTICE: ADDON: script.module.metahandler v3.0.3 installed
2020-12-27 11:08:20.764 T:1915892656 NOTICE: ADDON: script.module.myconnpy v1.1.7 installed
2020-12-27 11:08:20.764 T:1915892656 NOTICE: ADDON: script.module.numbersbynumbers v1.00.097 installed
2020-12-27 11:08:20.764 T:1915892656 NOTICE: ADDON: script.module.openscrapers v0.0.2.012 installed
2020-12-27 11:08:20.764 T:1915892656 NOTICE: ADDON: script.module.osmccommon v0.0.1 installed
2020-12-27 11:08:20.764 T:1915892656 NOTICE: ADDON: script.module.osmcsetting.apfstore v0.0.1 installed
2020-12-27 11:08:20.764 T:1915892656 NOTICE: ADDON: script.module.osmcsetting.logging v0.0.1 installed
2020-12-27 11:08:20.764 T:1915892656 NOTICE: ADDON: script.module.osmcsetting.networking v0.0.3 installed
2020-12-27 11:08:20.764 T:1915892656 NOTICE: ADDON: script.module.osmcsetting.pi v0.0.1 installed
2020-12-27 11:08:20.764 T:1915892656 NOTICE: ADDON: script.module.osmcsetting.remotes v0.0.1 installed
2020-12-27 11:08:20.764 T:1915892656 NOTICE: ADDON: script.module.osmcsetting.services v0.0.3 installed
2020-12-27 11:08:20.764 T:1915892656 NOTICE: ADDON: script.module.osmcsetting.updates v0.0.3 installed
2020-12-27 11:08:20.764 T:1915892656 NOTICE: ADDON: script.module.parsedom v2.5.2 installed
2020-12-27 11:08:20.764 T:1915892656 NOTICE: ADDON: script.module.pil v1.1.7 installed
2020-12-27 11:08:20.764 T:1915892656 NOTICE: ADDON: script.module.playscrapers v1.0.6 installed
2020-12-27 11:08:20.765 T:1915892656 NOTICE: ADDON: script.module.pycryptodome v3.4.3 installed
2020-12-27 11:08:20.765 T:1915892656 NOTICE: ADDON: script.module.pyjsparser v2.7.3 installed
2020-12-27 11:08:20.765 T:1915892656 NOTICE: ADDON: script.module.pyqrcode v0.0.2 installed
2020-12-27 11:08:20.765 T:1915892656 NOTICE: ADDON: script.module.python.koding.aio v2.1 installed
2020-12-27 11:08:20.765 T:1915892656 NOTICE: ADDON: script.module.python.koding.aio.alt v1.1 installed
2020-12-27 11:08:20.765 T:1915892656 NOTICE: ADDON: script.module.python.twitch v2.0.15 installed
2020-12-27 11:08:20.765 T:1915892656 NOTICE: ADDON: script.module.pytz v2014.2 installed
2020-12-27 11:08:20.765 T:1915892656 NOTICE: ADDON: script.module.pyxbmct v1.3.1 installed
2020-12-27 11:08:20.765 T:1915892656 NOTICE: ADDON: script.module.requests v2.22.0 installed
2020-12-27 11:08:20.765 T:1915892656 NOTICE: ADDON: script.module.requests-cache v0.4.13 installed
2020-12-27 11:08:20.765 T:1915892656 NOTICE: ADDON: script.module.resolveurl v5.1.18 installed
2020-12-27 11:08:20.765 T:1915892656 NOTICE: ADDON: script.module.routing v0.2.3 installed
2020-12-27 11:08:20.765 T:1915892656 NOTICE: ADDON: script.module.simple.downloader v1.9.5 installed
2020-12-27 11:08:20.765 T:1915892656 NOTICE: ADDON: script.module.simplecache v1.0.20 installed
2020-12-27 11:08:20.765 T:1915892656 NOTICE: ADDON: script.module.simplejson v3.16.1 installed
2020-12-27 11:08:20.765 T:1915892656 NOTICE: ADDON: script.module.simpleplugin3 v3.0.3 installed
2020-12-27 11:08:20.765 T:1915892656 NOTICE: ADDON: script.module.singledispatch v3.4.0.3 installed
2020-12-27 11:08:20.765 T:1915892656 NOTICE: ADDON: script.module.six v1.13.0 installed
2020-12-27 11:08:20.765 T:1915892656 NOTICE: ADDON: script.module.streamlink.base v2020.09.07.1 installed
2020-12-27 11:08:20.765 T:1915892656 NOTICE: ADDON: script.module.streamlink.crypto v1.5.2 installed
2020-12-27 11:08:20.765 T:1915892656 NOTICE: ADDON: script.module.supremacy v1.1 installed
2020-12-27 11:08:20.766 T:1915892656 NOTICE: ADDON: script.module.t0mm0.common v2.1.1 installed
2020-12-27 11:08:20.766 T:1915892656 NOTICE: ADDON: script.module.tzlocal v2.0.0 installed
2020-12-27 11:08:20.766 T:1915892656 NOTICE: ADDON: script.module.unidecode v1.1.1 installed
2020-12-27 11:08:20.766 T:1915892656 NOTICE: ADDON: script.module.universalscrapers v1.2.3 installed
2020-12-27 11:08:20.766 T:1915892656 NOTICE: ADDON: script.module.urllib3 v1.25.6 installed
2020-12-27 11:08:20.766 T:1915892656 NOTICE: ADDON: script.module.urlresolver v5.1.18 installed
2020-12-27 11:08:20.766 T:1915892656 NOTICE: ADDON: script.module.xmltodict v0.11.0 installed
2020-12-27 11:08:20.766 T:1915892656 NOTICE: ADDON: script.module.youtube.dl v20.616.0 installed
2020-12-27 11:08:20.766 T:1915892656 NOTICE: ADDON: script.numbers.jen v2.0.4 installed
2020-12-27 11:08:20.766 T:1915892656 NOTICE: ADDON: script.numbersbynumbers.artwork v1.0.12 installed
2020-12-27 11:08:20.766 T:1915892656 NOTICE: ADDON: script.numbersbynumbers.metadata v1.0.12 installed
2020-12-27 11:08:20.766 T:1915892656 NOTICE: ADDON: script.pressplay.artwork v1.0.0 installed
2020-12-27 11:08:20.766 T:1915892656 NOTICE: ADDON: script.pressplay.metadata v1.0.0 installed
2020-12-27 11:08:20.766 T:1915892656 NOTICE: ADDON: script.speedtestnet v1.0.0 installed
2020-12-27 11:08:20.766 T:1915892656 NOTICE: ADDON: script.supremacy.pairwith v1.8 installed
2020-12-27 11:08:20.766 T:1915892656 NOTICE: ADDON: script.tvaddons.debug.log v1.0.9 installed
2020-12-27 11:08:20.766 T:1915892656 NOTICE: ADDON: script.video.F4mProxy v2.8.8 installed
2020-12-27 11:08:20.766 T:1915892656 NOTICE: ADDON: service.osmc.settings v0.0.1 installed
2020-12-27 11:08:20.766 T:1915892656 NOTICE: ADDON: service.subtitles.a4ksubtitles v1.7.2 installed
2020-12-27 11:08:20.766 T:1915892656 NOTICE: ADDON: service.subtitles.opensubtitles v5.0.16 installed
2020-12-27 11:08:20.767 T:1915892656 NOTICE: ADDON: service.subtitles.podnapisi v5.4.2 installed
2020-12-27 11:08:20.767 T:1915892656 NOTICE: ADDON: service.subtitles.subscene v1.7.2 installed
2020-12-27 11:08:20.767 T:1915892656 NOTICE: ADDON: skin.estouchy v2.0.28 installed
2020-12-27 11:08:20.767 T:1915892656 NOTICE: ADDON: skin.estuary v2.0.27 installed
2020-12-27 11:08:20.767 T:1915892656 NOTICE: ADDON: skin.osmc v18.5.0 installed
2020-12-27 11:08:20.767 T:1915892656 NOTICE: ADDON: skin.osmc.scope v18.5.0 installed
2020-12-27 11:08:20.767 T:1915892656 NOTICE: ADDON: vfs.libarchive v1.0.7 installed
2020-12-27 11:08:20.767 T:1915892656 NOTICE: ADDON: vfs.rar v2.3.2 installed
2020-12-27 11:08:20.767 T:1915892656 NOTICE: ADDON: vfs.sacd v1.0.4 installed
2020-12-27 11:08:20.767 T:1915892656 NOTICE: ADDON: vfs.sftp v1.0.6 installed
2020-12-27 11:08:20.767 T:1915892656 NOTICE: ADDON: weather.gismeteo v0.5.2 installed
2020-12-27 11:08:20.767 T:1915892656 NOTICE: ADDON: weather.yahoo v5.0.7 installed
2020-12-27 11:08:20.767 T:1915892656 NOTICE: ADDON: webinterface.chorus v0.3.10 installed
2020-12-27 11:08:20.767 T:1915892656 NOTICE: ADDON: webinterface.default v18.x-2.4.6 installed
2020-12-27 11:08:20.767 T:1915892656 NOTICE: ADDON: xbmc.addon v18.9 installed
2020-12-27 11:08:20.767 T:1915892656 NOTICE: ADDON: xbmc.core v0.1.0 installed
2020-12-27 11:08:20.767 T:1915892656 NOTICE: ADDON: xbmc.gui v5.14.0 installed
2020-12-27 11:08:20.767 T:1915892656 NOTICE: ADDON: xbmc.json v10.3.0 installed
2020-12-27 11:08:20.767 T:1915892656 NOTICE: ADDON: xbmc.metadata v2.1.0 installed
2020-12-27 11:08:20.767 T:1915892656 NOTICE: ADDON: xbmc.python v2.26.0 installed
2020-12-27 11:08:20.768 T:1915892656 NOTICE: ADDON: xbmc.webinterface v1.0.0 installed
2020-12-27 11:08:21.037 T:1915892656 ERROR: DBus error: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
2020-12-27 11:08:21.214 T:1885335776 NOTICE: Found 2 Lists of Devices
2020-12-27 11:08:21.214 T:1885335776 NOTICE: Enumerated ALSA devices:
2020-12-27 11:08:21.214 T:1885335776 NOTICE: Device 1
2020-12-27 11:08:21.214 T:1885335776 NOTICE: m_deviceName : @
2020-12-27 11:08:21.214 T:1885335776 NOTICE: m_displayName : Default (bcm2835 ALSA bcm2835 ALSA)
2020-12-27 11:08:21.214 T:1885335776 NOTICE: m_displayNameExtra:
2020-12-27 11:08:21.214 T:1885335776 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2020-12-27 11:08:21.214 T:1885335776 NOTICE: m_channels : FL, FR
2020-12-27 11:08:21.214 T:1885335776 NOTICE: m_sampleRates : 8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000
2020-12-27 11:08:21.215 T:1885335776 NOTICE: m_dataFormats : AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_U8
2020-12-27 11:08:21.215 T:1885335776 NOTICE: m_streamTypes : No passthrough capabilities
2020-12-27 11:08:21.215 T:1885335776 NOTICE: Device 2
2020-12-27 11:08:21.215 T:1885335776 NOTICE: m_deviceName : sysdefault:CARD=ALSA
2020-12-27 11:08:21.215 T:1885335776 NOTICE: m_displayName : bcm2835 ALSA
2020-12-27 11:08:21.215 T:1885335776 NOTICE: m_displayNameExtra: bcm2835 ALSA
2020-12-27 11:08:21.215 T:1885335776 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2020-12-27 11:08:21.215 T:1885335776 NOTICE: m_channels : FL, FR
2020-12-27 11:08:21.215 T:1885335776 NOTICE: m_sampleRates : 8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000
2020-12-27 11:08:21.215 T:1885335776 NOTICE: m_dataFormats : AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_U8
2020-12-27 11:08:21.215 T:1885335776 NOTICE: m_streamTypes : No passthrough capabilities
2020-12-27 11:08:21.215 T:1885335776 NOTICE: Device 3
2020-12-27 11:08:21.215 T:1885335776 NOTICE: m_deviceName : @:CARD=Aureon51MkII,DEV=0
2020-12-27 11:08:21.215 T:1885335776 NOTICE: m_displayName : Aureon5.1MkII (@:CARD=Aureon51MkII,DEV=0)
2020-12-27 11:08:21.215 T:1885335776 NOTICE: m_displayNameExtra: Analog
2020-12-27 11:08:21.215 T:1885335776 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2020-12-27 11:08:21.216 T:1885335776 NOTICE: m_channels : FL, FR, FC, LFE, SL, SR
2020-12-27 11:08:21.216 T:1885335776 NOTICE: m_sampleRates : 48000
2020-12-27 11:08:21.216 T:1885335776 NOTICE: m_dataFormats : AE_FMT_S16NE,AE_FMT_S16LE
2020-12-27 11:08:21.216 T:1885335776 NOTICE: m_streamTypes : No passthrough capabilities
2020-12-27 11:08:21.216 T:1885335776 NOTICE: Device 4
2020-12-27 11:08:21.216 T:1885335776 NOTICE: m_deviceName : surround21:CARD=Aureon51MkII,DEV=0
2020-12-27 11:08:21.216 T:1885335776 NOTICE: m_displayName : Aureon5.1MkII (surround21:CARD=Aureon51MkII,DEV=0)
2020-12-27 11:08:21.216 T:1885335776 NOTICE: m_displayNameExtra: Analog
2020-12-27 11:08:21.216 T:1885335776 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2020-12-27 11:08:21.216 T:1885335776 NOTICE: m_channels : FL, FR, BL, BR, FC, LFE, SL, SR, UNKNOWN1, UNKNOWN2, UNKNOWN3, UNKNOWN4, UNKNOWN5, UNKNOWN6, UNKNOWN7, UNKNOWN8
2020-12-27 11:08:21.216 T:1885335776 NOTICE: m_sampleRates : 48000
2020-12-27 11:08:21.216 T:1885335776 NOTICE: m_dataFormats : AE_FMT_S16NE,AE_FMT_S16LE
2020-12-27 11:08:21.216 T:1885335776 NOTICE: m_streamTypes : No passthrough capabilities
2020-12-27 11:08:21.216 T:1885335776 NOTICE: Device 5
2020-12-27 11:08:21.216 T:1885335776 NOTICE: m_deviceName : iec958:CARD=Aureon51MkII,DEV=0
2020-12-27 11:08:21.216 T:1885335776 NOTICE: m_displayName : Aureon5.1MkII
2020-12-27 11:08:21.217 T:1885335776 NOTICE: m_displayNameExtra: S/PDIF
2020-12-27 11:08:21.217 T:1885335776 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
2020-12-27 11:08:21.217 T:1885335776 NOTICE: m_channels : FL, FR, FC, LFE, SL, SR
2020-12-27 11:08:21.217 T:1885335776 NOTICE: m_sampleRates : 48000
2020-12-27 11:08:21.217 T:1885335776 NOTICE: m_dataFormats : AE_FMT_RAW,AE_FMT_S16NE,AE_FMT_S16LE
2020-12-27 11:08:21.217 T:1885335776 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512
2020-12-27 11:08:21.217 T:1885335776 NOTICE: Enumerated PI devices:
2020-12-27 11:08:21.217 T:1885335776 NOTICE: Device 1
2020-12-27 11:08:21.217 T:1885335776 NOTICE: m_deviceName : HDMI
2020-12-27 11:08:21.217 T:1885335776 NOTICE: m_displayName : HDMI
2020-12-27 11:08:21.217 T:1885335776 NOTICE: m_displayNameExtra:
2020-12-27 11:08:21.217 T:1885335776 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
2020-12-27 11:08:21.217 T:1885335776 NOTICE: m_channels : FL, FR
2020-12-27 11:08:21.217 T:1885335776 NOTICE: m_sampleRates : 8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000
2020-12-27 11:08:21.217 T:1885335776 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP,AE_FMT_RAW
2020-12-27 11:08:21.217 T:1885335776 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512
2020-12-27 11:08:21.217 T:1885335776 NOTICE: Device 2
2020-12-27 11:08:21.217 T:1885335776 NOTICE: m_deviceName : Analogue
2020-12-27 11:08:21.218 T:1885335776 NOTICE: m_displayName : Analogue
2020-12-27 11:08:21.218 T:1885335776 NOTICE: m_displayNameExtra:
2020-12-27 11:08:21.218 T:1885335776 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2020-12-27 11:08:21.218 T:1885335776 NOTICE: m_channels : FL, FR
2020-12-27 11:08:21.218 T:1885335776 NOTICE: m_sampleRates : 48000
2020-12-27 11:08:21.218 T:1885335776 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
2020-12-27 11:08:21.218 T:1885335776 NOTICE: m_streamTypes : No passthrough capabilities
2020-12-27 11:08:21.218 T:1885335776 NOTICE: Device 3
2020-12-27 11:08:21.218 T:1885335776 NOTICE: m_deviceName : Both
2020-12-27 11:08:21.218 T:1885335776 NOTICE: m_displayName : HDMI and Analogue
2020-12-27 11:08:21.218 T:1885335776 NOTICE: m_displayNameExtra:
2020-12-27 11:08:21.218 T:1885335776 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2020-12-27 11:08:21.218 T:1885335776 NOTICE: m_channels : FL, FR
2020-12-27 11:08:21.218 T:1885335776 NOTICE: m_sampleRates : 48000
2020-12-27 11:08:21.218 T:1885335776 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
2020-12-27 11:08:21.218 T:1885335776 NOTICE: m_streamTypes : No passthrough capabilities
2020-12-27 11:08:21.370 T:1915892656 NOTICE: Raspberry PI firmware version: Mar 10 2020 16:00:17
Copyright (c) 2012 Broadcom
version d5afe412e364adbdafc0394ac65e674091a56473 (clean) (release) (start_x)
2020-12-27 11:08:21.370 T:1915892656 NOTICE: ARM mem: 704MB GPU mem: 320MB MPG2:0 WVC1:0
2020-12-27 11:08:21.370 T:1915892656 NOTICE: cache.memorysize: 142MB
2020-12-27 11:08:21.370 T:1915892656 NOTICE: Config:
aphy_params_current=819
arm_freq=900
audio_pwm_mode=514
config_hdmi_boost=5
core_freq=450
disable_auto_turbo=1
disable_commandline_tags=2
disable_l2cache=1
disable_overscan=1
disable_splash=1
display_hdmi_rotate=-1
display_lcd_rotate=-1
dphy_params_current=547
enable_uart=1
force_eeprom_read=1
force_pwm_open=1
framebuffer_ignore_alpha=1
framebuffer_swap=1
hdmi_channel_map=8
init_uart_clock=0x2dc6c00
lcd_framerate=60
over_voltage_avs=0x1b774
pause_burst_frames=1
program_serial_random=1
sdram_freq=450
sdtv_aspect=1
hdmi_force_cec_address:0=65535
hdmi_force_cec_address:1=65535
hdmi_ignore_cec_init:0=1
hdmi_pixel_freq_limit:0=0x9a7ec80
hdmi_pixel_freq_limit:1=0x9a7ec80
2020-12-27 11:08:21.371 T:1915892656 NOTICE: Config:
device_tree=-
overlay_prefix=overlays/
hdmi_cvt:0=
hdmi_cvt:1=
hdmi_edid_filename:0=
hdmi_edid_filename:1=
hdmi_timings:0=
hdmi_timings:1=
2020-12-27 11:08:21.372 T:1915892656 NOTICE: Found resolution 640 x 480 with 640 x 480 @ 60.000000 Hz
2020-12-27 11:08:21.373 T:1915892656 NOTICE: Found resolution 640 x 480 with 640 x 480 @ 59.940063 Hz
2020-12-27 11:08:21.373 T:1915892656 NOTICE: Found resolution 800 x 600 with 800 x 600 @ 60.000000 Hz
2020-12-27 11:08:21.373 T:1915892656 NOTICE: Found resolution 800 x 600 with 800 x 600 @ 59.940063 Hz
2020-12-27 11:08:21.373 T:1915892656 NOTICE: Found resolution 1024 x 768 with 1024 x 768 @ 60.000000 Hz
2020-12-27 11:08:21.373 T:1915892656 NOTICE: Found resolution 1024 x 768 with 1024 x 768 @ 59.940063 Hz
2020-12-27 11:08:21.373 T:1915892656 NOTICE: Found resolution 1152 x 864 with 1152 x 864 @ 75.000000 Hz
2020-12-27 11:08:21.373 T:1915892656 NOTICE: Found resolution 1280 x 1024 with 1280 x 1024 @ 60.000000 Hz
2020-12-27 11:08:21.373 T:1915892656 NOTICE: Found resolution 1280 x 1024 with 1280 x 1024 @ 59.940063 Hz
2020-12-27 11:08:21.373 T:1915892656 NOTICE: Found resolution 1680 x 1050 with 1680 x 1050 @ 60.000000 Hz
2020-12-27 11:08:21.373 T:1915892656 NOTICE: Found resolution 1680 x 1050 with 1680 x 1050 @ 59.940063 Hz
2020-12-27 11:08:21.373 T:1915892656 NOTICE: Found resolution 1600 x 900 with 1600 x 900 @ 60.000000 Hz
2020-12-27 11:08:21.373 T:1915892656 NOTICE: Found resolution 1600 x 900 with 1600 x 900 @ 59.940063 Hz
2020-12-27 11:08:21.373 T:1915892656 NOTICE: Found resolution 720 x 480 with 720 x 480 @ 60.000000 Hz
2020-12-27 11:08:21.373 T:1915892656 NOTICE: Found resolution 720 x 480 with 720 x 480 @ 59.940063 Hz
2020-12-27 11:08:21.374 T:1915892656 NOTICE: Found resolution 1280 x 720 with 1280 x 720 @ 60.000000 Hz
2020-12-27 11:08:21.374 T:1915892656 NOTICE: Found resolution 1280 x 720 with 1280 x 720 @ 59.940063 Hz
2020-12-27 11:08:21.374 T:1915892656 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 60.000000 Hz
2020-12-27 11:08:21.374 T:1915892656 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 59.940063 Hz
2020-12-27 11:08:21.374 T:1915892656 NOTICE: Found resolution 720 x 576 with 720 x 576 @ 50.000000 Hz
2020-12-27 11:08:21.374 T:1915892656 NOTICE: Found resolution 1280 x 720 with 1280 x 720 @ 50.000000 Hz
2020-12-27 11:08:21.374 T:1915892656 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 50.000000 Hz
2020-12-27 11:08:21.374 T:1915892656 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 24.000000 Hz
2020-12-27 11:08:21.374 T:1915892656 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 23.976025 Hz
2020-12-27 11:08:21.374 T:1915892656 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 30.000000 Hz
2020-12-27 11:08:21.374 T:1915892656 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 29.970032 Hz
2020-12-27 11:08:21.374 T:1915892656 NOTICE: Found ([email protected]) at 33, setting to RES_DESKTOP at 16
2020-12-27 11:08:21.375 T:1915892656 NOTICE: EGL_VERSION = 1.4
2020-12-27 11:08:21.375 T:1915892656 NOTICE: EGL_VENDOR = Broadcom
2020-12-27 11:08:21.375 T:1915892656 NOTICE: EGL_EXTENSIONS = EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_vg_parent_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_lock_surface
2020-12-27 11:08:21.375 T:1915892656 NOTICE: EGL_CLIENT_EXTENSIONS = NULL
2020-12-27 11:08:21.377 T:1915892656 NOTICE: Checking resolution 16
2020-12-27 11:08:21.675 T:1915892656 NOTICE: GL_VENDOR = Broadcom
2020-12-27 11:08:21.675 T:1915892656 NOTICE: GL_RENDERER = VideoCore IV HW
2020-12-27 11:08:21.675 T:1915892656 NOTICE: GL_VERSION = OpenGL ES 2.0
2020-12-27 11:08:21.675 T:1915892656 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
2020-12-27 11:08:21.675 T:1915892656 NOTICE: GL_EXTENSIONS = GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_texture_npot GL_OES_depth24 GL_OES_vertex_half_float GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_discard_framebuffer GL_OES_rgb8_rgba8 GL_OES_depth32 GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_APPLE_rgb_422 GL_EXT_debug_marker
2020-12-27 11:08:23.027 T:1788367072 NOTICE: Running database version Addons27
2020-12-27 11:08:23.029 T:1788367072 NOTICE: Running database version ViewModes6
2020-12-27 11:08:23.032 T:1788367072 NOTICE: Running database version Textures13
2020-12-27 11:08:23.040 T:1788367072 NOTICE: Running database version MyMusic72
2020-12-27 11:08:23.053 T:1788367072 NOTICE: Running database version MyVideos116
2020-12-27 11:08:23.057 T:1788367072 NOTICE: Running database version TV32
2020-12-27 11:08:23.059 T:1788367072 NOTICE: Running database version Epg12
2020-12-27 11:08:23.060 T:1915892656 NOTICE: start dvd mediatype detection
2020-12-27 11:08:23.197 T:1915892656 NOTICE: load skin from: /usr/share/kodi/addons/skin.estuary (version: 2.0.27)
2020-12-27 11:08:24.277 T:1915892656 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
2020-12-27 11:08:24.490 T:1915892656 NOTICE: Register - new keyboard device registered on application->keyboard: Clavier (0000:0000)
2020-12-27 11:08:24.491 T:1915892656 NOTICE: Register - new mouse device registered on application->mouse: Souris (0000:0000)
2020-12-27 11:08:24.525 T:1915892656 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
2020-12-27 11:08:24.532 T:1915892656 NOTICE: Loaded playercorefactory configuration
2020-12-27 11:08:24.533 T:1915892656 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
2020-12-27 11:08:24.533 T:1915892656 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
2020-12-27 11:08:24.614 T:1915892656 NOTICE: initialize done
2020-12-27 11:08:24.615 T:1915892656 NOTICE: Running the application...
2020-12-27 11:08:24.634 T:1915892656 NOTICE: starting zeroconf publishing
2020-12-27 11:08:24.639 T:1915892656 NOTICE: CWebServer[8080]: Started
2020-12-27 11:08:24.639 T:1915892656 NOTICE: starting upnp client
2020-12-27 11:08:24.648 T:1915892656 NOTICE: starting upnp server
2020-12-27 11:08:24.665 T:1915892656 NOTICE: starting upnp renderer
2020-12-27 11:08:24.688 T:1494212832 NOTICE: ES: Starting UDP Event server on port 9777
2020-12-27 11:08:24.692 T:1494212832 NOTICE: UDP: Listening on port 9777 (ipv6 : true)
2020-12-27 11:08:25.273 T:1722798304 NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
2020-12-27 11:08:35.334 T:1693446368 WARNING: CSettingsManager: unable to read value of setting "appearance.1"
2020-12-27 11:08:35.337 T:1693446368 WARNING: CSettingsManager: unable to read value of setting "module.provider"
2020-12-27 11:08:35.342 T:1693446368 WARNING: CAddonSettings[plugin.video.exodus]: failed to load value "Exodus" for setting appearance.1
2020-12-27 11:08:35.342 T:1693446368 WARNING: CAddonSettings[plugin.video.exodus]: failed to load value "ExoScrapers Scrapers" for setting module.provider
2020-12-27 11:08:41.597 T:1685053664 NOTICE: Indigo NOTICE: STARTING Indigo SERVICE
2020-12-27 11:08:47.756 T:1469034720 WARNING: CSettingsManager: unable to read value of setting "appearance.1"
2020-12-27 11:08:47.759 T:1469034720 WARNING: CSettingsManager: unable to read value of setting "module.provider"
2020-12-27 11:08:47.764 T:1469034720 WARNING: CAddonSettings[plugin.video.exodus]: failed to load value "Exodus" for setting appearance.1
2020-12-27 11:08:47.764 T:1469034720 WARNING: CAddonSettings[plugin.video.exodus]: failed to load value "ExoScrapers Scrapers" for setting module.provider
2020-12-27 15:49:49.809 T:1915892656 NOTICE: VideoPlayer::OpenFile: /media/Multimedia-Files-RPi/movie/Dvd Hero-1.mkv
2020-12-27 15:49:49.844 T:1305469152 NOTICE: Creating InputStream
2020-12-27 15:49:49.902 T:1305469152 NOTICE: Creating Demuxer
2020-12-27 15:49:50.660 T:1305469152 NOTICE: Opening stream: 0 source: 256
2020-12-27 15:49:50.661 T:1305469152 NOTICE: Creating video codec with codec id: 173
2020-12-27 15:49:50.678 T:1305469152 ERROR: CMMALVideo::Open : Video codec unknown: ad
2020-12-27 15:49:50.686 T:1305469152 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: HEVC (rpi)
2020-12-27 15:49:50.772 T:1305469152 NOTICE: Creating video thread
2020-12-27 15:49:50.773 T:1305469152 NOTICE: Opening stream: 1 source: 256
2020-12-27 15:49:50.773 T:1305469152 NOTICE: Finding audio codec for: 86018
2020-12-27 15:49:50.776 T:1605365984 NOTICE: running thread: video_thread
2020-12-27 15:49:50.778 T:1305469152 NOTICE: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder aac
2020-12-27 15:49:50.779 T:1305469152 NOTICE: Creating audio thread
2020-12-27 15:49:50.780 T:986669280 NOTICE: running thread: CVideoPlayerAudio::Process()
2020-12-27 15:49:50.792 T:986669280 NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 48000, no pass-through)
2020-12-27 15:49:50.792 T:1605365984 NOTICE: CDecoder::Open - fmt:183
2020-12-27 15:49:51.399 T:1605365984 NOTICE: CDVDVideoCodecFFmpeg::CDropControl: calculated diff time: 40000
2020-12-27 15:49:55.581 T:1605365984 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
2020-12-27 15:51:11.841 T:1443856608 WARNING: Previous line repeats 147 times.
2020-12-27 15:51:11.851 T:1443856608 ERROR: Run: Unable to parse web site
2020-12-27 15:51:11.914 T:1605365984 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
2020-12-27 15:51:13.146 T:601706720 WARNING: Previous line repeats 2 times.
2020-12-27 15:51:13.146 T:601706720 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-27 15:51:13.187 T:584921312 WARNING: Previous line repeats 1 times.
2020-12-27 15:51:13.188 T:584921312 NOTICE: LoadJpeg: unable to load https://image.tmdb.org/t/p/original/77McWDyY8mcYTy14PtAPUId4sNA.jpg
2020-12-27 15:51:13.192 T:601706720 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-27 15:51:13.192 T:601706720 NOTICE: LoadJpeg: unable to load https://image.tmdb.org/t/p/original/2SumFFImGK0sv4QZalBkn9x8Iur.jpg
2020-12-27 15:51:13.199 T:1443856608 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-27 15:51:13.199 T:1443856608 NOTICE: LoadJpeg: unable to load https://image.tmdb.org/t/p/original/uhu1uHcb3zar7eoXf2DHU8HIpw4.jpg
2020-12-27 15:51:13.338 T:1615810784 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-27 15:51:13.465 T:1605365984 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
2020-12-27 15:51:13.543 T:1615810784 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-27 15:51:13.544 T:1615810784 NOTICE: LoadJpeg: unable to load https://image.tmdb.org/t/p/original/3FRBEdKKlxhvPWPt0jzgmSjeHwn.jpg
2020-12-27 15:51:13.985 T:1605365984 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
2020-12-27 15:51:14.211 T:601706720 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-27 15:51:14.280 T:601706720 WARNING: Previous line repeats 1 times.
2020-12-27 15:51:14.280 T:601706720 NOTICE: LoadJpeg: unable to load https://image.tmdb.org/t/p/original/gwZFclFz6IQcKadX3wYhagP0r2I.jpg
2020-12-27 15:51:14.479 T:1443856608 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-27 15:51:14.500 T:1605365984 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
2020-12-27 15:51:14.546 T:1443856608 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-27 15:51:14.546 T:1443856608 NOTICE: LoadJpeg: unable to load https://image.tmdb.org/t/p/original/pNcpelmMkveMiGXZQNTkXMwoLiG.jpg
2020-12-27 15:51:15.016 T:1605365984 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
2020-12-27 15:51:34.328 T:1915892656 WARNING: Previous line repeats 37 times.
2020-12-27 15:51:34.328 T:1915892656 NOTICE: VideoPlayer::OpenFile: /media/Multimedia-Files-RPi/movie/Dvd Hero-1.mkv
2020-12-27 15:51:34.557 T:1305469152 NOTICE: Creating InputStream
2020-12-27 15:51:34.582 T:1305469152 NOTICE: Creating Demuxer
2020-12-27 15:51:34.659 T:1305469152 NOTICE: Opening stream: 0 source: 256
2020-12-27 15:51:34.660 T:1305469152 NOTICE: Creating video codec with codec id: 173
2020-12-27 15:51:34.660 T:1305469152 ERROR: CMMALVideo::Open : Video codec unknown: ad
2020-12-27 15:51:34.660 T:1305469152 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: HEVC (rpi)
2020-12-27 15:51:34.725 T:1305469152 NOTICE: Opening stream: 1 source: 256
2020-12-27 15:51:34.726 T:1305469152 NOTICE: Finding audio codec for: 86018
2020-12-27 15:51:34.729 T:1305469152 NOTICE: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder aac
2020-12-27 15:51:34.788 T:1605365984 NOTICE: CDecoder::Open - fmt:183
2020-12-27 15:51:35.166 T:1605365984 NOTICE: CDVDVideoCodecFFmpeg::CDropControl: calculated diff time: 40000
2020-12-27 15:53:03.771 T:1915892656 NOTICE: CVideoPlayer::CloseFile()
2020-12-27 15:53:03.782 T:1305469152 NOTICE: CVideoPlayer::OnExit()
2020-12-27 15:53:03.782 T:1305469152 NOTICE: Closing stream player 1
2020-12-27 15:53:03.782 T:1305469152 NOTICE: Waiting for audio thread to exit
2020-12-27 15:53:03.783 T:986669280 NOTICE: thread end: CVideoPlayerAudio::OnExit()
2020-12-27 15:53:03.784 T:1305469152 NOTICE: Closing audio device
2020-12-27 15:53:03.835 T:1305469152 NOTICE: Deleting audio codec
2020-12-27 15:53:03.837 T:1305469152 NOTICE: Closing stream player 2
2020-12-27 15:53:03.837 T:1305469152 NOTICE: waiting for video thread to exit
2020-12-27 15:53:03.881 T:1605365984 NOTICE: thread end: video_thread
2020-12-27 15:53:03.883 T:1915892656 NOTICE: VideoPlayer: waiting for threads to exit
2020-12-27 15:53:03.883 T:1305469152 NOTICE: deleting video codec
2020-12-27 15:53:03.983 T:1915892656 NOTICE: VideoPlayer: finished waiting
2020-12-27 15:53:03.983 T:1915892656 NOTICE: CVideoPlayer::CloseFile()
2020-12-27 15:53:03.983 T:1915892656 NOTICE: VideoPlayer: waiting for threads to exit
2020-12-27 15:53:03.983 T:1915892656 NOTICE: VideoPlayer: finished waiting
2020-12-27 15:53:04.703 T:1305469152 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-27 15:53:04.763 T:1305469152 WARNING: Previous line repeats 1 times.
2020-12-27 15:53:04.764 T:1305469152 NOTICE: LoadJpeg: unable to load https://image.tmdb.org/t/p/original/58GIWqEWsLmJh86icwPc1U09evY.jpg
2020-12-27 15:53:05.142 T:1305469152 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-27 15:53:05.244 T:1305469152 WARNING: Previous line repeats 1 times.
2020-12-27 15:53:05.244 T:1305469152 NOTICE: LoadJpeg: unable to load https://image.tmdb.org/t/p/original/bquE5Pv5V1s33QtxlsoE7pRYUni.jpg
2020-12-27 15:53:07.402 T:1305469152 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-27 15:53:07.440 T:1305469152 WARNING: Previous line repeats 1 times.
2020-12-27 15:53:07.440 T:1305469152 NOTICE: LoadJpeg: unable to load https://image.tmdb.org/t/p/original/oCM9gUDBYfdYwhYmCwvxYs1l2nf.jpg
2020-12-27 15:53:07.596 T:1305469152 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-27 15:53:07.642 T:1305469152 WARNING: Previous line repeats 1 times.
2020-12-27 15:53:07.642 T:1305469152 NOTICE: LoadJpeg: unable to load https://image.tmdb.org/t/p/original/fCui7TgISSz4ELZWXxRMMlmM0WV.jpg
2020-12-27 15:53:08.049 T:1305469152 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-27 15:53:08.084 T:1305469152 WARNING: Previous line repeats 1 times.
2020-12-27 15:53:08.084 T:1305469152 NOTICE: LoadJpeg: unable to load https://image.tmdb.org/t/p/original/tqQIMOiTB6dxM76pYOs3Sn1mDUj.jpg
2020-12-27 15:53:08.269 T:978276576 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-27 15:53:08.319 T:978276576 WARNING: Previous line repeats 1 times.
2020-12-27 15:53:08.319 T:978276576 NOTICE: LoadJpeg: unable to load https://image.tmdb.org/t/p/original/jLihlfgWa5cl3qtBHK4ivXhDz6C.jpg
2020-12-27 15:53:08.938 T:1305469152 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-27 15:53:08.967 T:1305469152 WARNING: Previous line repeats 1 times.
2020-12-27 15:53:08.967 T:1305469152 NOTICE: LoadJpeg: unable to load https://image.tmdb.org/t/p/original/7rktiDqwoUn76MRPaBDFRa9xOiB.jpg
2020-12-27 15:53:09.094 T:1305469152 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-27 15:53:09.165 T:1305469152 WARNING: Previous line repeats 1 times.
2020-12-27 15:53:09.166 T:1305469152 NOTICE: LoadJpeg: unable to load https://image.tmdb.org/t/p/original/gKZUbm7NIQbAOQmncBIegE6VOcf.jpg
2020-12-27 15:53:09.326 T:1305469152 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-27 15:53:09.357 T:1305469152 WARNING: Previous line repeats 1 times.
2020-12-27 15:53:09.357 T:1305469152 NOTICE: LoadJpeg: unable to load https://image.tmdb.org/t/p/original/eijIVv3DSQHK2YsaCByRWpLVpBS.jpg
2020-12-27 15:53:09.508 T:1305469152 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-27 15:53:09.578 T:1305469152 WARNING: Previous line repeats 1 times.
2020-12-27 15:53:09.579 T:1305469152 NOTICE: LoadJpeg: unable to load https://image.tmdb.org/t/p/original/2eR1tpq9zEger1JdANUpehzaSa3.jpg
2020-12-27 15:53:09.721 T:1305469152 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-27 15:53:09.757 T:1305469152 WARNING: Previous line repeats 1 times.
2020-12-27 15:53:09.757 T:1305469152 NOTICE: LoadJpeg: unable to load https://image.tmdb.org/t/p/original/t3MmEzK38r2dKgARwE8VPLNOO3K.jpg
2020-12-27 15:53:10.165 T:1305469152 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-27 15:53:10.207 T:1305469152 WARNING: Previous line repeats 1 times.
2020-12-27 15:53:10.207 T:1305469152 NOTICE: LoadJpeg: unable to load https://image.tmdb.org/t/p/original/dM26X3josyxBavgTEqvb6XSG5cd.jpg
2020-12-27 15:53:10.654 T:1305469152 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-27 15:53:10.696 T:1305469152 WARNING: Previous line repeats 1 times.
2020-12-27 15:53:10.696 T:1305469152 NOTICE: LoadJpeg: unable to load https://image.tmdb.org/t/p/original/4rY0awV2NSZ2CcOdSU2fnsCBolp.jpg
2020-12-27 16:04:34.116 T:1915892656 ERROR: Control 55 in window 10025 has been asked to focus, but it can't
2020-12-27 16:04:38.145 T:1615810784 WARNING: CSettingsManager: unable to read value of setting "appearance.1"
2020-12-27 16:04:38.148 T:1615810784 WARNING: CSettingsManager: unable to read value of setting "module.provider"
2020-12-27 16:04:38.167 T:1615810784 WARNING: CAddonSettings[plugin.video.exodus]: failed to load value "Exodus" for setting appearance.1
2020-12-27 16:04:38.168 T:1615810784 WARNING: CAddonSettings[plugin.video.exodus]: failed to load value "ExoScrapers Scrapers" for setting module.provider
2020-12-27 16:04:46.377 T:1615810784 WARNING: CSettingsManager: unable to read value of setting "appearance.1"
2020-12-27 16:04:46.380 T:1615810784 WARNING: CSettingsManager: unable to read value of setting "module.provider"
2020-12-27 16:04:46.386 T:1615810784 WARNING: CAddonSettings[plugin.video.exodus]: failed to load value "Exodus" for setting appearance.1
2020-12-27 16:04:46.386 T:1615810784 WARNING: CAddonSettings[plugin.video.exodus]: failed to load value "ExoScrapers Scrapers" for setting module.provider
2020-12-27 16:05:01.509 T:1305469152 WARNING: CSettingsManager: unable to read value of setting "appearance.1"
2020-12-27 16:05:01.512 T:1305469152 WARNING: CSettingsManager: unable to read value of setting "module.provider"
2020-12-27 16:05:01.517 T:1305469152 WARNING: CAddonSettings[plugin.video.exodus]: failed to load value "Exodus" for setting appearance.1
2020-12-27 16:05:01.518 T:1305469152 WARNING: CAddonSettings[plugin.video.exodus]: failed to load value "ExoScrapers Scrapers" for setting module.provider
2020-12-27 16:05:06.608 T:1305469152 WARNING: CSettingsManager: unable to read value of setting "appearance.1"
2020-12-27 16:05:06.610 T:1305469152 WARNING: CSettingsManager: unable to read value of setting "module.provider"
2020-12-27 16:05:06.615 T:1305469152 WARNING: CAddonSettings[plugin.video.exodus]: failed to load value "Exodus" for setting appearance.1
2020-12-27 16:05:06.616 T:1305469152 WARNING: CAddonSettings[plugin.video.exodus]: failed to load value "ExoScrapers Scrapers" for setting module.provider
2020-12-27 16:05:27.149 T:1305469152 NOTICE: metahandler: Initializing MetaHandlers version: 3.0.3
2020-12-27 16:05:27.468 T:1305469152 WARNING: CAddonSettings[script.module.metahandler]: failed to parse old setting definition for "db_port" of type "integer"
2020-12-27 16:05:27.508 T:1305469152 WARNING: Previous line repeats 1 times.
2020-12-27 16:05:27.508 T:1305469152 NOTICE: metahandler: Loading sqlite3 as DB engine version: 3.28.0
2020-12-27 16:05:27.856 T:1305469152 NOTICE: metahandler: No SQLite rows requiring update
2020-12-28 12:00:11.996 T:1262481632 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.Exception'>
Error Contents: Quota limit exceeded
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.audio.deezer/addon.py", line 17, in
connection = Connection(addon.getSetting('username'), addon.getSetting('password'))
File "/home/osmc/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/init.py", line 55, in init
self._obtain_access_token()
File "/home/osmc/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/init.py", line 94, in _obtain_access_token
raise Exception(error['message'])
Exception: Quota limit exceeded
-->End of Python script error report<--
2020-12-28 12:00:12.232 T:1385107680 ERROR: GetDirectory - Error getting plugin://plugin.audio.deezer/?id=me&mode=user
2020-12-28 12:00:12.233 T:1915892656 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.deezer/?id=me&mode=user) failed
2020-12-28 12:00:20.625 T:1262481632 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.Exception'>
Error Contents: Quota limit exceeded
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.audio.deezer/addon.py", line 17, in
connection = Connection(addon.getSetting('username'), addon.getSetting('password'))
File "/home/osmc/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/init.py", line 55, in init
self._obtain_access_token()
File "/home/osmc/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/init.py", line 94, in _obtain_access_token
raise Exception(error['message'])
Exception: Quota limit exceeded
-->End of Python script error report<--
2020-12-28 12:00:20.870 T:1385107680 ERROR: GetDirectory - Error getting plugin://plugin.audio.deezer/?id=me&mode=user
2020-12-28 12:00:20.871 T:1915892656 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.deezer/?id=me&mode=user) failed
2020-12-28 12:00:31.015 T:1385107680 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.Exception'>
Error Contents: Quota limit exceeded
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.audio.deezer/addon.py", line 17, in
connection = Connection(addon.getSetting('username'), addon.getSetting('password'))
File "/home/osmc/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/init.py", line 55, in init
self._obtain_access_token()
File "/home/osmc/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/init.py", line 94, in _obtain_access_token
raise Exception(error['message'])
Exception: Quota limit exceeded
-->End of Python script error report<--
2020-12-28 12:00:31.247 T:1305469152 ERROR: GetDirectory - Error getting plugin://plugin.audio.deezer/?id=me&mode=user
2020-12-28 12:00:31.247 T:1915892656 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.deezer/?id=me&mode=user) failed
2020-12-28 12:01:40.628 T:1915892656 ERROR: Control 55 in window 10502 has been asked to focus, but it can't
2020-12-28 12:01:49.876 T:1245704416 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.Exception'>
Error Contents: Quota limit exceeded
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.audio.deezer/addon.py", line 17, in
connection = Connection(addon.getSetting('username'), addon.getSetting('password'))
File "/home/osmc/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/init.py", line 55, in init
self._obtain_access_token()
File "/home/osmc/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/init.py", line 94, in _obtain_access_token
raise Exception(error['message'])
Exception: Quota limit exceeded
-->End of Python script error report<--
2020-12-28 12:01:50.109 T:1385107680 ERROR: GetDirectory - Error getting plugin://plugin.audio.deezer/?id=me&mode=user
2020-12-28 12:01:50.110 T:1915892656 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.deezer/?id=me&mode=user) failed
2020-12-28 12:01:56.202 T:1385107680 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.Exception'>
Error Contents: Quota limit exceeded
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.audio.deezer/addon.py", line 17, in
connection = Connection(addon.getSetting('username'), addon.getSetting('password'))
File "/home/osmc/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/init.py", line 55, in init
self._obtain_access_token()
File "/home/osmc/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/init.py", line 94, in _obtain_access_token
raise Exception(error['message'])
Exception: Quota limit exceeded
-->End of Python script error report<--
2020-12-28 12:01:56.437 T:1245704416 ERROR: GetDirectory - Error getting plugin://plugin.audio.deezer/?mode=family
2020-12-28 12:01:56.438 T:1915892656 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.deezer/?mode=family) failed
2020-12-28 12:02:05.086 T:1385107680 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.Exception'>
Error Contents: Quota limit exceeded
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.audio.deezer/addon.py", line 17, in
connection = Connection(addon.getSetting('username'), addon.getSetting('password'))
File "/home/osmc/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/init.py", line 55, in init
self._obtain_access_token()
File "/home/osmc/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/init.py", line 94, in _obtain_access_token
raise Exception(error['message'])
Exception: Quota limit exceeded
-->End of Python script error report<--
2020-12-28 12:02:05.304 T:1245704416 ERROR: GetDirectory - Error getting plugin://plugin.audio.deezer/?id=me&mode=user
2020-12-28 12:02:05.308 T:1915892656 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.deezer/?id=me&mode=user) failed
2020-12-28 12:02:11.288 T:1385107680 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.Exception'>
Error Contents: Quota limit exceeded
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.audio.deezer/addon.py", line 17, in
connection = Connection(addon.getSetting('username'), addon.getSetting('password'))
File "/home/osmc/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/init.py", line 55, in init
self._obtain_access_token()
File "/home/osmc/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/init.py", line 94, in _obtain_access_token
raise Exception(error['message'])
Exception: Quota limit exceeded
-->End of Python script error report<--
2020-12-28 12:02:11.505 T:1245704416 ERROR: GetDirectory - Error getting plugin://plugin.audio.deezer/?mode=search-menu
2020-12-28 12:02:11.506 T:1915892656 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.deezer/?mode=search-menu) failed
2020-12-28 12:02:16.348 T:1214247136 ERROR: Unable to find plugin
2020-12-28 12:02:16.348 T:1214247136 ERROR: GetDirectory - Error getting plugin://
2020-12-28 12:02:16.349 T:1915892656 ERROR: CGUIMediaWindow::GetDirectory(plugin://) failed
2020-12-28 12:02:36.411 T:1915892656 ERROR: Control 55 in window 10502 has been asked to focus, but it can't
2020-12-28 12:02:57.899 T:1313861856 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
2020-12-28 12:02:57.916 T:1313861856 WARNING: Previous line repeats 1 times.
2020-12-28 12:02:57.916 T:1313861856 NOTICE: LoadJpeg: unable to load http://e-cdn-images.deezer.com/images/cover/698b05688822053bf067f3cbdcc2f025/500x500-000000-80-0-0.jpg
2020-12-28 12:06:05.220 T:1313861856 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.Exception'>
Error Contents: Quota limit exceeded
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.audio.deezer/addon.py", line 17, in
connection = Connection(addon.getSetting('username'), addon.getSetting('password'))
File "/home/osmc/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/init.py", line 55, in init
self._obtain_access_token()
File "/home/osmc/.kodi/addons/plugin.audio.deezer/resources/lib/DeezerApi/init.py", line 94, in _obtain_access_token
raise Exception(error['message'])
Exception: Quota limit exceeded
-->End of Python script error report<--
2020-12-28 12:06:05.482 T:1214247136 ERROR: GetDirectory - Error getting plugin://plugin.audio.deezer/?id=8362425062&mode=playlist
2020-12-28 12:06:05.483 T:1915892656 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.deezer/?id=8362425062&mode=playlist) failed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.