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
Traceback (most recent call last):
File "C:\run-surveyor\surveyor.py", line 386, in <module>
cli()
File "C:\Users\<redacted user>\AppData\Local\Programs\Python\Python310\lib\site-packages\click\core.py", line 1128, in __call__
return self.main(*args, **kwargs)
File "C:\Users\<redacted user>\AppData\Local\Programs\Python\Python310\lib\site-packages\click\core.py", line 1053, in main
rv = self.invoke(ctx)
File "C:\Users\<redacted user>\AppData\Local\Programs\Python\Python310\lib\site-packages\click\core.py", line 1659, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "C:\Users\<redacted user>\AppData\Local\Programs\Python\Python310\lib\site-packages\click\core.py", line 1395, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "C:\Users\<redacted user>\AppData\Local\Programs\Python\Python310\lib\site-packages\click\core.py", line 754, in invoke
return __callback(*args, **kwargs)
File "C:\Users\<redacted user>\AppData\Local\Programs\Python\Python310\lib\site-packages\click\decorators.py", line 26, in new_func
return f(get_current_context(), *args, **kwargs)
File "C:\run-surveyor\surveyor.py", line 154, in s1
survey(ctx, 's1')
File "C:\run-surveyor\surveyor.py", line 232, in survey
product = get_product_instance(product, **kwargs)
File "C:\run-surveyor\load.py", line 64, in get_product_instance
return subclass(**kwargs)
File "C:\run-surveyor\products\sentinel_one.py", line 74, in __init__
if 'account_id' in config[profile] and config[profile]['account_id'] not in account_ids:
File "C:\Users\<redacted user>\AppData\Local\Programs\Python\Python310\lib\configparser.py", line 964, in __getitem__
raise KeyError(key)
KeyError: None
The text was updated successfully, but these errors were encountered:
A KeyError occurs when no --profile is not specified. Expected behavior is that the "default" profile will be used when no other profile is specified.
Command Line
Cred File
Output/Error
The text was updated successfully, but these errors were encountered: