-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
503 Error: Service Unavailable #87
Comments
the getTokenData method works on the TONCENTER/TON-HTTP-API, and if we deploy the API at home( https://toncenter.com/api/v2/jsonRPC everyone responds well { Doesn't work exactly when the token has "jetton_content": { "type": "onchain", .....} https://ton.optus.fi/jsonRPC comes the answer Config we use by default curl -sL https://ton-blockchain.github.io/global.config.json > private/mainnet.json |
Works correctly with pytonlib version 0.0.50, change it in requirements.txt |
Hey, I recommend you to try -> https://github.com/toncenter/ton-http-api/tree/v3 |
@TonyS001 How did you deal with this problem? |
@TonyS001 Did you managed to resolve this issue. I tried to link the public lite server mainnet configuration and it worked. So that means seems like issue in the local Lite server configuration. did you identify any solutions? |
I have the same problem, how did you solve it? |
I was able to resolve it by installing ton-http-api directly with help of mytonctrl. Launch |
any updates anyone? |
By default, the exported config resolves to your server's public IP. There's a good chance that your firewall is blocking access to that IP directly, resulting in 503s from THA. Check the |
any updates? |
I deploy the ton-http-api under the instruction in README. The validator.service is running on the same instance. When I use the api on the browser, it returns 503 Error as below:
When I run
docker-compose logs
, it shows:The text was updated successfully, but these errors were encountered: