Discussions

Ask a Question
Back to All

gives error Unclosed client session with python 3.11 and 3.10.7

https://github.com/dex-guru/meta-aggregation-api/issues/24

Check the link for more details, i am not a python dev hence finding really difficult to solve this.

Also get same error on docker.

Under the hood we use our public SDK, that requires API key from https://developers.dex.guru
so, to run the app, you need to get your API key and pass it in your ENV or set it in app config (meta-aggregation-api/meta_aggregation_api/config/init.py)

Also, if you use localhost.env as env, try to replace PUBLIC_API_DOMAIN='http://localhost:8001' on PUBLIC_API_DOMAIN='https://api.dev.dex.guru'.
I guess that's the reason