The RSS Feed is malformed and causing errors in clients due to = symbols in magnet links.
Failed to parse RSS feed at 'https://testbed.net/api/rss'. Reason: Expected ';', but got '='. (line: 18, column: 83, offset: 1287).
XML Parsing Error: not well-formed
Location: https://testbed.net/api/rss
Line Number 18, Column 83:
<magneturi>magnet:?xt=urn:btih:0f88246674ac81201ea1c3d8c4e5c906113a686a&dn=RSS%20Test&tr=https%3A%2F%2Ftestbed.net%2Fsq%2Ff8446e2c95%2Fannounce</magneturi>
----------------------------------------------------------------------------------^
Re: #47 perhaps they just be removed entirely?
|
<magneturi>magnet:?xt=urn:btih:${torrent.infoHash}&dn=${encodeURIComponent(torrent.name)}&tr=${encodeURIComponent(announceUrl)}</magneturi> |
The RSS Feed is malformed and causing errors in clients due to
=symbols in magnet links.Failed to parse RSS feed at 'https://testbed.net/api/rss'. Reason: Expected ';', but got '='. (line: 18, column: 83, offset: 1287).Re: #47 perhaps they just be removed entirely?
sqtracker/api/src/controllers/rss.js
Line 17 in 515a2a0