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: sync: WaitGroup is reused before previous Wait has returned
goroutine 6 [running]: sync.(*WaitGroup).Wait(0xc00003d690?) /usr/lib/go/src/sync/waitgroup.go:118 +0x7f github.com/gocolly/colly/v2.(*Collector).Wait(0xc0002f0120?) /go/pkg/mod/github.com/gocolly/colly/v2@v2.1.0/colly.go:812 +0x25 main.run.func1() /go/pkg/mod/github.com/jaeles-project/gospider@v1.1.6/main.go:223 +0x515 created by main.run /go/pkg/mod/github.com/jaeles-project/gospider@v1.1.6/main.go:155 +0x687
The text was updated successfully, but these errors were encountered:
have you solved it
Sorry, something went wrong.
No branches or pull requests
panic: sync: WaitGroup is reused before previous Wait has returned
goroutine 6 [running]:
sync.(*WaitGroup).Wait(0xc00003d690?)
/usr/lib/go/src/sync/waitgroup.go:118 +0x7f
github.com/gocolly/colly/v2.(*Collector).Wait(0xc0002f0120?)
/go/pkg/mod/github.com/gocolly/colly/v2@v2.1.0/colly.go:812 +0x25
main.run.func1()
/go/pkg/mod/github.com/jaeles-project/gospider@v1.1.6/main.go:223 +0x515
created by main.run
/go/pkg/mod/github.com/jaeles-project/gospider@v1.1.6/main.go:155 +0x687
The text was updated successfully, but these errors were encountered: