Michael Goodnow
Michael Goodnow
Any updates here? I'm afraid I don't have much more to offer in the way of debugging. If you can find a consistent minimal reproduction, please let me know
Someone on the Discord had this problem: > I had that issue kinda yesterday but was unable to start them at all, turned out all my other instances had the...
some thoughts: this would be convenient to do alongside the torznab migration, we'll want to start `Promise.all()`- ing each tracker's search together, with a timeout that isn't 90 seconds long...
I'm very unfamiliar with Usenet so you'll have to really spell this out.
So you want to download things from usenet, then use the data files to find those on torrent sites and cross-seed them there? This should be doable without any extra...
@bakerboy I would have thought that URL encoding the search term is spec-compliant?
ok i see as well: ``` > const str = "%25E8%259C%2598%25E8%259B%259B%25E4%25BE%25A0%25EF%25BC%259A%25E5%25B9%25B3%25E8%25A1%258C%25E5%25AE%2587%25E5%25AE%2599+Spider+Man+Into+The+Spider+Verse+2018" > decodeURIComponent(str) '%E8%9C%98%E8%9B%9B%E4%BE%A0%EF%BC%9A%E5%B9%B3%E8%A1%8C%E5%AE%87%E5%AE%99+Spider+Man+Into+The+Spider+Verse+2018' > decodeURIComponent(decodeURIComponent(str)) '蜘蛛侠:平行宇宙+Spider+Man+Into+The+Spider+Verse+2018' ```
Are you running multiple instances of cross-seed at the same time?