Open mboeru opened 9 years ago
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 https://github.com/ebright/maraschino/commit/de932d061b56952e19d3915bd5ccff05faafe3fb
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