You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2026. It is now read-only.
For my particular use case, I wrote both function calls into the api explicitly and they worked fine. That's unrelated, besides the fact that the functions do work when written explicitly but not when handed to the fallback.
I've been trying to call
linode_cloneandlinode_config_createunsuccessfully. For the latter, I would get errors of this nature:The errors appear to come from upstream in JSON, but they are triggered by this chunk of code which is trying to do some assumptions (and is apparently failing):
https://github.com/tjfontaine/linode-python/blob/master/linode/api.py#L235-L246
For my particular use case, I wrote both function calls into the api explicitly and they worked fine. That's unrelated, besides the fact that the functions do work when written explicitly but not when handed to the fallback.