check_rep icon indicating copy to clipboard operation
check_rep copied to clipboard

modify the default 'settings.yml' text for solving api_key get Nonetype error

Open TaroballzChen opened this issue 3 years ago • 3 comments

modify the default 'settings.yml' text for solving api_key get Nonetype error

TaroballzChen avatar Jun 24 '22 03:06 TaroballzChen

Issue resolved for TypeError: 'NoneType' object is not subscriptable concerning missing path for read/write of settings.yml file.

dfirsec avatar Jun 24 '22 07:06 dfirsec

if firstly clone this project and executed without settings.yml, the default flow was created the new settings.yml file with TEXT variable include virustotal api key, but the yml format is NOT correct, so i just modify the TEXT variable content.

TaroballzChen avatar Jun 24 '22 09:06 TaroballzChen

Thank you. I recently edited the TEXT output format and it now reads/writes correctly. My Python black formatter was overwriting the original format. I'll apply a comment (locally) to exclude from formatting.

dfirsec avatar Jun 24 '22 11:06 dfirsec