-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trakt image load issues #383
Comments
It looks like Trakt has upgraded their API calls. This is going to require a code change in order to support the new API |
Trakt still supports the old API calls for now but change how they named their posters. You can fix this by removing the removing the small_poster function in the traktplus.py file ebright@de932d0 |
Thank You @ebright, commenting that line worked for me. |
Can someone help me identify exactly which lines of code in the 'traktplus.py' file that need to be modified to fix this, or is their a alternative fix so images show? |
if you are using mrkipling's version then I think it line 43 https://github.com/mrkipling/maraschino/blob/master/modules/traktplus.py#L43 |
Since the recent trakt updates the trakt widget seems to have an issue loading the images.
Looking at the log files I see the following:
Also when clicking on friends or calendar the following error occurs:
I am using latest version:
Cheers,
mboeru
The text was updated successfully, but these errors were encountered: