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
here safe_string_upper caused this error, OKX need exactly "Arbitrum one" to be the network to withdraw, but ccxt convert all to upper string, so as returned "Parameter chainName error"
exec(code, run_globals)
File "C:\Users\home\AppData\Local\Programs\Python\Python310\lib\site-packages\ccxt\async_support\base\exchange.py", line 1300, in request
return await self.fetch2(path, api, method, params, headers, body, config, context)
File "C:\Users\home\AppData\Local\Programs\Python\Python310\lib\site-packages\ccxt\async_support\base\exchange.py", line 1297, in fetch2
return await self.fetch(request['url'], request['method'], request['headers'], request['body'])
File "C:\Users\home\AppData\Local\Programs\Python\Python310\lib\site-packages\ccxt\async_support\base\exchange.py", line 163, in fetch
self.handle_errors(http_status_code, http_status_text, url, method, headers, http_response, json_response, request_headers, request_body)
File "C:\Users\home\AppData\Local\Programs\Python\Python310\lib\site-packages\ccxt\async_support\okx.py", line 5387, in handle_errors
self.throw_exactly_matched_exception(self.exceptions['exact'], code, feedback)
File "C:\Users\home\AppData\Local\Programs\Python\Python310\lib\site-packages\ccxt\async_support\base\exchange.py", line 1583, in throw_exactly_matched_exception
raise exact[string](message)
ccxt.base.errors.BadRequest: okx {"code":"51000","data":[],"msg":"Parameter chainName error"}
The text was updated successfully, but these errors were encountered:
here safe_string_upper caused this error, OKX need exactly "Arbitrum one" to be the network to withdraw, but ccxt convert all to upper string, so as returned "Parameter chainName error"
The text was updated successfully, but these errors were encountered: