[SOLVED] Get page - Read time out

pajacek
pajacek New Altair Community Member
edited November 5 in Community Q&A
Hey,

I'm trying to build a date base using HTML mining. Unfortunately I get read time out in random links in my loop (poor host server of web-site). Is there any way to not get crash with info about read timeout? I'm thinking about smoething like "if no response from serwer ==> skip".
Tagged:

Answers

  • MariusHelf
    MariusHelf New Altair Community Member
    You can try to workaround that with the Handle Exception operator.

    Best,
    Marius
  • pajacek
    pajacek New Altair Community Member
    It works great. Thank you!