jeremyckahn / chitchatter

Secure peer-to-peer chat that is serverless, decentralized, and ephemeral
https://chitchatter.im/
GNU General Public License v2.0
1.4k stars 163 forks source link

StreamSaver.js not working #288

Closed brentonv closed 2 months ago

brentonv commented 2 months ago

If I try to save anything using "..files being offered by.." it gives a GitHub 404 error. I'm not sure how to troubleshoot this, but it appears to be broken

brentonv commented 2 months ago

Update: It's working after disabling download manager. Not sure how that would cause it to fail?

jeremyckahn commented 2 months ago

Thanks for the report and update, @brentonv. Can you provide some more information about what you mean about disabling your download manager? Is that something built into the browser you're using?

brentonv commented 2 months ago

Hi @jeremyckahn, my browser is set to catch all downloads using FDM and I'm assuming it doesn't process the StreamSaver.js as it would normally using the browser. Sorry for raising this as an issue

jeremyckahn commented 2 months ago

Thanks for the additional information, @brentonv. It appears that this is a known issue with StreamSaver.js: https://github.com/jimmywarting/StreamSaver.js/issues/325

I can add a note to the README to cover this.