-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Region Data Not found #940
Comments
Getting the same, any fix? |
Make sure you have the demo data in account-data path. |
Any update on this? |
I received this error when trying to run another command before |
Hi, I was unable to install cloud mapper on macOS Monterey, Ubuntu 22.04 and Mint. So I decided to install docker on macOS Monterey and follow these instructions : #896 Everything is fine, but when I type python cloudmapper.py report --accounts XXX,XXX, what I have to input as accounts. I try with audit, my account on AWS and the number of AWSaccount. I use a specific config.json for my AWS platform but it asks a region or tells me audit our xxxx are not in my config file. Could you please tell me what I need to add to my config.json file ? Regards |
How do I fix this?
WARNING: This functionality is no longer maintained WARNING: This functionality is no longer maintained Building data for account RadarApp (765843959562) Traceback (most recent call last): File "/home/user/repos/cloudmapper/cloudmapper.py", line 72, in <module> main() File "/home/user/repos/cloudmapper/cloudmapper.py", line 66, in main commands[command].run(arguments) File "/home/user/repos/cloudmapper/commands/prepare.py", line 842, in run prepare(account, config, outputfilter) File "/home/user/repos/cloudmapper/commands/prepare.py", line 669, in prepare cytoscape_json = build_data_structure(account, config, outputfilter) File "/home/user/repos/cloudmapper/commands/prepare.py", line 424, in build_data_structure for region_json in get_regions(account, outputfilter): File "/home/user/repos/cloudmapper/shared/common.py", line 159, in get_regions raise InvalidAccountData("region data not found for {}".format(account.name)) shared.common.InvalidAccountData: region data not found for RadarApp
The text was updated successfully, but these errors were encountered: