Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

gcsbucket - got an unexpected keyword argument 'http'" #1161

Open
4 tasks done
bugsam opened this issue Dec 13, 2018 · 0 comments
Open
4 tasks done

gcsbucket - got an unexpected keyword argument 'http'" #1161

bugsam opened this issue Dec 13, 2018 · 0 comments

Comments

@bugsam
Copy link

bugsam commented Dec 13, 2018

Please make sure that you have checked the boxes:

Description of issue:

I can fetch data about gcefirewallrule, but when comes gcsbucket the issue:

<2018-12-13 20:25:33,981 INFO: [@] No orphaned items have been found. (This is good) [in /security_monkey/security_monkey/task_scheduler/tasks.py:122] 2018-12-13 20:25:34,017 INFO: [@] No orphaned items have been found. (This is good) [in /security_monkey/security_monkey/task_scheduler/tasks.py:122] 2018-12-13 20:25:34,056 INFO: [@] No orphaned items have been found. (This is good) [in /security_monkey/security_monkey/task_scheduler/tasks.py:122] 2018-12-13 20:25:34,092 INFO: [@] No orphaned items have been found. (This is good) [in /security_monkey/security_monkey/task_scheduler/tasks.py:122] 2018-12-13 20:25:34,129 INFO: [@] No orphaned items have been found. (This is good) [in /security_monkey/security_monkey/task_scheduler/tasks.py:122] 2018-12-13 20:25:34,138 INFO: [-->] Looking for changes in account: gcp_account, technology: gcsbucket [in /security_monkey/security_monkey/task_scheduler/tasks.py:224] 2018-12-13 20:25:34,190 INFO: "Problem Connecting to None/None/None:\n__init__() got an unexpected keyword argument 'http'" [in /security_monkey/security_monkey/exceptions.py:72] 2018-12-13 20:25:34,191 DEBUG: Logging exception from boto with location: (None,) to the database. [in /security_monkey/security_monkey/datastore.py:749] 2018-12-13 20:25:34,198 DEBUG: Completed logging exception to database. [in /security_monkey/security_monkey/datastore.py:780] Traceback (most recent call last): File "/security_monkey/venv/bin/monkey", line 11, in <module> load_entry_point('security-monkey', 'console_scripts', 'monkey')() File "/security_monkey/security_monkey/manage.py", line 798, in main manager.run() File "/security_monkey/venv/lib/python2.7/site-packages/Flask_Script-0.6.3-py2.7.egg/flask_script/__init__.py", line 397, in run result = self.handle(sys.argv[0], sys.argv[1:]) File "/security_monkey/venv/lib/python2.7/site-packages/Flask_Script-0.6.3-py2.7.egg/flask_script/__init__.py", line 376, in handle return handle(app, *positional_args, **kwargs) File "/security_monkey/venv/lib/python2.7/site-packages/Flask_Script-0.6.3-py2.7.egg/flask_script/commands.py", line 145, in handle return self.run(*args, **kwargs) File "/security_monkey/security_monkey/manage.py", line 91, in find_changes manual_run_change_finder(account_names, monitor_names) File "/security_monkey/security_monkey/task_scheduler/tasks.py", line 199, in manual_run_change_finder find_changes(account, tech) File "/security_monkey/security_monkey/task_scheduler/tasks.py", line 229, in find_changes (items, exception_map) = cw.slurp() TypeError: 'NoneType' object is not iterable>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants