When I go to "Hot this week" and click the first mix, I get the error: "Couldnt get URL Forbidden"
This is my log:
Code:
19:24:10 T:2761947968 NOTICE: Thread Jobworker start, auto delete: true
19:27:19 T:3038000896 WARNING: GetLabel - Unknown nodetype requested 0
19:27:19 T:2732587840 WARNING: Previous line repeats 1 times.
19:27:19 T:2732587840 NOTICE: Thread Background Loader start, auto delete: false
19:27:19 T:2943343424 WARNING: CreateLoader - Unsupported protocol(addons) in addons://sources/audio/fanart.jpg
19:27:20 T:2796489536 ERROR: Unable to find plugin extrafanart
19:27:20 T:2796489536 ERROR: GetDirectory - Error getting plugin://extrafanart/
19:27:21 T:2732587840 NOTICE: Thread XBPyThread start, auto delete: false
19:27:21 T:2732587840 NOTICE: -->Python Interpreter Initialized<--
19:27:21 T:2722102080 NOTICE: Thread Background Loader start, auto delete: false
19:27:21 T:2796489536 WARNING: CreateLoader - Unsupported protocol(addons) in addons://sources/audio/fanart.jpg
19:27:23 T:2722102080 NOTICE: Thread XBPyThread start, auto delete: false
19:27:23 T:2722102080 NOTICE: -->Python Interpreter Initialized<--
19:27:24 T:2722102080 NOTICE: Thread XBPyThread start, auto delete: false
19:27:24 T:2722102080 NOTICE: -->Python Interpreter Initialized<--
19:27:25 T:2732587840 NOTICE: Thread Background Loader start, auto delete: false
19:27:25 T:2922380096 WARNING: CreateLoader - Unsupported protocol(plugin) in plugin://plugin.audio.8tracks/fanart.jpg
19:27:27 T:2732587840 NOTICE: Thread XBPyThread start, auto delete: false
19:27:27 T:2732587840 NOTICE: -->Python Interpreter Initialized<--
19:27:28 T:2732587840 NOTICE: Thread XBPyThread start, auto delete: false
19:27:28 T:2732587840 NOTICE: -->Python Interpreter Initialized<--
19:27:28 T:2722102080 NOTICE: Thread Background Loader start, auto delete: false
19:27:28 T:2761947968 WARNING: CreateLoader - Unsupported protocol(plugin) in plugin://plugin.audio.8tracks/?mode=mixesfanart.jpg
19:27:29 T:2722102080 NOTICE: Thread XBPyThread start, auto delete: false
19:27:29 T:2722102080 NOTICE: -->Python Interpreter Initialized<--
19:27:30 T:2732587840 NOTICE: Thread XBPyThread start, auto delete: false
19:27:30 T:2732587840 NOTICE: -->Python Interpreter Initialized<--
19:27:31 T:2732587840 ERROR: 8tracks: Couldn't get URL Forbidden
19:27:34 T:2732587840 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.TypeError'>
Error Contents: 'bool' object has no attribute '__getitem__'
Traceback (most recent call last):
File "/home/bkanuka/.xbmc/addons/plugin.audio.8tracks/default.py", line 58, in <module>
player.play_mix(mix_id, mix_name, user, img)
File "/home/bkanuka/.xbmc/addons/plugin.audio.8tracks/resources/lib/eighttracks.py", line 222, in play_mix
self.add_next(True)
File "/home/bkanuka/.xbmc/addons/plugin.audio.8tracks/resources/lib/eighttracks.py", line 259, in add_next
if result['set']['at_end']:
TypeError: 'bool' object has no attribute '__getitem__'
-->End of Python script error report<--