hinevergo
Results
1
comments of
hinevergo
> @anthonyraymond is this likely thrown from `com.turn.ttorrent.common.Torrent`, possibly line [#176](https://github.com/mpetazzoni/ttorrent/blob/ttorrent-1.5/core/src/main/java/com/turn/ttorrent/common/Torrent.java#L176) (`URI uri = new URI(tracker.getString());`)? Sounds like they should encode the uri before feeding it to URI constructor. Is...