After success of compile the src code from poka-IT/brig - develop branch, i installed IPFS 0.32.0, I try to run brig for init. as "brig --repo /my/folder/path/brig-folder init user_name@my-domain.com/server1 --ipfs-path-or-multiaddr /my/folder/path/ipfs-folder", i get the above error message. I guess as some old (Obselete) vs new IPFS commands.
Could anyone please to give me some hints which part of the source code to handle this issue? I traced the src, but little bit complex as using https://capnproto.org/ to communicate with IPFS; Or any debug signal i can turn ON to let me trace the code.
Describe the bug
After success of compile the src code from poka-IT/brig - develop branch, i installed IPFS 0.32.0, I try to run brig for init. as "brig --repo /my/folder/path/brig-folder init user_name@my-domain.com/server1 --ipfs-path-or-multiaddr /my/folder/path/ipfs-folder", i get the above error message. I guess as some old (Obselete) vs new IPFS commands.
Could anyone please to give me some hints which part of the source code to handle this issue? I traced the src, but little bit complex as using https://capnproto.org/ to communicate with IPFS; Or any debug signal i can turn ON to let me trace the code.