christgau / wsdd

A Web Service Discovery host daemon.
MIT License
841 stars 99 forks source link

urlopen: socket timeout #83

Closed Izorkin closed 6 months ago

Izorkin commented 3 years ago

Please add option or increase timeout:

            with urllib.request.urlopen(request, None, 2.0) as stream:

See - https://github.com/christgau/wsdd/issues/80#issuecomment-768489062

Izorkin commented 6 months ago

Thanks!