dappnode / DNP_ADMIN

DAppNode tool responsible for providing the admin UI of DAppNode
http://admin.dappnode
GNU General Public License v3.0
7 stars 21 forks source link

Auto Diagnose possible false positive #428

Closed nathPay closed 4 years ago

nathPay commented 4 years ago

83 Core DAppNode Packages versions

System info

Since the new update of bind 0.2.4 and dappmanager 0.2.30 The auto diagnose showing the following error for the ipfs package: IPFS is not resolving: Error verifying IPFS: Error parsing file Go to the system tab and make sure IPFS is running. Otherwise open the package and click 'restart' If the problem persist make sure your disk has not run of space; IPFS may malfunction in that case.

@vdo have the same error

Everythings seems to work well: Restarting package don't change anything, no ipfs logs, dappnodesdk upload works well and ipfs webui is working.

It is more like a false positive because of the bind update in my opinion.

dapplion commented 4 years ago

@nathPay Thanks for reporting! I believe this is caused by a breaking change in the IPFS HTTP API. We've fixed the incompatibility here https://github.com/dappnode/DNP_ADMIN/commit/536b8f2249778f176197fd526aeeae030e93190b which is already released in the latest core version. Please if possible, update your DAppNode and let us know if the error is fixed.

nathPay commented 4 years ago

Hi, the fix is working for me ! Thanks a lot!