jaeles-project / gospider

Gospider - Fast web spider written in Go
MIT License
2.45k stars 304 forks source link

Error during gospider execution #68

Open gitevildelta opened 7 months ago

gitevildelta commented 7 months ago

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

Autumn-27 commented 3 months ago

have you solved it