We will be watching this forum throughout Coronavirus/Covid emergencies to post information and to answer your questions about affected US immigration and visas:
https://forums.immigration.com/forums/visa-issues-during-coronavirus-covid-19-times.273/
whereismycase said:Talkative,
Thanks for fixing the proxy error. I downloaded the latest version of the tool. But for some reason, the error didn't go away. I must be doing something wrong. I tried 10-15 cases including approved one's but no luck.
C:\>java -jar tscanner.jar -database mydb -search -type 140,485 -start WAC040795XXXX -end WAC040795XXXX
Working.. To safely quit, type 'q' and hit enter [may take some time]
Proxy failure [hard: network error]: ProxyEntry[localhost:80=20000.0]
All proxies have failed
WARNING: Did not complete task. Stopped prior to processing: WAC0407950000
... Done [you can now press ^C to terminate VM safely]
Thanks again
gc_crack said:talkative,
i did modify something on line 62 of StatusWorker.java so that if the case is already approved it will not be checked again in "refresh" mode, thus saving valuable proxies. Here is the replacement line.
if (oldReport == null || oldReport.getStatus().getStatus().startsWith("This case has been approved"))
gc_crack said: