"No recordings found for show" in web GUI

In the web GUI I go to Library / Up Next and then I click on one of my up next shows, instead of seeing all episodes of that show I get No recordings for show.

I noticed that the address looks like this http://127.0.0.1:8089/admin/shows/nzxmltv%2F1035608, if I manually replace %2F with a / then it works. I also noticed that I can hit the browser back button, and the previous address is correct - i.e. http://127.0.0.1:8089/admin/shows/nzxmltv/1035608.

@tmm1 would it be useful to submit diagnostic logs?

I'm seeing the same behavior for shows where Pluto is the source.
Changing
http://192.168.1.3:8189/admin/shows/pluto%2F5ec3040273354c001aa4e437
to
http://192.168.1.3:8189/admin/shows/pluto/5ec3040273354c001aa4e437
works

2 Likes

It’s the url. It’s not being encoded. We’ll fix it up.

This is only an issue with Pluto TV recordings

1 Like

I'm having the same issue, but it's not related to Pluto - it's my local OTA channels.

That's curious, as the reason is that the IDs for Pluto TV shows have slashes in them, and when they're not encoded, the slash makes the browser thing it's a different path. No other show IDs have this issue.

/shows/pluto/5ec3040273354c001aa4e437

Could you give an example?

@maddox - details are in this post.

I'm not sure if my previous post worked! I posted details in the original post in this thead :slight_smile:

1 Like

Oh jeez, I have it backwards. This is even weirder!

1 Like

If this was meant to fix it for Pluto, it didn't

Yeah, I figured that out after I saw how wrong I was on this thread :joy:

I’ll check it out in the morning.

2 Likes

OK, got it this time.

Working now for Pluto sourced shows.
Hopefully that fixed it for Damon and his OTA sourced shows (nzxmltv).

I've just gotten around to testing this. It is better, but it's putting two entries into the browser history (both for the same page). So when you hit the back button the first time, you are still on the same page, you have to go back twice to get back to the Up Next page.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.