Skip to content
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

Open
mboeru opened this issue Jan 6, 2015 · 5 comments
Open

trakt image load issues #383

mboeru opened this issue Jan 6, 2015 · 5 comments

Comments

@mboeru
Copy link

mboeru commented Jan 6, 2015

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:

Jan-06 10:31:52 :: ERROR    :: Failed to download https://walter.trakt.us/images/shows/000/001/409/posters/original/c336773ac7-138.jpg?1420531398
Jan-06 10:31:52 :: ERROR    :: Failed to download https://walter.trakt.us/images/shows/000/060/291/posters/original/88149f56e7-138.jpg?1420531230
Jan-06 10:31:52 :: ERROR    :: Failed to download https://walter.trakt.us/images/shows/000/039/192/posters/original/5fe49a60b2-138.jpg?1420532751

Also when clicking on friends or calendar the following error occurs:

Jan-06 10:34:56 :: INFO     :: TRAKT :: Fetching friends list
Jan-06 10:35:00 :: DEBUG    :: TRAKT :: EXCEPTION -- HTTP Error 404: Not Found
Jan-06 10:35:02 :: INFO     :: TRAKT :: Fetching my shows calendar
Jan-06 10:35:02 :: DEBUG    :: TRAKT :: EXCEPTION -- HTTP Error 404: Not Found

I am using latest version:

[root@cubox maraschino]# git pull origin master
From https://github.com/mrkipling/maraschino
 * branch            master     -> FETCH_HEAD
Already up-to-date.

screen shot 2015-01-06 at 10 31 22

Cheers,
mboeru

@ebright
Copy link

ebright commented Jan 23, 2015

It looks like Trakt has upgraded their API calls. This is going to require a code change in order to support the new API

@ebright
Copy link

ebright commented Mar 7, 2015

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

@mboeru
Copy link
Author

mboeru commented Mar 7, 2015

Thank You @ebright, commenting that line worked for me.

@Guruleenyc
Copy link

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?

@mboeru
Copy link
Author

mboeru commented Apr 27, 2015

if you are using mrkipling's version then I think it line 43 https://github.com/mrkipling/maraschino/blob/master/modules/traktplus.py#L43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants