interledger-deprecated / ilp-lightning-demo

Demo sending payments between Bitcoin and Litecoin Lightning Networks using Interledger
17 stars 8 forks source link

Error: when running in server mode, the 'prefix' and 'info' config parameters are required #2

Open snackyoung opened 6 years ago

snackyoung commented 6 years ago

when i run 'node run-connector.js', errors happened: Getting configuration details from lnds Running connector using lightning plugins... 2018-01-21T11:56:13.514Z connector:ledgers info adding ledger g.bitcoin.lightning. Error: when running in server mode, the 'prefix' and 'info' config parameters are required at new PluginPaymentChannel (/home/snack/interlightning/ilp-lightning-demo/node_modules/ilp-plugin-payment-channel-framework/src/lib/plugin.js:136:13) at Ledgers.add (/home/snack/interlightning/ilp-lightning-demo/node_modules/ilp-connector/src/lib/ledgers.js:95:20) at Ledgers.addFromCredentialsConfig (/home/snack/interlightning/ilp-lightning-demo/node_modules/ilp-connector/src/lib/ledgers.js:44:12) at createApp (/home/snack/interlightning/ilp-lightning-demo/node_modules/ilp-connector/src/app.js:100:13) at Object. (/home/snack/interlightning/ilp-lightning-demo/node_modules/ilp-connector/src/index.js:4:19) at Module._compile (module.js:660:30) at Object.Module._extensions..js (module.js:671:10) at Module.load (module.js:573:32) at tryModuleLoad (module.js:513:12) at Function.Module._load (module.js:505:3) at Module.require (module.js:604:17) at require (internal/module.js:11:18) at Object. (/home/snack/interlightning/ilp-lightning-demo/node_modules/connector-rpc/index.js:8:19) at Module._compile (module.js:660:30) at Object.Module._extensions..js (module.js:671:10) at Module.load (module.js:573:32)

michielbdejong commented 6 years ago

Thanks for reporting! I'll have a look.

hugo-tardiou commented 6 years ago

Got this error as well, any updates? thanks

michielbdejong commented 6 years ago

we're now working on a new lightning integration, will post here when it's ready!

michielbdejong commented 6 years ago

You can now try out the new BTP+LND client plugin against the Interledger testnet: https://github.com/interledgerjs/ilp-plugin-lnd-asym-client

snackyoung commented 6 years ago

@michielbdejong You mean combine this demo with the ilp-plugin-lnd-asym-client? Could you explain more specificlly? Thx!!