Skip to content
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

Blank/Empty Request Card #517

Closed
JohnnyGrey86 opened this issue Dec 27, 2020 · 4 comments
Closed

Blank/Empty Request Card #517

JohnnyGrey86 opened this issue Dec 27, 2020 · 4 comments

Comments

@JohnnyGrey86
Copy link

Describe the bug
A blank, pulsing request card appears on the home screen, as well as the requests page. After some Discord discussion, we discovered this is from a deleted TMDB page. The movie in question now appears under a different number, resulting in this card endlessly attempting to "load."

What version of Overseerr are you running?
develop-d00e470b55327489b49d770144b7cfdb24045be6

You can find it under: Settings -> About -> Version

To Reproduce
Not applicable.

Expected behavior
As sct mentioned in Discord, a proper error message should show, along with the presence of a delete button.

Screenshots
image
image

Desktop (please complete the following information):

  • OS: Win10 Pro
  • Browser Chrome
  • Version 87.0.4280.88 (Official Build) (64-bit)
@dirtycajunrice
Copy link

For those that are experiencing the issue currently, if you would like to remove the entry, and that is the only item that is in requested status:

docker exec -it <name of container> sh
apk add sqlite
DB="/app/config/db/db.sqlite3"
BAD=$(sqlite3 ${DB} "SELECT id FROM media_request WHERE status=1 LIMIT 1; ")
sqlite3 ${DB} "DELETE FROM season_request WHERE requestId=${BAD};"
sqlite3 ${DB} "DELETE FROM media_request WHERE id=${BAD};"

@sct sct added this to Planned in Beta Release Roadmap Jan 20, 2021
@stale
Copy link

stale bot commented Mar 8, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Mar 8, 2021
@sct
Copy link
Owner

sct commented Mar 8, 2021

We good stalebot.

@stale stale bot removed the stale label Mar 8, 2021
@sct sct self-assigned this Mar 19, 2021
@sct sct moved this from Planned to In progress in Beta Release Roadmap Apr 12, 2021
@sct sct closed this as completed in b5ac2f5 Apr 12, 2021
Beta Release Roadmap automation moved this from In progress to Done Apr 12, 2021
@github-actions
Copy link

🎉 This issue has been resolved in version 1.23.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

4 participants