Gen ai Activities Fail- Web Reader, WebSummary

in my Agent I’m using Web Reader and Web Summary Activity I’m getting Failed Dependency Provider error 424 did anyone faced this issue earlier?

Hello @Buvi_R Check if the machine running the agent has open internet access and is not blocked by firewall or proxy also try opening the same URL in a browser from that machine to confirm it’s reachable and doesn’t need login.
Go to Integration Service in Connections go to Web Reader and make sure it’s properly connected with a valid API key and also test the activity with a simple public URL like https://example.com
to see if it works.
Keep your agent and packages updated to the latest version and if everything looks fine but the error stays, the Jina service might be temporarily down and you may need to wait or contact support.

Cheers

Hi @bhavesh.choubey
Thankyou for your response. As you mentioned I could see that whichever website is unreachable or invalid url we are getting an error from webreader or websummary. I’m directly using it in the agents tools Can’t we bypass error?

You can’t bypass the error but you can catch using Try Catch and handle it gracefully so the agent doesn’t crash or break the flow.

Cheers