-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with curl when running on Windows with chrome or headless option #111
Comments
This is an issue with Symantec tool which will trigger false positive for files which it does not know. I've raised a report 82472 with Symantec on the false positive through their form. The workaround in the meantime is to restore the file back from quarantine to the tagui\src\unx folder. |
adding note of workaround while whitelist report is being processed
Updated note in project readme and tutorial so that users are aware of this, and the workaround while the report to Symantec is being processed. |
Cool! Received response from Symantec on whitelisting the curl.exe -
|
Above commit removes the note on false-positive, as this curl.exe for Windows has been whitelisted. Still keeping the note in RPA workshop in case the live-update is not automatically sync to users' PCs. |
Raising an issue on behalf of users so other users may benefit. Symantec Endpoint Protection security software may trigger a false positive on curl.exe.
curl.exe is a standard command line tool to fetch data from an URL. In TagUI, it is used if your automation flow to run is hosted online at some URL, or when you run with chrome or headless option. That option will need to use curl.exe to check whether Chrome's websocket connection URL is ready for connection by TagUI.
The text was updated successfully, but these errors were encountered: