panic: strconv.ParseFloat: parsing "1.1.1.1": invalid syntax #7
Reference in New Issue
Block a user
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?
2024/03/16 19:47:39 Executing command executable: /home/user/bin/yt-dlp) in /home/user/down
panic: strconv.ParseFloat: parsing "1.1.1.1": invalid syntax
This needs proper error handling:
Probably caused by matching on this:
where the URL on the line includes an IP address.
wrong repo