phillmac
phillmac
Does the server log itself have any output? If not you can set `LOG=DEBUG` before you start the server and it should output more details in the server console
My bad the debug feature isn't included yet, it is on this branch: https://github.com/phillmac/orbit-db-http-api-dev/tree/debug but not in the official repo here yet
Ok cool... I would have expected a massive stack trace immediately after... Does the log just cut off there??
Ok the only other thing to try is to use the debug branch on either of the repos and include `--debug` when you start the server
This is the second time today i've seen something todo with ipfs and an address starting with `bafyre`
What ipfs version are you using?
@aphelionz ``` ipfs dag get bafyreicjqmfea2dlhcbyszyneaxcpdhlxjpsycxxaibpp4wlzfctiujxdm {"accessController":"/ipfs/zdpuAzt2GWKYeF4Pbo3hcMipCimE7SqCKZcckGduqcDJ3tmRx","name":"docstore","type":"docstore"} ipfs cid format -f "%P" bafyreicjqmfea2dlhcbyszyneaxcpdhlxjpsycxxaibpp4wlzfctiujxdm cidv1-cbor-sha2-256-32 ``` I don't know what to make of this... https://github.com/orbitdb/orbit-db/blob/master/src/orbit-db-address.js#L17 Is wrong?
Specifically this line https://github.com/orbitdb/orbit-db/blob/master/src/orbit-db-address.js#L30 requires that the hash contains `zd` or `Qm`
I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to choose either at their option.
@natachadelarosa Did you end up making any progress with this?