We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ea9f8 commit c1b64d8Copy full SHA for c1b64d8
pkg/subscraping/sources/domainsproject/domainsproject.go
@@ -60,6 +60,8 @@ func (s *Source) Run(ctx context.Context, domain string, session *subscraping.Se
60
subscraping.BasicAuth{Username: randomApiKey.username, Password: randomApiKey.password},
61
)
62
if err != nil {
63
+ results <- subscraping.Result{Source: s.Name(), Type: subscraping.Error, Error: err}
64
+ s.errors++
65
session.DiscardHTTPResponse(resp)
66
return
67
}
0 commit comments