Kami commented on issue #1700: URL: https://github.com/apache/libcloud/issues/1700#issuecomment-1140830912
I tried to replicate the issue with EC2 driver, but I couldn't - it works fine for me. It appears that the issue is related to the response - one of the images returned doesn't seem to contain one of the extra attributes or similar. Are you sure you are using valid key with the correct permissions for EC2? In addition to that, are you behind a proxy? Please run your script with ``LIBCLOUD_DEBUG`` environment variable set and gist the output (https://libcloud.readthedocs.io/en/stable/troubleshooting.html#debugging - make sure you remove any secrets from the output): ```bash LIBCLOUD_DEBUG=libcloud.log python3 driver_aws.py ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
