Alexandru Branza
Alexandru Branza
I know: https://github.com/przemyslawpluta/node-youtube-dl/issues/310 And the error you got from `youtube-dl` when running the app is because of the same reason, that error shows when the binary was not downloaded. I'm...
I think this is why `torrent-thread` didn't download either, because `youtube-dl` failed during `npm install` and all the install scripts after it were never started. I think i may be...
@Tekka90 I made the change, but did not test it. I think this has a good chance of fixing everything, please try to build the docker image again at your...
@Tekka90 the "not found" error can also happen if a html page / http error leaked into the `torrent-thread` file when it downloaded, is it possible to open `/app/PowderWeb/bin/torrent-thread/torrent-thread` with...
@Tekka90 building from source is more trouble then it's worth, i'll add some logs to the install scripts of `torrent-thread` and `subtitles-thread` so we can understand what's going on better.
@Tekka90 Another reason why linux shows that error (presuming that the downloaded file is not corrupted in any way, and presuming it has the executable flag `chmod +x `) is...
@Tekka90 🎉
Thinking of avoiding the ipfs binary all together and just using http ipfs gateways. This would greatly simplify the implementation, the main ipfs.io gateway should be avoided as much as...
Any http proxy server can work around this really, but as Powder Web is a web server, and as it already supports creating a self signed certificate, it should support...
Thanks for the link, usage seems simple enough. I don't particularly enjoy the fact that it requires a Code Signing Certificate, but it's about time I bought one..