In RadioPlayer, its trying to access https://archive.org/info (I'm not sure why its hitting that address) and its failing and putting the transport offline, this isn't correct.
Proposed solution could be ....
To remove the checking from DwebTransports
OR to provide replacement to DwebTransports that is simpler and just goes to http to anywhere.
In RadioPlayer, its trying to access https://archive.org/info (I'm not sure why its hitting that address) and its failing and putting the transport offline, this isn't correct.