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
Traceback (most recent call last):
File "/Users/HOME/projects/equinix-metal/packet-python/metro.py", line 5, in <module>
manager.list_metros()
File "/Users/HOME/.local/share/virtualenvs/packet-python-0HIUktmS/lib/python3.9/site-packages/packet/Manager.py", line 46, in list_metros
data = self.call_api("metros", params=params)
File "/Users/HOME/.local/share/virtualenvs/packet-python-0HIUktmS/lib/python3.9/site-packages/packet/Manager.py", line 32, in call_api
return super(Manager, self).call_api(method, type, params)
File "/Users/HOME/.local/share/virtualenvs/packet-python-0HIUktmS/lib/python3.9/site-packages/packet/baseapi.py", line 116, in call_api
raise ResponseError(resp, data)
packet.baseapi.ResponseError: Error 404: Not found
Getting when using
list_metro
function.Output
Curl'ing the actual endpoint returns HTTP 404:
The text was updated successfully, but these errors were encountered: