aunefyren / wrapperr

Website based application that summarizes Plex statistics from a given period and displays it in a nice format. Similar to the Spotify Wrapped concept.
315 stars 22 forks source link

"API response can't be parsed" - When accessing a 'share' link #63

Closed muppet3000 closed 1 year ago

muppet3000 commented 1 year ago

I've just setup Wrapperr after setting up Tautulli earlier this week (with the intention of using it at the end of the year for a wrap-up.

I've got the whole system up and running nicely. However, when I try and access a 'share' link I'm presented with this page: image

There's nothing appearing in the logs (in terms of errors): image

I'm running using the docker container and I get the same issue whether I access it directly on the host or from via my reverse proxy.

Is there anything I can do to provide further logging to help debug? I'm not even sure if I'll use this feature but it would be good to have it working.

muppet3000 commented 1 year ago

More info: The URL seems to be made up of a combination of the user_id and the hash from the configuration files. https://<REDACTED>/wrapperr/?hash=2153917-228482c7-028a-40e2-a1f1-552abdd1c3ff

The first number after the hash seems to be the user_id, is that correct? Either way I've tried multiple different changes and it doesn't make a difference.

NOTE - I'm running wrapperr with a URL Base e.g. "wrapperr" is part of the URL (in case that's related in any way)

muppet3000 commented 1 year ago

Further update: If I remove the base url "wrapperr" from the configuration then it works fine, I can't seem to get it to work with it in though. Any help would be greatly appreciated, even though I have this configured and working with a reverse proxy all the above testing is done by hitting the host directly to make the debugging simpler.

aunefyren commented 1 year ago

Fixed in v3.1.3. Thank you for reporting!

muppet3000 commented 1 year ago

Confirmed working - Thanks!