{'msg': "Illegal characters found in parameter 'ip'; legal range is '^[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}$'.", 'success': False}
mahdiinaya opened this issue · 1 comments
mahdiinaya commented
Using binance-python to try to access my deposit history.
I keep getting the same error:
{'msg': "Illegal characters found in parameter 'ip'; legal range is '^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$'.", 'success': False}
Please help!
mahdiinaya commented
You have to make sure you force requests to use IPV4.. Update your network configuration to not use IPV6.. That is the solution.