You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running AzureHound collector on large AzureAD (~300,000 users). However, after sometime I'm receiving the following error:
ERR unable to continue processing owners for this app error="attempting to handle 429 but unable to parse retry-after header: strconv.ParseInt: parsing \"\": invalid syntax" appId=REDACTED
it keeps giving this error until it shutdown.
the command used is just for collecting all the tenants objects:
azurehound -r 'token' list --tenant 'company.com' -o output.json
The text was updated successfully, but these errors were encountered:
Can you confirm whether this still occurs? We've made a significant number of changes since this was opened and haven't seen it ourselves. Feel free to re-open if so!
I'm running AzureHound collector on large AzureAD (~300,000 users). However, after sometime I'm receiving the following error:
ERR unable to continue processing owners for this app error="attempting to handle 429 but unable to parse retry-after header: strconv.ParseInt: parsing \"\": invalid syntax" appId=REDACTED
it keeps giving this error until it shutdown.
the command used is just for collecting all the tenants objects:
azurehound -r 'token' list --tenant 'company.com' -o output.json
The text was updated successfully, but these errors were encountered: