zkemail/archive.prove.email

error: Precondition check failed

Closed this issue · 6 comments

Screenshot_2024-02-23_09-47-05
Screenshot_2024-02-23_09-49-12

@Divide-By-0, has this occurred on other occations than the above?
edit: and if yes, has it occured for more than one user?

@Divide-By-0, has this occurred on other occations than the above? edit: and if yes, has it occured for more than one user?

Haven't seen it elsewhere. We are okay with one domain every now and then failing, ignoring it, then moving on, do we have error handling that does that?

@Divide-By-0, has this occurred on other occations than the above? edit: and if yes, has it occured for more than one user?

Haven't seen it elsewhere. We are okay with one domain every now and then failing, ignoring it, then moving on, do we have error handling that does that?

Ok, thanks!
The only two cases where we ignore and move on is when 1. a gmail message is invalid, and 2. when a DNS lookup fails. In other cases, the process is interrupted. It would of course be possible to ignore and move on in more cases, although after consideration in each case, to avoid a situation where we get hundreds of consecutive errors.

Anyway, in this particular issue, ignoring and moving on probably wouldn't have helped, because for some reason the Gmail API stopped accepting requests, and returned "Precondition check failed", but I have not figured out why.

Closing for now since there's not much we can do here.