13-03-24 02:33 PM
Hello Community,
Looking for a resolution to this error please.
Error - Highlighting results - Exception has been thrown by the target of an invocation.
chrome browser, scraping data from web. I get this error often. Read that others encountered this error when clicking buttons within Edge.
I get this error when collecting data from weather.com
and its sporadic, at times, I can scrape all data needed from the site, and with no change to my process I start getting this error.
13-03-24 08:35 PM
Hi Raphael Shores,
I dont recall encountering this error while working on the web application, But I think it might be depends on the web application and how BOT is reading the data,
Can you elaborate how you are trying to read the data ( and Stage name , action used to read the data) might help to suggest Some workaround.
I can see couple of knowledge base article related to this exception but those are excel, VBO. take a look in to below article if you are interested,
https://support.blueprism.com/en/support/solutions/articles/7000076847-bpe-error-exception-has-been-thrown-by-the-target-of-an-invocation-when-trying-to-read-the-excel-vb
15-03-24 02:51 PM
Hi Raphael,
If this is sporadic, this means -
I would suggest -
Hope this helps!
21-03-24 11:19 PM
Thank you both for your reply, and willingness to assist.
harish.m - Sorry I could not review the links as they needed additional singing up for membership to view.
I have not seen the error message in a few days, but I have also moved to another website for data Weather.com to Accuweather.com, got the error message today.
using a Navigate stage
I am attempting to spy the drop downs options. I would only like the options within the USA, actually I just need to be able to validate the selected option from the entered zip is within the USA. The top option is usually a USA location but at times the top option is not USA, in the picture the 2ed option matches the zip, but in another Country, I want to ensure this is avoided if it shows as the top option. also doing this within a VDI (remote) not sure if that matters
22-03-24 04:51 AM - edited 22-03-24 04:51 AM
Hello,
Option if it makes sense in the context, check the accuweather API https://developer.accuweather.com/apis, I believe that filters by region can help and speed up the search.
Regards,