drand / tlock

Timelock Encryption made practical. The Go `tlock` library and the `tle` cmd line tool home to encrypt towards the future.
Apache License 2.0
510 stars 24 forks source link

Context deadline exceeded #83

Closed yCobanoglu closed 2 months ago

yCobanoglu commented 2 months ago

Hi i get this error on trying to decrypt my file:

creating client: doing request: Get "https://api.drand.sh/52db9ba70e0cc0f6eaf7803dd07447a1f5477735fd3f661792ba94600c84e971/info": context deadline exceeded

command i am using "tle --decrypt encrypted_file2"

CluEleSsUK commented 2 months ago

does it happen consistently or intermittently? Does it happen with api2.drand.sh? We had some reports of context timeouts for folk in Australia because of latency, though it might be unrelated

yCobanoglu commented 2 months ago

okay it worked with "api2.drand.sh" thanks. I am located in Germany.