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
Exception has occurred: BinanceAPIException
APIError(code=0): Invalid JSON error message from Binance:
<TITLE>ERROR: The request could not be satisfied</TITLE>
403 ERROR
The request could not be satisfied.
The Amazon CloudFront distribution is configured to block access from your country.
We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
Generated by cloudfront (CloudFront)
Request ID: BzptfXbqFbB8GHA_XxCvgDnfpyQ3NIyzMMqMsEyEMgPT7HVwTZbDnQ==
File "C:\Users\shahe\RSIBOT\bot.py", line 17, in
client = Client(config.API_KEY , config.API_SECRET,tld='us')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
binance.exceptions.BinanceAPIException: APIError(code=0): Invalid JSON error message from Binance:
<TITLE>ERROR: The request could not be satisfied</TITLE>
403 ERROR
The request could not be satisfied.
The Amazon CloudFront distribution is configured to block access from your country.
We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
Generated by cloudfront (CloudFront)
Request ID: BzptfXbqFbB8GHA_XxCvgDnfpyQ3NIyzMMqMsEyEMgPT7HVwTZbDnQ==
The text was updated successfully, but these errors were encountered:
client = Client(config.API_KEY , config.API_SECRET,tld='us')
this is my code
and this is the error i am having
Exception has occurred: BinanceAPIException
<TITLE>ERROR: The request could not be satisfied</TITLE>APIError(code=0): Invalid JSON error message from Binance:
403 ERROR
The request could not be satisfied.
The Amazon CloudFront distribution is configured to block access from your country. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
File "C:\Users\shahe\RSIBOT\bot.py", line 17, in client = Client(config.API_KEY , config.API_SECRET,tld='us') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ binance.exceptions.BinanceAPIException: APIError(code=0): Invalid JSON error message from Binance: <TITLE>ERROR: The request could not be satisfied</TITLE>
403 ERROR
The request could not be satisfied.
The Amazon CloudFront distribution is configured to block access from your country. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
The text was updated successfully, but these errors were encountered: