[RELEASE] trakt.tv tv/movie scrobbler
Okay so I'm probably being a noob right now but...

I had trakt installed previously, so I uninstalled that, made sure the folder was removed from addons and also the userdata. I made sure six, pytz and requests were installed. Then I downloaded the script.trakt-dev.zip file. Pushed it to my firetv, clicked install from zip and proceeded to configure it. When I click launch, I get "script failed : trakt!"

When I check the log pytz is erroring saying
Quote: raise pytz.UnknownTimeZoneError('Can not find any timezone configuration')
UnknownTimeZoneError: 'Can not find any timezone configuration'
-->End of Python script error report<--

Heres the full error
Quote:09:44:19 T:1570344080 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'pytz.exceptions.UnknownTimeZoneError'>
Error Contents: 'Can not find any timezone configuration'
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.trakt-dev/default.py", line 5, in <module>
import utilities
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.trakt-dev/utilities.py", line 21, in <module>
__local = pytz.timezone (str(get_localzone()))
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.trakt-dev/tzlocal/unix.py", line 108, in get_localzone
_cache_tz = _get_localzone()
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.trakt-dev/tzlocal/unix.py", line 102, in _get_localzone
raise pytz.UnknownTimeZoneError('Can not find any timezone configuration')
UnknownTimeZoneError: 'Can not find any timezone configuration'
-->End of Python script error report<--

Now since I'm using a firetv, the timezone is set in the Android settings, then xbmc pulls that setting from the system. I'm guessing pytz is having trouble reading it for some reason? Anyway to fix this?


Messages In This Thread
RE: [RELEASE] trakt.tv tv/movie scrobbler - by welshboy - 2015-01-31, 11:46
Logout Mark Read Team Forum Stats Members Help
[RELEASE] trakt.tv tv/movie scrobbler13