linode_api4-python icon indicating copy to clipboard operation
linode_api4-python copied to clipboard

Get images

Open abusquets opened this issue 8 years ago • 2 comments

When I try to get images I have always an error.

I tested with curl curl -H "Authorization: token $token" https://api.linode.com/v4/images {"errors": [{"reason": "Internal server error"}]}

and with python

client = LinodeClient(t) result = client.get('/images')

abusquets avatar Oct 29 '17 08:10 abusquets

I'm seeing an error on our end for those calls. We will investigate further and give you an update once it is resolved. Thank you for reporting.

jamesottinger avatar Oct 29 '17 13:10 jamesottinger

We have a fix for this staged, it will be released on Monday. I will update this ticket once it is released

Dorthu avatar Nov 17 '17 20:11 Dorthu

Closing since this issue appears to be resolved. Feel free to @ me if this issue is still relevant.

lgarber-akamai avatar Mar 29 '23 19:03 lgarber-akamai