Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alert : Undefined is not an object #3

Open
yshwanth opened this issue Apr 8, 2022 · 7 comments
Open

Alert : Undefined is not an object #3

yshwanth opened this issue Apr 8, 2022 · 7 comments

Comments

@yshwanth
Copy link

yshwanth commented Apr 8, 2022

bluewallet-spark

@johnpc
Copy link

johnpc commented Jun 21, 2022

I am experiencing a similar error on blue wallet on iOS
IMG_0215.

I generated the LNURL on Sparkkiosk on umbrel. I can't seem to receive payment from it though. This is the QR code that I'd like to post up:

One_Dollar

@jensgertsen
Copy link
Owner

Hmm, sorry for late reply, the encoded url (27ex5ypixioc4qxhmozkmgwvjmixz5rtiekwrlgrgo6ookwqaff3jmid.onion/lnurl/26091efbfa68707cb7123760cab3c9b0) looks ok, but apperently the service is no longer available (sparkkiosk needs to be running as a service). Feel free to post a new qr, I'll take a look.

@johnpc
Copy link

johnpc commented Jun 22, 2022

I am using spark kiosk via umbrel - is there any way I can ensure the service is running? The app is certainly running, I can access the web ui on port 21214 of my device. I've just now generated a new QR, and I see the same error when attempting to send money to it on blue wallet. Slightly different this time actually, error was lnurl-pay expected, found tag undefined

Testing_for_GitHub

It looks like the server is running on docker on my Umbrel, unless I'm misunderstanding something:

umbrel@umbrel:~/umbrel $ docker ps | grep sparkkiosk
f5f09e5c00f1   getumbrel/app-proxy:v0.1.0             "docker-entrypoint.s…"   13 days ago    Up 4 days                       0.0.0.0:21214->21214/tcp, :::21214->21214/tcp                                                                                         sparkkiosk_app_proxy_1
980aff6479fe   jensgertsen/sparkkiosk:v1.0.0          "docker-entrypoint.s…"   13 days ago    Up 4 days                       21214/tcp                                                                                                                             sparkkiosk_web_1
cd1162bbf0e7   lncm/tor:0.4.7.7                       "tor"                    13 days ago    Up 4 days                       9050-9051/tcp, 29050-29051/tcp                                                                                                        sparkkiosk_tor_server_1

@jensgertsen
Copy link
Owner

Ok - The payload in that qr is: (you can decode lnurls at:https://lnurl.fiatjaf.com/codec/)
http://27ex5ypixioc4qxhmozkmgwvjmixz5rtiekwrlgrgo6ookwqaff3jmid.onion/lnurl/a706f8255376c811ca62e87ed421965e - when accessing this (via tor), an Umbrel login screen appears instead of expected invoice json
Screenshot 2022-06-22 at 08 38 46.
I haven't tested in umbrel 0.5, maybe something changed to "allow remote access" - will investigate.

@jensgertsen
Copy link
Owner

Yup, broken in v0.5. The fix should be pretty easy, but I cant upgrade to 0.5 atm to test (upgrade fails). Will fix asap.

@johnpc
Copy link

johnpc commented Jun 24, 2022

That makes a lot of sense - let me know if there's anything I can do to help. And thanks a lot for building spark kiosk - it's the easiest way I've found to start accepting lightning payments (assuming it works of course)!

@jensgertsen
Copy link
Owner

Thanks - the fix should be live now, so hopefully tha app works again (unfortunately the tor network is apparently having issues)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@johnpc @jensgertsen @yshwanth and others