MonitoraPA / monitorapa

Osservatorio Automatico Distribuito sul rispetto della normativa cibernetica vigente (GDPR & all)
https://monitora-pa.it
Other
16 stars 12 forks source link

Docker - errore con ./cli/check/browsing.py - Failed to establish a new connection: [Errno 111] Connection refused #63

Open francescor opened 1 year ago

francescor commented 1 year ago

mentre il seguente

./cli/check/https.py out/enti/2023-01-04/dataset.tsv

arriva al termine con un

0 c_a116    Web http://xxx.xxx.it
  Status code: 200
  Nice, you can load https://xxx.xxx.it with https
     c_a116 Web http://xxx.xxx.it   2023-01-04 14:37:59.214356  1

l'esecuzione di

./cli/check/browsing.py out/enti/2023-01-04/dataset.tsv

termina con un exit code a 0, tuttavia l'output finale manca del resoconto, ed è sempre

...
execution of 999-googlerecaptcha: c_a116    Web http://aaahoy.com   2023-01-04 14:39:55.619207  1   
WARNING:urllib3.connectionpool:Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fb445d8d3a0>: Failed to establish a new connection: [Errno 111] Connection refused')': /session/afb872e92b454558efb3211d0bcb1bd6
WARNING:urllib3.connectionpool:Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fb446cf1eb0>: Failed to establish a new connection: [Errno 111] Connection refused')': /session/afb872e92b454558efb3211d0bcb1bd6
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fb446c64370>: Failed to establish a new connection: [Errno 111] Connection refused')': /session/afb872e92b454558efb3211d0bcb1bd6
francescor commented 1 year ago

(x sviluppatori: sono disponibile per debug/test se può aiutare)

feddar commented 1 year ago

Stesso problema anche io. Qualcun* ha risolto? Grazie