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
Funny little bug indeed.
Taking a quick look, the issue is, I think, that this URL returns an infinite chunked 'audio/mpeg'.
This means that the read at https://github.com/CERN-CERT/WAD/blob/master/wad/detection.py#L97 never returns.
I guess we should set up a sort of limit there...
funny little bug
how to reproduce:
wad.Detector().detect("https://webradio.divsi.unimi.it")
The text was updated successfully, but these errors were encountered: