Time out error when running get_quote_and_pay for storing values on the testnet #85
Unanswered
emanuel-skai
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey. Interesting. A couple of things to check first:
I just ran some simple examples on the testnet configs you pointed to, and everything seemed fine to me. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm updating my Python client script so it connects and uses the testnet for an RAG application.
My script currently looks as follows
I've configured my .env file to wi9th the testnet network configuration described here: https://docs.nillion.com/network-configuration
However, I'm facing some time out issues when running.
The logs produced by my application are the following.
Notice how I'm able to store properly the Nada program, however it times out when trying to obtain the quote for storing the compute values.
I wonder if there's any way I can increase the timeout setting for this operation.
Beta Was this translation helpful? Give feedback.
All reactions