Got it working in Isengard, but should work on Helix too.
Uninstall existing 8tracks addon if you have it installed, then exit out of kodi.
On your computer, download plugin.audio.8tracks-0.2.10.zip from
https://github.com/sbchisholm/repository...io.8tracks
Unzip the file.
In the addon.xml, change code from
<import addon="xbmc.python" version="1.0"/>
to
<import addon="xbmc.python" version="2.1.0"/>
In the eighttracks.py file,
/plugin.audio.8tracks/resources/lib/eighttracks.py
Change code from
import simplejson as json
to
import json
I used Notepadd++ to make the changes. Don't rezip the addon. Just copy the entite directory (I use ftp on my FireTV) to your kodi addons directory.
Android/data/org.xbmc.kodi/files/.kodi/addons/
Restart kodi. You may have to reboot device. Works like a charm!