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
こんな感じで 400 であることは分かるのだが、原因がよくわからないので、response body などを見やすくする
File "/usr/local/lib/python3.6/site-packages/ssmc.py", line 442, in lock_imei
self._request(method="put", path=path, data=json.dumps(payload))
File "/usr/local/lib/python3.6/site-packages/ssmc.py", line 186, in _request
r.raise_for_status()
File "/usr/local/lib/python3.6/site-packages/requests/models.py", line 939, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://secure.sakura.ad.jp/cloud/zone/is1a/api/cloud/1.1/commonserviceitem/*******/
こんな感じで 400 であることは分かるのだが、原因がよくわからないので、response body などを見やすくする
こんな感じなので error_msg を表示するようにしたい
The text was updated successfully, but these errors were encountered: