-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
LMS crashes when accessed with Audinaut or Subtracks Android Apps - Node already has a value #225
Comments
Hi! |
Ok I have fixed this but I find subtracks is very laggy (lot of freezes in the UI when browsing albums for example) |
I've observed something similar, although at the time I thought that might be related to a slow response from my network. If I find the time I'll look into this more closely and report back. Thanks for looking into and fixing this. 😃 |
@epoupon Thanks for the fix, I have the same issue with Ultrasonic. Any plans of releasing a new version (or a hotfix) soon ? |
Hi! I am not far from finishing #193, I think/hope it should be a matter of days now. |
Thank you. It's working as expected now. I'm not noticing any major UI slowdowns with Subtracks, although scrolling through a huge library requires a lot of requests, i.e. there's no predictive fetching of artists or albums, instead the next page seems to be loaded when I've reached the end of the last. I can live with that. I did have some trouble with the update though as the new Docker container did not load my SQLite DB correctly. Everything works fine now after I've deleted the DB and started from scratch. I would open a new ticket, but couldn't find any hints in the logs. The container just kept restarting. I was also not attached to any of the metadata, so it's no trouble for me. Edit: it's most likely the same issue as #228 . |
Yes indeed, sorry for that. |
I've had some trouble getting Android Apps to work in combination with my LMS instance.
I'm aware that neither Audinaut nor Subtracks have been tested. I stumbled over these while looking for FOSS Apps on F-Droid and if possible I would rather use these than anything proprietary. DSub is of course an alternative, but also gave me trouble at the start (but no crashes).
In case of Subtracks the crash is consistently reproducible and will crash the server as well as the client. After opening Subtracks a few times (or navigating quickly enough to a submenu) I'm able to queue music and listen to it without further issues. The following log line pops up whenever the server process crashes:
The same happens with Audinaut, although here at least the client handles the error and does not crash itself:
I mainly wanted to use Subtracks, because out of all the FOSS Apps it showed the most promise of working smoothly with LMS. DSub is listed as compatible and tested, but gave me trouble initially as well. I've since been able to get it to work, but I've not spent tons of time playing around with it.
If you're not going to support Subtracks that's fine by me, but the error message seems like something that should be easy to find and figure out.
The text was updated successfully, but these errors were encountered: