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 running your tool with https://github.com/shenwei356/rush ,it gives runtime error
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x68ea65]
goroutine 1 [running]: main.extractJSLinksFromHTML(0x7ffe110cb26e, 0x5d, 0x0, 0x0, 0x0) /home/bug/Desktop/GoLinkFinder/GoLinkFinder.go:148 +0x95 main.main() /home/bug/Desktop/GoLinkFinder/GoLinkFinder.go:192 +0x297 panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x68ea65]
goroutine 1 [running]: main.extractJSLinksFromHTML(0x7ffc541342a2, 0x29, 0x0, 0x0, 0x0) /home/bug/Desktop/GoLinkFinder/GoLinkFinder.go:148 +0x95
The text was updated successfully, but these errors were encountered:
got same idk why it all of a sudden stopped working, tried reinstalling aswell
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x666f8f]
goroutine 1 [running]: main.extractJSLinksFromHTML({0x7ffd9291923f, 0x4e}) /home/greyhound/go/pkg/mod/github.com/0xsha/!go!link![email protected]/GoLinkFinder.go:148 +0x6f main.main() /home/greyhound/go/pkg/mod/github.com/0xsha/!go!link![email protected]/GoLinkFinder.go:192 +0x228
Sorry, something went wrong.
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x6736de] goroutine 1 [running]: main.extractJSLinksFromHTML({0x7fff27cfd136, 0x15}) /home/user/htools/GoLinkFinder/GoLinkFinder.go:151 +0x5e main.main() /home/user/htools/GoLinkFinder/GoLinkFinder.go:205 +0x1c5
same issue
No branches or pull requests
when running your tool with https://github.com/shenwei356/rush ,it gives runtime error
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x68ea65]
goroutine 1 [running]:
main.extractJSLinksFromHTML(0x7ffe110cb26e, 0x5d, 0x0, 0x0, 0x0)
/home/bug/Desktop/GoLinkFinder/GoLinkFinder.go:148 +0x95
main.main()
/home/bug/Desktop/GoLinkFinder/GoLinkFinder.go:192 +0x297
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x68ea65]
goroutine 1 [running]:
main.extractJSLinksFromHTML(0x7ffc541342a2, 0x29, 0x0, 0x0, 0x0)
/home/bug/Desktop/GoLinkFinder/GoLinkFinder.go:148 +0x95
The text was updated successfully, but these errors were encountered: