You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.
I seem to be having the same issue with specific episodes. This doesn't happen with all episodes in a season.
Here's an example of what it looks like in the CLI:
Upon further testing, it seems the root of the cause is an error from the formatSubtitles function in crunchyroll/subtitle.go
Upon even further testing, it appears the issue has to do with the Angle integer in the Style struct. The angle can be a double, which causes ParseInt to error. I saved the XML and upon further examination the Angle double matches up with the double that the error message displays
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When downloading subtitles, i've been getting strconv.ParseInt: parsing "numbers here": invalid syntax.
For example, strconv.ParseInt parsing "17.11": invalid syntax
The text was updated successfully, but these errors were encountered: