Hi all,
Im getting this error many times when using CV screen scope:
05/20/2024 22:56:14 CV Screen Scope ‘…’: [Error code: 520] Response from server is not valid.
OR:
CV Extraxt Table - Table: Response from server is not valid.
What could cause this, is it unstable internet from my side?
And can I also implement some system that when this happens, my automation keeps running, even when it was down for some minutes?
Thanks as always for your help!
@joeppiej,
This could be possible reason.
To Handle this intermittent issue, you can add Retry Scope around this.
Thanks,
Ashok 
This problem keeps happening, and I think it is not because of my own internet, since the automation continued when I saw my own internet fail for a minute.
It is very random, sometimes it runs without problems for 12 hours, sometimes it crashes within 30 minutes.
I installed a retry scope, but the retry block also stops when it faces the “Response from server not valid” error. I also tried to play around with the “OnError” properties of the CV screen scope, but no succes.
Thanks for your advice!