Closed JohnSmith042 closed 3 years ago
Hi John,
Your log file doesn't report any clear error, the only thing I can see is that the process stopped suddenly. However I think this is related to the query quota of the Deezer API and therefore the same problem as #3.
Thanks for reporting, you can expect a fix in the next 2 weeks.
Valentin
Hi again,
Your problem should be fixed in a50df8a580b22a29c689c981f1a17ad3d8acf0e1. This commit is now in release so you just need to update the addon on you Kodi box (should be done automatically).
If it's solved please close the issue. If you don't respond I'll consider the issue as solved.
Valentin
Hi Valentin, some logging with the new debug information - maybe it helps, the snippet begins with an exception thrown right before Kodi crashing:
2020-12-31 16:19:13.621 T:1530900704 DEBUG: CMMALPool::~CMMALPool Destroying pool 0x6d975b60 for port vc.ril.video_decode:out:0(I420) 2020-12-31 16:19:13.764 T:1785696480 DEBUG: Thread JobWorker start, auto delete: true 2020-12-31 16:19:13.764 T:1869607136 DEBUG: CActiveAE::DiscardStream - audio stream deleted 2020-12-31 16:19:13.764 T:1869607136 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted 2020-12-31 16:19:13.765 T:1785696480 DEBUG: DoWork - Saving file state for audio item plugin://plugin.audio.deezer/?mode=queue_track&id=3365427 2020-12-31 16:19:13.765 T:1869607136 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted 2020-12-31 16:19:13.765 T:1530900704 DEBUG: PAPlayer::ProcessStreams - Stream Freed 2020-12-31 16:19:13.773 T:1785696480 DEBUG: DoWork - Marking audio item plugin://plugin.audio.deezer/?mode=queue_track&id=3365427 as listened 2020-12-31 16:19:13.945 T:1869607136 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted 2020-12-31 16:19:17.485 T:1752162528 DEBUG: Previous line repeats 1 times. 2020-12-31 16:19:17.485 T:1752162528 ERROR: EXCEPTION: Unknown exception thrown from the call "XBMCAddon::xbmcplugin::setResolvedUrl" 2020-12-31 16:19:17.486 T:1752162528 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
Regards
John
Hello,
There is no debug info coming from DeezerKodi in this log. Make sure you are running the latest version by checking the information tab of DeezerKodi (i on keyboard and phone remote). You can also update manually by clicking update in the same tab, or by uninstalling, rebooting and installing again the newer version of the addon.
Valentin
Hi,
sorry, got the wrong log. Here is another try - without exception (after the exception, Kodi continues, so that should not be the point), but with he position where it crashes. Seems to be reproducable with the track id:
2021-01-01 15:50:10.077 T:1571807456 DEBUG: DeezerKodi: Getting album of track id 3116051 2021-01-01 15:50:10.077 T:1571807456 DEBUG: Previous line repeats 1 times. 2021-01-01 15:50:10.077 T:1571807456 DEBUG: DeezerKodi: Getting artist of track id 3116051 2021-01-01 15:50:10.077 T:1571807456 DEBUG: DeezerKodi: Trying to get album cover of size big 2021-01-01 15:50:10.077 T:1571807456 DEBUG: DeezerKodi: Trying to get album cover of size small 2021-01-01 15:50:10.077 T:1571807456 DEBUG: DeezerKodi: Getting album of track id 3116044 2021-01-01 15:50:10.077 T:1571807456 DEBUG: Previous line repeats 1 times. 2021-01-01 15:50:10.078 T:1571807456 DEBUG: DeezerKodi: Getting artist of track id 3116044 2021-01-01 15:50:10.078 T:1571807456 DEBUG: DeezerKodi: Trying to get album cover of size big 2021-01-01 15:50:10.078 T:1571807456 DEBUG: DeezerKodi: Trying to get album cover of size small 2021-01-01 15:50:10.082 T:1571807456 DEBUG: DeezerKodi: Starting queued playlist at index 2 2021-01-01 15:50:10.263 T:1899929616 DEBUG: StartScript - calling plugin Deezer('plugin://plugin.audio.deezer/','7','?mode=queue_track&id=581966','resume:false') 2021-01-01 15:50:10.264 T:1531965664 DEBUG: Thread LanguageInvoker start, auto delete: false 2021-01-01 15:50:10.264 T:1531965664 INFO: initializing python engine. 2021-01-01 15:50:10.264 T:1531965664 DEBUG: CPythonInvoker(9, /home/pi/.kodi/addons/plugin.audio.deezer/addon.py): start processing 2021-01-01 15:50:10.284 T:1523572960 DEBUG: Thread scriptobs start, auto delete: false 2021-01-01 15:50:10.453 T:1553985760 DEBUG: DeezerKodi: Connection: Saving connection to file /home/pi/.kodi/temp/connection.pickle
Regards
Hi,
Your logs seems fine, I cannot reproduce any crash or bug. Can you be more precise on what is your current problem and post a full log file (as an attachment if possible, github support uploading files now).
Does your addon still crashes frequently as in the original post ?
Valentin
Hi Valentin,
yes, it seems as if it crashes without warning, but always at the same position when calling xbmc.Player in Playlist.queue(). In two cases I can see the same track, but the others have different ones.
Regards
John
Hallo Valentin,
perfect, thank you!!
Cheers
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