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
{{ message }}
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.
bro wasn't working for me and I had no idea why. The only output I got was:
The bro command isn't in our database.
* Typing bro add will let you add bro to our database!
* There's nothing to lose by typing bro add, it will just launch an editor with instructions.
* Need help? Visit http://bropages.org/help
It turns out that there was a valuable Netrc::Error exception being thrown away:
Permission bits for '/Users/huyz/.netrc' should be 0600, but are 644
bro wasn't working for me and I had no idea why. The only output I got was:
It turns out that there was a valuable
Netrc::Error
exception being thrown away:The exception handling at
bro/lib/bro.rb
Lines 251 to 253 in b2fbbc1
RestClient::ResourceNotFound
exceptions separately.The text was updated successfully, but these errors were encountered: