juanmarcosdev opened a new issue, #1700: URL: https://github.com/apache/libcloud/issues/1700
## Summary It seems to be an error querying a datestring from extra data of the images of EC2 ## Detailed Information I'm newbie at using libcloud, i've already ran a file to list the images of GCP Compute Engine - not problem. Then, i tried to do the same but using AWS EC2, and i'm pretty sure that there are not problems with ACCESS_ID an SECRET_KEY, since i tried to modify these in order to damage the keys and then it appears an error with AWS AuthFailure, but when i use the correct ones, there's no problem around there. But when trying to print the list of images, i got the error ValueError: datestring must be valid date string and not None. This includes information about your environment (which Libcloud version are you using, which Python version, which Operating System / distribution, etc.) and steps which are needed to reproduce it. I'm currently using Apache Libcloud 3.6.0, Python 3.10 and Ubuntu 22.04 If you need to check out my code, you can check this repo: https://github.com/juanmarcosdev/avances-libcloud/ The file driver_gcp.py works pretty well. The one with the error is driver_aws.py I'm using a .env file in order to keep secret my AWS credentials. Thanks!  -- 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]
