-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
show won't remove #9553
Comments
I didn't notice but I have quite a few deleted shows on my show list which are truncated like this and can't be removed. I guess maybe a number of removes did not work correctly and I never noticed. There must be a code path where something which creates an entry on the show list doesn't get "removed". |
So, I can't quite explain this but it cleared up. On a different client computer I saw the dead shows in the list so it is not a browser issue. I copied aside main.db so I could open it in sqlite3 and look for lingering entries. I didn't see the shows in the tables but when I went back to the browser, the shows are gone now. I see the code creates threads for the removes. Maybe they were blocked and for some reason finished finally? I wonder if there isn't a race condition on refreshing the main screen while the background remove is still going on, but that would not explain why they showed in multiple clients. I guess close unless you see something obvious wrong. |
It's because of browser caching. I'm working on it |
Ah, I'm sure you right. I thought some of the shows went away but I was on different browser. Each instance is showing ones that I deleted using that browser. Good luck. thanks |
could you verify if it's resolved with PR #9563 (branch |
I'm sorry, is not so easy for me. I'm using the linuxserver docker and I don't see a develop image. Also the container does not have git installed so I could not even do something temporarily. Probably I need to do an overlay of the image but I'm not so savvy with docker yet. |
Can't test with docker no |
Should be fixed, can you confirm? It's in develop branch. |
I've got 0.5.13 which shows the fix in the changelog and I'm sorry to say I still see these ghost deleted shows. It is a browser issue, I'm using chrome on a mac, but if I use safari the shows are not present. I think I deleted these after I took the last update but maybe not. Maybe I need to dump my browser cache? |
I cleared cache and cookies for medusa. This cleared out the dead shows. Deleting a show works now. So I guess I was still having a bunch of crud in my cache. |
Describe the bug
I select remove from the show detail window and visually the app goes through the normal remove and returns to the show list. But the show is still in the list. If I go to the details window again, the episode details are gone. If I try to remove again the removal box which comes up says "none" as the show name. Removing again results in an all white page. I return to the show list and it's still there unchanged.
To Reproduce
Remove the show (One of mine like this is Gold Digger from the bbc).
Expected behavior
The show should disappear from the show list.
Medusa (please complete the following information):
Docker image from linuxserver with latest tag.
Debug logs (at least 50 lines):
Additional context
Oddly, just once I was able to re-add a show like this and then successfully delete it. This one I cannot get rid of.
The text was updated successfully, but these errors were encountered: