-
Notifications
You must be signed in to change notification settings - Fork 532
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
Edit series tag issue[Bug]: #3207
Comments
Could you attach some browser logs when this happens (you can access these logs using F12)? Sounds like something on the page is crashing |
Ok i hit f12 when i came across the error. I copied the console page. What else am i suppose to do? |
Thanks for sharing the log. And there isn't anything other indication in the UI that something broke? Like there are no error popups? Looks like the same thing as #2158 and #1663, but a specific fix was not found. If you're willing to share your database file (the SQLite file in |
After some research, it looks like this is due to duplicate series existing in the database, and duplicates of the same series being filtered cause the crash. Thanks to the database you provided, I found four different series of "The Wraith's Haunt Series " in the I was able to reproduce the issue of two characters causing the web client to get in an unresponsive state, such as:
I added a debug print to the audiobookshelf/client/components/ui/InputDropdown.vue Lines 74 to 84 in 8774e6b
The SolutionI modified the A better solution is to ensure that duplicate series cannot be created, and add a database cleanup step (maybe during server startup?) to catch series with the same name that may exist from previous server versions. For example, right now if you go to the series view on your server, you will see 4 series with the same name, each with a single book in them. |
Fixed in v2.15.0. |
What happened?
If you enter "RI" in the series tag ABS freezes, The edit page isn't closeable and you can't select any of the series options. You need to refresh the Page before it works again. Copy and pasting the full name in works though. Typing it out it freezes once RI are entered. Tried this with multiple files.
What did you expect to happen?
I have the series Ripple System. When entering the series information entering RI causing the window to freeze, I expected it to filter down the different series lists until the one i wanted was there.
Steps to reproduce the issue
Audiobookshelf version
2.11.0
How are you running audiobookshelf?
Docker
What OS is your Audiobookshelf server hosted from?
Linux
If the issue is being seen in the UI, what browsers are you seeing the problem on?
Chrome
Logs
No response
Additional Notes
No response
The text was updated successfully, but these errors were encountered: