0 sats \ 7 replies \ @grayruby 19 Sep \ on: Stacker Saloon
Hey @k00b I tried to set my desired wallet balance back to zero to test if I had gotten myself out of whatever NWC prison I was in and I got the following error message:
Cannot read properties of undefined (reading 'includes')
reply
No but it could be caused if the
get_info
response doesn't actually contain methods
since that's one example where we call includes
in the given context:{ "result_type": "get_info", "result": { "alias": "string", "color": "hex string", "pubkey": "hex string", "network": "string", // mainnet, testnet, signet, or regtest "block_height": 1, "block_hash": "hex string", "methods": ["pay_invoice", "get_balance", "make_invoice", "lookup_invoice", "list_transactions", "get_info"], // list of supported methods for this connection } }
But that would be a weird error, why would that suddenly happen for an existing connection.
reply
reply
Yes. I had it at zero yesterday but zaps were not going through because I reached some rate limit with coinos on my NWC so I switched it to 2500 sats yesterday so that I could zap. I wanted to test if my rate limit issue was resolved today and if I had just been given at time out or if it was something that persisted so I switched the desired balance back to 0 and got that error message when I tried to save.
Maybe because of my rate limit issue I need to delete the connection and attach again?
reply