Replies: 7 comments 1 reply
-
Yes. You can pass However, if you use the |
Beta Was this translation helpful? Give feedback.
-
I think our forked version might be too old then, as I don't see that parameter for timeout. Maybe I'll try and merge out get_values() in to the newest codebase. |
Beta Was this translation helpful? Give feedback.
-
I changed the write_values() to write() sucessfully, but adding the use_blob=True results in 'the JSON object must be str, bytes or bytearray, not list' error. |
Beta Was this translation helpful? Give feedback.
-
I also tried adding the timeout parameters, but it's still not timing out. :( |
Beta Was this translation helpful? Give feedback.
-
Timeout parameters don't seem to have any effect, but I used write() where I could. However it seems write() doesn't always adhere to the same rules where I can use 'P1000.0' to push to consolidated level. Somehow with write() the 'P1000.0' gets through to TM1 and I get an error about conversion to numeric. Doesn't happen with write_values() |
Beta Was this translation helpful? Give feedback.
-
Thank you for the reply. I had assumed the timeout was in seconds, but having seen your code has '0.1', now I'm wondering whether it is minutes? |
Beta Was this translation helpful? Give feedback.
-
It is measured in seconds but you can pass a float
…On Mon, Oct 23, 2023, 01:45 Ray Price ***@***.***> wrote:
Thank you for the reply. I had assumed the timeout was in seconds, but
having seen your code has '0.1', now I'm wondering whether it is minutes?
—
Reply to this email directly, view it on GitHub
<#981 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADT2SM3FAZFN6L2D6LSO7J3YAWVYBAVCNFSM6AAAAAA6EUK7ZCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TGNJTGQ4DG>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Is it possible to specify a timeout when writing cells using write_values? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions