lostb1t / replex

Remix your Plex hubs
204 stars 7 forks source link

Built in Recently Added TV Rows #137

Closed jl94x4 closed 2 months ago

jl94x4 commented 2 months ago

I use these by default - yes I can re-create these using smart collections but you can not replicate one episode being added, and if more than 1 in a 24hr period they display as a season, which is a big issue for me. The replicated rows just show on a show level, so if a new episode is added and there are 100's of episode, its a trawl to get to the latest ep.

Back to the original issue, the TV ones do not show on home, or if they do they disappear after around 5-10mins, then they never come back. This doesn't happen with Movies

Is there something you can do to fix this issue? :)

lostb1t commented 2 months ago

i think this has todo with the 404 message you posted. When plex auto refreshes it cant find recently added. Will see if i can track down tthe issue

jl94x4 commented 2 months ago

Thankyou, this is the last piece of the jigsaw that makes Replex perfect :)

jl94x4 commented 2 months ago

I think you might be on the right track with this. I removed all rows off the home screen and only left one TV Show Library's recently added and this is the error received on two refreshes..

2024-07-14T17:18:24.353358Z ERROR replex::routes: Failed to get plex response status=404 res=Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv4(192.168.1.22)), port: Some(32400), path: "/library/collections/hubs/home/recentlyAdded", query: Some("type=2&sectionID=5,557473/children&contentDirectoryID=6&pinnedContentDirectoryID=6%2C9%2C10%2C21%2C4%2C5%2C3%2C22&includeCollections=1&includeExternalMedia=1&includeAdvanced=1&includeMeta=1&X-Plex-Product=Plex%20Web&X-Plex-Version=4.133.0&X-Plex-Client-Identifier=yc3c5r9hn3nxy4erpsis9icz&X-Plex-Platform=Microsoft%20Edge&X-Plex-Platform-Version=126.0&X-Plex-Features=external-media%2Cindirect-media%2Chub-style-list&X-Plex-Model=hosted&X-Plex-Device=Windows&X-Plex-Device-Name=Microsoft%20Edge&X-Plex-Device-Screen-Resolution=2744x996%2C2752x1152&X-Plex-Container-Start=0&X-Plex-Container-Size=50&X-Plex-Token=-Plex-Provider-Version=6.5&X-Plex-Text-Format=plain&X-Plex-Drm=playready&X-Plex-Language=en"), fragment: None }, status: 404, headers: {"x-plex-protocol": "1.0", "access-control-expose-headers": "Location, Date", "vary": "Origin, X-Plex-Token", "content-type": "text/html", "connection": "Keep-Alive", "keep-alive": "timeout=20", "date": "Sun, 14 Jul 2024 17:18:24 GMT", "x-plex-content-original-length": "85", "x-plex-content-compressed-length": "78", "access-control-allow-origin": "https://app.plex.tv", "cache-control": "no-cache"} } 2024-07-14T17:18:24.354931Z ERROR salvo_core::error: anyhow error occurred error=code: 500 Internal Server Errorname: Internal Server Errorbrief: "The server encountered an internal error while processing this request."detail: Nonecause: None 2024-07-14T17:18:24.358311Z ERROR replex::routes: Failed to get plex response status=404 res=Response { url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv4(192.168.1.22)), port: Some(32400), path: "/library/collections/hubs/home/recentlyAdded", query: Some("type=2&sectionID=5,557473/children&contentDirectoryID=6&pinnedContentDirectoryID=6%2C9%2C10%2C21%2C4%2C5%2C3%2C22&includeCollections=1&includeExternalMedia=1&includeAdvanced=1&includeMeta=1&X-Plex-Product=Plex%20Web&X-Plex-Version=4.133.0&X-Plex-Client-Identifier=yc3c5r9hn3nxy4erpsis9icz&X-Plex-Platform=Microsoft%20Edge&X-Plex-Platform-Version=126.0&X-Plex-Features=external-media%2Cindirect-media%2Chub-style-list&X-Plex-Model=hosted&X-Plex-Device=Windows&X-Plex-Device-Name=Microsoft%20Edge&X-Plex-Device-Screen-Resolution=2744x996%2C2752x1152&X-Plex-Container-Start=0&X-Plex-Container-Size=50&X-Plex-Token=-Provider-Version=6.5&X-Plex-Text-Format=plain&X-Plex-Drm=playready&X-Plex-Language=en"), fragment: None }, status: 404, headers: {"x-plex-protocol": "1.0", "access-control-expose-headers": "Location, Date", "vary": "Origin, X-Plex-Token", "content-type": "text/html", "connection": "Keep-Alive", "keep-alive": "timeout=20", "date": "Sun, 14 Jul 2024 17:18:24 GMT", "x-plex-content-original-length": "85", "x-plex-content-compressed-length": "78", "access-control-allow-origin": "https://app.plex.tv", "cache-control": "no-cache"} } 2024-07-14T17:18:24.360672Z ERROR salvo_core::error: anyhow error occurred error=code: 500 Internal Server Errorname: Internal Server Errorbrief: "The server encountered an internal error while processing this request."detail: Nonecause: None

lostb1t commented 2 months ago

@jl94x4 is your recently added hero style?

jl94x4 commented 2 months ago

@jl94x4 is your recently added hero style?

It isn't no just the default recently added style

lostb1t commented 2 months ago

i just cant replicate this lol

@jl94x4 do you have Merge Recently Added items enabled?

jl94x4 commented 2 months ago

I can add you to my server so you can see it for yourself I guess?

jl94x4 commented 2 months ago

i just cant replicate this lol

@jl94x4 do you have Merge Recently Added items enabled?

I don't have merge recently no, they are all individual library recently added.

lostb1t commented 2 months ago

ah there we go, disabling that makes it bork.

jl94x4 commented 2 months ago

Really hopeful that you can get this fixed 🙂

lostb1t commented 2 months ago

:tada: This issue has been resolved in version 0.26.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: