-
Notifications
You must be signed in to change notification settings - Fork 682
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
chrome.exe - Application Error (The exception Breakpoint) - pending clues #292
Comments
I'm afraid I haven't heard this reported by any users before. Try googling and see if any of the answers can help for this Chrome error - https://silicophilic.com/exception-breakpoint-0x80000003/ |
Seems like the most common cause is overclocking of CPUs. But you could provide other info (detailed exact steps to reproduce problem, do the steps always create this error, did this error happen before I thought you are using fine, did it happen suddenly, does it still happen after you restart computer, does it happen on another laptop you have etc, does it happen when you are using Chrome manually instead of through this RPA package etc...) |
Hi @kensoh , I was unable to work on the automation in my Virtual machine due to Firewall issues for the specific process. When i try the same on my 1st desktop this error pops up. On the VM i dont get this error. Which is strange. I have restarted the system multiple times, tried if of VPN and still the same error. Regards, |
I see, can you try installing TagUI human language version using the steps here and see if you have the error? https://tagui.readthedocs.io/en/latest/setup.html If yes, TagUI has a weekly Zoom Q&A call to troubleshoot tricky issues like this, you can join if you are available. It is every Thursday at 4-5pm Singapore time (UTC+8) - aisingapore/TagUI#914 |
Hi @kensoh , The issue is fixed by updating the latest chrome version. However, the url does not open in the browser and it just hangs with the below information
|
I also tried
to avoid the issue and load in edge since upgraded to 1.44 still opens in Chrome and just hangs and does not proceed further with below error code ``[RPA][ERROR] - following happens when starting TagUI... |
I see, the Python package does not support running in MS Edge. Can you try below on your working VM and this computer, to see if there are any clues on the tagui_chrome.log when running below script? import rpa as r
r.init()
r.url('https://google.com')
r.close() |
The below details are missing in system where Chrome just sits and waits. The url is not added.
With this error in Jupyter.
Regards, |
I see, can you try this? - #292 (comment) |
I tried it and few files are not being copied. Is there a work around with Proxies where we could give the proxy details for the site to open something like this
Regards, |
For setting proxy for normal Chrome browser, I have not done it before you can google to search, should be doable.
|
Above is my 3rd reminder to ask you to try installing TagUI directly to see if that works. If you still ignore my suggestion I cannot help you anymore and will stop replying your issues. |
Hi @kensoh, I have tried that. Not all files are being copied. The other machine is also my office machine. I not sure what else to do. Since i dont have the access on this machine to install any JDKS |
Will tryit again and let you know |
If you can try by today 4pm Singapore time (UTC+8), you can join the weekly Zoom Q&A call to troubleshoot more - |
closing the issue as i'm able to work on another machine |
Sure @Mavericks334, that's great news! |
Hi @kensoh ,
While running the following code i receive the error attached.
How do i fix this issue.
Regards,
Ren.
The text was updated successfully, but these errors were encountered: