--- Log opened Fri Mar 20 00:00:28 2020 00:12 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #c-lightning 00:12 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 00:13 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 272 seconds] 00:14 -!- midnight [~midnight@unaffiliated/midnightmagic] has quit [Ping timeout: 246 seconds] 00:26 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 00:40 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 00:42 -!- midnight [~midnight@unaffiliated/midnightmagic] has joined #c-lightning 00:44 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 00:44 -!- vasild_ is now known as vasild 01:00 -!- kristapsk_ [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 01:02 -!- kristapsk_ [~KK@gateway/tor-sasl/kristapsk] has joined #c-lightning 02:18 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-txhnryyccoeyadae] has left #c-lightning [] 02:18 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-txhnryyccoeyadae] has joined #c-lightning 03:35 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Remote host closed the connection] 03:36 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 05:18 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 05:19 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #c-lightning 06:16 -!- instagibbs [~instagibb@pool-71-178-191-230.washdc.fios.verizon.net] has joined #c-lightning 06:37 < instagibbs> 2020-03-20T13:37:00.326Z plugin-autoclean Could not register method "autocleaninvoice", a method with that name is already registered 06:37 < instagibbs> 2020-03-20T13:37:00.326Z plugin-autoclean Killing plugin: Failed to register options, methods, or subscriptions. 06:37 < instagibbs> Aborted (core dumped) 06:37 < instagibbs> ideas? 06:37 < instagibbs> compiled current v0.6.3 tag 06:42 <@cdecker> Looks like you have two plugins that are trying to register the same RPC method 06:42 < instagibbs> i don't think I installed that plugin(I have no idea what it is) 06:43 < instagibbs> is there a registry to look at 06:47 <@cdecker> Try looking for duplicate `autoclean` binaries, they're part of c-lightning 06:47 < instagibbs> ah maybe a make clean will fix this 06:50 < instagibbs> hmm no, single .o and one binary by that name? 07:00 <@cdecker> Could be that you have an installation from `make install` and one from the source tree. 07:02 < instagibbs> I don't think so :/ 07:03 < zmnscpxj> are there any other log entries from plugin- ? 07:08 < instagibbs> where would such logs be 07:08 < instagibbs> it's not creating a crash log afaict 07:11 < zmnscpxj> stdout 07:12 < instagibbs> nope 07:12 -!- treehug88 [~textual@pool-71-105-170-196.nycmny.fios.verizon.net] has joined #c-lightning 07:12 < instagibbs> I pasted the entirety 07:13 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Remote host closed the connection] 07:13 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 07:17 < zmnscpxj> Try with --log-level=debug , so we can try to see what other plugins it tried to load 07:18 < zmnscpxj> that should print more log entries 07:18 < instagibbs> ./lightningd/lightningd --log-level=debug 07:18 < instagibbs> 2020-03-20T14:18:22.589Z plugin-autoclean Could not register method "autocleaninvoice", a method with that name is already registered 07:18 < instagibbs> 2020-03-20T14:18:22.589Z plugin-autoclean Killing plugin: Failed to register options, methods, or subscriptions. 07:18 < instagibbs> Aborted (core dumped) 07:18 < instagibbs> :) 07:19 < zmnscpxj> hmmm well that is now confusing 07:19 -!- Amperture [~amp@65.79.129.113] has joined #c-lightning 07:19 <@cdecker> Any duplicate config entries or command line options (specifically anythin that is `--plugin=` or `plugin=` in the config)? 07:20 <@cdecker> Notice also that we have an auto-discover feature for plugins in some directories 07:21 < instagibbs> bitcoin-cli,bitcoin-rpcuser,bitcoin-rpcpassword,announce-addr,network,bind-addr 07:21 < instagibbs> that's all i have 07:22 <@cdecker> Can you try with `--clear-plugins`? That'll disable the autodiscovery 07:22 < zmnscpxj> that is all the log entries you get with --log-level=debug? 07:23 < instagibbs> zmnscpxj, yes :) 07:23 < zmnscpxj> hmmmmm 07:23 < instagibbs> just pasted 07:24 < instagibbs> ok with --clear-plugins I'm now getting "efusing to migrate down from version 114 to 88" 07:24 < zmnscpxj> what 07:24 < instagibbs> for openingd 07:25 < zmnscpxj> That is not supposed to happen, unless you are compiling an older version than what you ran previously............. 07:25 < zmnscpxj> lightningd --version ? 07:25 < instagibbs> v0.6.3 07:26 < zmnscpxj> what was your previous --version? 07:26 < instagibbs> wait 07:26 < instagibbs> that's ancient hold on 07:26 < zmnscpxj> ...... 07:26 < zmnscpxj> hmmmm so tag confusion? 07:26 < instagibbs> i pulled from the wrong repo 07:26 < instagibbs> lol 07:26 < instagibbs> yes 07:26 < zmnscpxj> haha ok 07:27 < instagibbs> ok that makes way more sense 07:27 < zmnscpxj> compiled current v0.6.3 tag 07:27 < zmnscpxj> we should have paid more attention to that 07:28 < instagibbs> :) 07:28 < instagibbs> it pulled that as the most recent, didn't double-check! 07:29 -!- Victor_sueca is now known as Victorsueca 07:33 < instagibbs> and we're back, thanks :) 07:34 <@cdecker> Phew, you had me worried for a moment there ;-) 08:09 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 08:10 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #c-lightning 09:45 -!- zmnscpxj [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has quit [Quit: Leaving] 10:00 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #c-lightning 10:35 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 10:36 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #c-lightning 10:51 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-txhnryyccoeyadae] has left #c-lightning [] 10:51 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-txhnryyccoeyadae] has joined #c-lightning 11:08 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 11:09 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #c-lightning 11:45 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 11:46 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #c-lightning 12:13 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 12:13 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #c-lightning 12:31 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Ping timeout: 246 seconds] 12:36 -!- afk11` [~afk11@gateway/tor-sasl/afk11] has quit [Remote host closed the connection] 12:37 -!- afk11` [~afk11@gateway/tor-sasl/afk11] has joined #c-lightning 12:40 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 12:44 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 12:44 -!- vasild_ is now known as vasild 12:46 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #c-lightning 13:04 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 13:04 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #c-lightning 13:09 -!- kexkey [~kexkey@217.138.200.221] has joined #c-lightning 15:44 -!- mdunnio [~mdunnio@208.59.170.5] has joined #c-lightning 15:48 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 250 seconds] 15:49 -!- Amperture [~amp@65.79.129.113] has quit [Remote host closed the connection] 15:55 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 16:21 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 16:24 -!- mdunnio [~mdunnio@208.59.170.5] has joined #c-lightning 16:25 -!- fiatjaf [~fiatjaf@2804:7f2:2981:26c1:ea40:f2ff:fe85:d2dc] has quit [Ping timeout: 246 seconds] 16:25 -!- fiatjaf [~fiatjaf@2804:7f2:2981:26c1:ea40:f2ff:fe85:d2dc] has joined #c-lightning 16:29 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 264 seconds] 16:34 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 16:34 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #c-lightning 16:36 -!- RubenSomsen_ [sid301948@gateway/web/irccloud.com/x-vmthviwtlnsudqpp] has joined #c-lightning 16:37 -!- fiatjaf [~fiatjaf@2804:7f2:2981:26c1:ea40:f2ff:fe85:d2dc] has quit [Ping timeout: 246 seconds] 16:37 -!- RubenSomsen [sid301948@gateway/web/irccloud.com/x-hgfqzsfqbyclkema] has quit [Ping timeout: 246 seconds] 16:37 -!- RubenSomsen_ is now known as RubenSomsen 16:39 -!- kexkey [~kexkey@217.138.200.221] has quit [Quit: Scaling pentatonically] 16:40 -!- kexkey [~kexkey@217.138.200.221] has joined #c-lightning 16:43 -!- kexkey [~kexkey@217.138.200.221] has quit [Client Quit] 16:56 -!- mdunnio [~mdunnio@208.59.170.5] has joined #c-lightning 17:00 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 256 seconds] 17:14 -!- kexkey [~kexkey@217.138.200.221] has joined #c-lightning 17:28 -!- mdunnio [~mdunnio@208.59.170.5] has joined #c-lightning 17:32 -!- kristapsk_ [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 17:32 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 240 seconds] 18:49 -!- kexkey [~kexkey@217.138.200.221] has quit [Quit: Do, don't don't] 19:10 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-txhnryyccoeyadae] has left #c-lightning [] 19:11 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-txhnryyccoeyadae] has joined #c-lightning 19:28 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #c-lightning 19:30 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 20:39 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Ping timeout: 240 seconds] 22:16 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Remote host closed the connection] 22:16 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 22:24 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 22:24 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has quit [Remote host closed the connection] 22:25 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 22:25 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has joined #c-lightning 22:58 -!- k3tan [~pi@unaffiliated/k3tan] has quit [Ping timeout: 256 seconds] 22:59 -!- k3tan [~pi@unaffiliated/k3tan] has joined #c-lightning 23:16 -!- k3tan [~pi@unaffiliated/k3tan] has quit [Ping timeout: 240 seconds] 23:19 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has quit [Ping timeout: 240 seconds] 23:19 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 23:19 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 240 seconds] 23:19 -!- afk11` [~afk11@gateway/tor-sasl/afk11] has quit [Ping timeout: 240 seconds] 23:19 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 240 seconds] 23:19 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 23:19 -!- k3tan [~pi@unaffiliated/k3tan] has joined #c-lightning 23:20 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has joined #c-lightning 23:22 -!- afk11` [~afk11@gateway/tor-sasl/afk11] has joined #c-lightning 23:26 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 23:32 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #c-lightning 23:32 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning --- Log closed Sat Mar 21 00:00:29 2020