-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
On certain characters the program goes into infinite loop. #42
Comments
Additional information: P.S.: The same problem happens with v1.0.0rc6. |
I can't reproduce this, have you changed your settings in any way? |
Yes, I did change the setting. |
I still cannot reproduce this, I will have to try on a windows machine in a bit. I'll keep you posted |
I still cannot reproduce this on windows 11 but I believe I fixed the infinite loop on unknown failures, you can check this link and let me know if it RC-9 fixes the issue your machine. |
Still happening. OK let me put down all the steps and maybe a capture of what is actually happening, so you can see what to look for.
Here the resized video: |
Happened again with the same song in another context, this is v1.0.0rc9, but it also happens with rc4, rc5, rc6, rc7... I don't have rc8: OnTheSpot.2024-10-30.17-11-40.mp4What could cause this? |
Found the loop problem because of that video lol, still don't know why that specific song downloads fine as an individual item but fails inside the playlist. Could you try this build and see if it still loops https://github.com/justin025/onthespot/actions/runs/11605689302/artifacts/2126521682 |
Well, this last version does fail still, but it does not go into a loop. The error seems relate to the Unicode Character “ē” (U+0113) as the log implies, but why?
Maybe I'll try to clone the repo and run it in VS or VSC stepping the debuggers. To see the actual variable and data. |
One thing is thou, that I still cannot clear it: before because of loop, now even if no loop and I cancel it, it does not clear OnTheSpot.2024-10-31.00-30-16.mp4 |
Hopefully this will be the last commit to fix this issue: As for the characters I am still unsure, I'll try out the playlist on a windows 10 pc and get back to you. |
I am away for business; I am going to test when I am back. I suggest that if this last doesn't fix it, we keep the issue open, but under ice until we find more info... and it does NOT need to be proactively researched by you, you should actually attend to other tasks, or even just take a break. Sometime by walking away and doing other things solutions are found by allowing yourself space to actuate other ideas, that give you a fresh new approach and inspiration... or just luck. Also, it could be caused not by your code, but one of the libraries (un)known bugs, or even the service itself, so out of our sphere of control. I'll post after test and if I find more info. |
I experienced something similar when debugging in windows, the terminal itself was unable to print extended unicode characters. You can try deleting all logging in downloader that prints the file path and see if this resolves the issue, if you need me to send a build of that let me know |
Feature Description
On certain playlists the program downloads almost all songs except for few and on those few the program goes into infinite loop, where the log file create fill up in few seconds: in fact the program create in short succession onthespot.log.1 onthespot.log.2 and than it write over onthespot.log in a loop.
Here is the log:
onthespot.log
To interrupt the infinite loop the only solution is to shut down the program and restart... but it will happen again on similar situation.
Justification
I would like the program to be useable without getting stuck.
Additional Information
I am using Win10 and OnTheSpot v1.0.0rc7
P.S.: in the issue report there is not anymore way to differentiate between Bugs and Feature Requests, also I didn't see the template to fill in standard info as OS, version, etc.
The text was updated successfully, but these errors were encountered: