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
panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x40 pc=0xd5a1e9]
goroutine 1 [running]: github.com/pingc0y/URLFinder/util.GetProtocol({0xc00ae406a8, 0x16}) /home/runner/work/URLFinder/URLFinder/util/utils.go:122 +0xc9 github.com/pingc0y/URLFinder/crawler.Run() /home/runner/work/URLFinder/URLFinder/crawler/run.go:111 +0x6d7 main.main() /home/runner/work/URLFinder/URLFinder/main.go:15 +0x37
The text was updated successfully, but these errors were encountered:
是有这个问题 下次更新修复, 给域名加上完整的http协议可以规避这个报错
Sorry, something went wrong.
No branches or pull requests
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x40 pc=0xd5a1e9]
goroutine 1 [running]:
github.com/pingc0y/URLFinder/util.GetProtocol({0xc00ae406a8, 0x16})
/home/runner/work/URLFinder/URLFinder/util/utils.go:122 +0xc9
github.com/pingc0y/URLFinder/crawler.Run()
/home/runner/work/URLFinder/URLFinder/crawler/run.go:111 +0x6d7
main.main()
/home/runner/work/URLFinder/URLFinder/main.go:15 +0x37
The text was updated successfully, but these errors were encountered: