BusterLabs / Partyshare

A free, open source file sharing application, built on the peer-to-peer hypermedia protocol IPFS.
https://busterlabs.github.io/Partyshare
MIT License
158 stars 26 forks source link

Does not stop syncing #20

Closed callumgare closed 7 years ago

callumgare commented 7 years ago

Steps to Reproduce

Expected Result

Actual Result

jamiew commented 7 years ago

Looks like you were probably already running an ipfs daemon? Or something else running on port 5001? So approximately a duplicate of #17

  Error: serveHTTPApi: manet.Listen(/ip4/127.0.0.1/tcp/5001) failed: listen tcp4 127.0.0.1:5001: bind: address already in use
callumgare commented 7 years ago

Yep, you're right. I hadn't actually read the log as I just stuck it up here after a request from the author but going thought it now and combined with the fact that I have the ipfs gateway running as a service on the defaults ports it seems pretty clear that this issue is a dupe.

bhstahl commented 7 years ago

Thanks for noticing that @jamiew !

bhstahl commented 7 years ago

@callumgare you should be good to go in the latest release! Thanks for your help