-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Program hangs when sync complete #30
Comments
Can you post the log from when this happened? |
Hi! Happy to— and, sorry, it turned out I was wrong about two things. When I went back to look at the logs, I found out that a. there WERE actually still some songs left to fetch that the app hadn't successfully fetched at first, and b. it didn't just hang forever. It hung for as long as I watched it (maybe ten minutes), but sometime later (maybe much later) it finally timed out and continued with an error message as shown.
|
I'll have to make sure the download timeouts are working correctly. At least this shows my handling of partial downloads worked correctly :) |
hi! thanks for all the amazing work.
i've used beatsync several times over the past few weeks with no trouble at all. however today when i ran it to download some new songs it got stuck. it finished downloading several songs, but then just sat there; the line describing the last download wasn't followed by anything at all. When I rerun beatsync now, it just hangs on " Starting BeastSaberBookmarks feed..."
The logs indicate that beatsync is reading the feed properly and "receiving no new songs, last page reached" (which is correct). but it seems like something isn't exiting cleanly so the actual program never reports that it's finished. re-downloading the program didn't help. Not sure what changed between last week when it worked fine, and now. :(
obviously not a showstopper, program still works. but i thought you'd want to know. thanks again!
The text was updated successfully, but these errors were encountered: