We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i downloaded this post: https://kemono.party/patreon/user/11324565/post/28226372
The program showed this error message: panic: runtime error: slice bounds out of range [:-1]
goroutine 49 [running]: main.main.func4({0x868, {0xc00080dc10, 0x8}, {{0x2fd1c238, 0xed71b00a6, 0x171dc80}}, {0xc00080dc20, 0xa}, {0xc00080dc30, 0x7}, ...}, ...) C:/Users/elvis/GolandProjects/Kemono-scraper/main/main.go:319 +0xc2b github.com/elvis972602/kemono-scraper/downloader.(*downloader).Download.func1() C:/Users/elvis/GolandProjects/Kemono-scraper/downloader/downloader.go:309 +0x24d created by github.com/elvis972602/kemono-scraper/downloader.(*downloader).Download C:/Users/elvis/GolandProjects/Kemono-scraper/downloader/downloader.go:297 +0xd3
The text was updated successfully, but these errors were encountered:
fixed issue(#27) (#29), file name length error
e012b45
No branches or pull requests
When i downloaded this post: https://kemono.party/patreon/user/11324565/post/28226372
The program showed this error message:
panic: runtime error: slice bounds out of range [:-1]
goroutine 49 [running]:
main.main.func4({0x868, {0xc00080dc10, 0x8}, {{0x2fd1c238, 0xed71b00a6, 0x171dc80}}, {0xc00080dc20, 0xa}, {0xc00080dc30, 0x7}, ...}, ...)
C:/Users/elvis/GolandProjects/Kemono-scraper/main/main.go:319 +0xc2b
github.com/elvis972602/kemono-scraper/downloader.(*downloader).Download.func1()
C:/Users/elvis/GolandProjects/Kemono-scraper/downloader/downloader.go:309 +0x24d
created by github.com/elvis972602/kemono-scraper/downloader.(*downloader).Download
C:/Users/elvis/GolandProjects/Kemono-scraper/downloader/downloader.go:297 +0xd3
The text was updated successfully, but these errors were encountered: