mirror of
https://github.com/casualsnek/onthespot.git
synced 2026-04-26 20:45:56 +03:00
[GH-ISSUE #5] Stuck at 99% - PermissionError #4
Labels
No labels
Feedback requested
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/onthespot#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dylanrsmith on GitHub (Oct 4, 2022).
Original GitHub issue: https://github.com/casualsnek/onthespot/issues/5
Was getting this error when downloading a track.
Progress bar would be stuck 'converting' at 99%.
Not sure if this is a widespread issue, I think I found a potential fix.
@Miollnir commented on GitHub (Oct 4, 2022):
i have the same issue
did u found a fix ?
@Ragriod commented on GitHub (Oct 4, 2022):
After download the track is stuck with converting at 99%
@casualsnek commented on GitHub (Oct 4, 2022):
Maybe yes, i will push a commit in a while which you can test !
@casualsnek commented on GitHub (Oct 4, 2022):
Can you test it now ? I have binary release for windows which you can use ! Also follow
Installing on windowssection in README.md to install ffmpeg which should solve these issues@Miollnir commented on GitHub (Oct 4, 2022):
it works now 👍
@casualsnek commented on GitHub (Oct 5, 2022):
Can you please test this binary release: https://anonfiles.com/69zbldBey8/onthespot_win_exe built against current main branch !
Apparently there were multiple reasons why this could happen and this binary should work as expected. The build instructions and scripts were changed so while i write documentation on it you can try the binary and check if it works !
@dylanrsmith commented on GitHub (Oct 6, 2022):
Just tested that binary and it works ! I'll close this issue. Thanks!