lostb1t / replex

Remix your Plex hubs
204 stars 7 forks source link

REPLEX_TOKEN #134

Closed jl94x4 closed 2 months ago

jl94x4 commented 2 months ago

Saw this new in the description, did something change to require this for hero's to work now?

Do we need to supply the token? What breaks if we do not?

Also this is in the settings on the readme but doesn't make much sense, can you explain what it means?

recommendations. Rows from sifferent sections are interlewved into one.

lostb1t commented 2 months ago

Found out that that plex hero art endpoint is buggy, if plex has a cached version then it doesn't need a plex token. But if it isn't cached it needs an valid user token.

So new media wasn't an issue as its requested by a lot by people so always cached. But old media would have missing hero images

nothing else changed except some naming and optimisation

lostb1t commented 2 months ago

and yes making this a breaking change. Replex will not start without it

PilaScat commented 2 months ago

updated and added token, but: image

lostb1t commented 2 months ago

updated and added token, but:

image

@PilaScat sure its valid? nothing in the logs a about not able to retrieve metadata?

could you post a debug log? RUST_LOG="info,replex=debug"

PilaScat commented 2 months ago

nothing about metadata, but this: image

lostb1t commented 2 months ago

hmm seems tour replex domain might not be reachable from the replex container itself.

Could you share the whole path from the 404 log response? i need that url argument (you can hide the domain name)

PilaScat commented 2 months ago

is strange because I haven't changed anything: image

lostb1t commented 2 months ago

Code has changed.

Could you try to ping your replex domain from the machine you are hosting replex?

PilaScat commented 2 months ago

image

lostb1t commented 2 months ago

@PilaScat pushed some changes, could you give it a go?

PilaScat commented 2 months ago

@PilaScat pushed some changes, could you give it a go?

fixed thanks