You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTPConnectionPool(host='www.dei.unict.it', port=80): Max retries exceeded with url: /Comunicazioni/elenco-eventi_dei (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0003434710>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',))
urllib3 HTTPError HTTPSConnectionPool(host='api.telegram.org', port=443): Max retries exceeded with url: /bot$TOKEN/sendMessage (Caused by NewConnectionError('<telegram.vendor.ptb_urllib3.urllib3.connection.VerifiedHTTPSConnection object at 0x7f479fc75390>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)) @deinews
This could be also for a temporary offline unict server.
The text was updated successfully, but these errors were encountered:
We should add some conditions/check (try/except) to handle the scraping while the site are down.
We should improve the requests retries like: https://stackoverflow.com/questions/15431044/can-i-set-max-retries-for-requests-request
Error log:
This could be also for a temporary offline unict server.
The text was updated successfully, but these errors were encountered: