gitrob icon indicating copy to clipboard operation
gitrob copied to clipboard

error during using it

Open leroywomack opened this issue 7 years ago • 2 comments

gitrob v2.0.0-beta started at 2019-02-04T09:16:25+02:00 Loaded 91 signatures Web interface available at http://127.0.0.1:9393 Gathering targets... panic: sync: negative WaitGroup counter

goroutine 1 [running]: sync.(*WaitGroup).Add(0xc42022b090, 0xffffffffffffffff) /usr/local/go/src/sync/waitgroup.go:73 +0x133 main.AnalyzeRepositories(0xc42013c800) /Users/michael/go/src/github.com/michenriksen/gitrob/main.go:101 +0xd4 main.main() /Users/michael/go/src/github.com/michenriksen/gitrob/main.go:228 +0x42c

leroywomack avatar Feb 04 '19 07:02 leroywomack

Check if you are scanning a repo url or username. Try with only user/organistaion EX: gitrob github

ali0818 avatar Mar 18 '19 08:03 ali0818

@ali0818 @leroywomack This is due to no github token being present or an expired one. If you turn on debugging you will see a 401 http error. Please pull from this fork as this project is no longer maintained and I will be taking it over.

mattyjones avatar May 23 '20 02:05 mattyjones