-
Notifications
You must be signed in to change notification settings - Fork 199
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
Media - "rescan collection" app freezes in the middle #1
Comments
I relly can't reproduce the pbm ... Original comment by @eMerzh at owncloud-archive/apps#27 (comment) |
Are there any settings for the media app? If so, I didn't find them yet ;) Original comment by @RandolfCarter at owncloud-archive/apps#27 (comment) |
@RandolfCarter please ping me back if this issue is still reproducible. Original comment by @VicDeo at owncloud-archive/apps#27 (comment) |
Just trying it on 4.5.8 - now the scan doesn't even seem to start properly; the progress indicator doesn't show any progress, even after half an hour, and pressing the "Pause" button has no effect (I would expect it to change to "Resume" or something, but really nothing happens). Not sure about the server activity - there sometimes are smaller apache2&mysql CPU spikes, but not continously...
Edit: The error message doesn't seem to be related, at least it didn't show up on a second try. Original comment by @RandolfCarter at owncloud-archive/apps#27 (comment) |
@RandolfCarter are there any js errors in browser console? Original comment by @VicDeo at owncloud-archive/apps#27 (comment) |
@VicDeo didn't check that yet, did so now; yes there is an error, when I press the "Pause" button, it shows
Have now also seen two different ones when starting the rescan:
And something is happening now, the progress bar is advancing, and the mysqld load is high. Will wait now and see how far it gets, keeping the JS console open. Original comment by @RandolfCarter at owncloud-archive/apps#27 (comment) |
After 10 hours the rescanning is still not finished, and the progress indicator doesn't seem to have advanced in comparison to where it was after approximately 4 hours; there is no more continuous mysql load as it was before (basically there's no load at the moment).
There are no errors from ownCloud in apache error log; there are a few errors in the ownCloud log from the rescan like this:
but the last one is from approx. 2 hours after rescan start... So it seems the issue is still appearing exactly as described, and furthermore the Pause doesn't work anymore :( Any other info I can provide to help resolve this? Original comment by @RandolfCarter at owncloud-archive/apps#27 (comment) |
@VicDeo Just tested on OC5. The scanning is MUCH faster there (only takes about 10 minutes, and also finishes) - but it doesn't seem to find all my music... at least there's a huge difference between what OC5 shows and what OC4.5 shows (OC4.5 shows approx. 8 times more artists than OC5...). The Music files are exactly the same, and linked into owncloud exactly the same way (via a local custom mount). On a quick glance I didn't find any errors in the apache error log or owncloud log; and only one thing in the javascript console - the Pause button doesn't work the same way as in OC4.5, and the JS error is:
Should I report a new issue for the problem that OC5 music app doesn't find all music? Original comment by @RandolfCarter at owncloud-archive/apps#27 (comment) |
For a detailed description see this forum thread: http://forum.owncloud.org/viewtopic.php?f=4&t=4260.
In short, media app, when running a "Rescan collection", the progress bar freezes somwhere in the middle - it doesn't finish (nor does the progress bar change anymore), even if I leave it open for hours.
Originally reported by @RandolfCarter at owncloud-archive/apps#27
The text was updated successfully, but these errors were encountered: