[GH-ISSUE #10] [Windows 10] Error when entering playlist URL #5

Closed
opened 2026-03-04 12:27:54 +03:00 by kerem · 3 comments
Owner

Originally created by @PassiveLemon on GitHub (Oct 4, 2022).
Original GitHub issue: https://github.com/casualsnek/onthespot/issues/10

URL download clicked with value False
Parsing url 'False'
Uncaught exception
Traceback (most recent call last):
  File "onthespot.py", line 559, in __download_by_url
  File "utils.py", line 172, in get_url_data
  File "utils.py", line 86, in regex_input_for_urls
  File "re.py", line 200, in search
TypeError: expected string or bytes-like object

I don't know python so I can't make much sense of this.

Originally created by @PassiveLemon on GitHub (Oct 4, 2022). Original GitHub issue: https://github.com/casualsnek/onthespot/issues/10 ``` URL download clicked with value False Parsing url 'False' Uncaught exception Traceback (most recent call last): File "onthespot.py", line 559, in __download_by_url File "utils.py", line 172, in get_url_data File "utils.py", line 86, in regex_input_for_urls File "re.py", line 200, in search TypeError: expected string or bytes-like object ``` I don't know python so I can't make much sense of this.
kerem closed this issue 2026-03-04 12:27:54 +03:00
Author
Owner

@PassiveLemon commented on GitHub (Oct 4, 2022):

Also, do you think its possible that you could make the windows an "installer" type executable which makes a folder in the directory of the exe which will then automatically download ffmpeg and use that path?

<!-- gh-comment-id:1267549512 --> @PassiveLemon commented on GitHub (Oct 4, 2022): Also, do you think its possible that you could make the windows an "installer" type executable which makes a folder in the directory of the exe which will then automatically download ffmpeg and use that path?
Author
Owner

@casualsnek commented on GitHub (Oct 5, 2022):

Also, do you think its possible that you could make the windows an "installer" type executable which makes a folder in the directory of the exe which will then automatically download ffmpeg and use that path?

I haved pushed commits that should fix this issue, and i also noticed windows having various issues like missing ffmpeg and stuck on 99% with permission error. The build scripts have changed and need documentation to run from source. Meanwhile can you try this binary release built against current main branch: https://anonfiles.com/69zbldBey8/onthespot_win_exe

This also comes with it's own ffmpeg so no installer required !

<!-- gh-comment-id:1268768476 --> @casualsnek commented on GitHub (Oct 5, 2022): > Also, do you think its possible that you could make the windows an "installer" type executable which makes a folder in the directory of the exe which will then automatically download ffmpeg and use that path? I haved pushed commits that should fix this issue, and i also noticed windows having various issues like missing ffmpeg and stuck on 99% with permission error. The build scripts have changed and need documentation to run from source. Meanwhile can you try this binary release built against current main branch: https://anonfiles.com/69zbldBey8/onthespot_win_exe This also comes with it's own ffmpeg so no installer required !
Author
Owner

@PassiveLemon commented on GitHub (Oct 5, 2022):

Seems to work well. Cool. My issue has been solved. Thanks

<!-- gh-comment-id:1268986105 --> @PassiveLemon commented on GitHub (Oct 5, 2022): Seems to work well. Cool. My issue has been solved. Thanks
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/onthespot#5
No description provided.