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

Infinite spinning circle #153

Closed
NateNate60 opened this issue Aug 11, 2020 · 8 comments
Closed

Infinite spinning circle #153

NateNate60 opened this issue Aug 11, 2020 · 8 comments
Assignees
Labels
bug Something isn't working

Comments

@NateNate60
Copy link

Similar symptoms to #143, but the install is not a fresh install. I installed the spark-wallet package on my Ubuntu 20.04 server running bog-standard Bitcoin Core and C-Lightning.

~/.spark-wallet/config contains the following:

ln-path=/home/nate/.lightning
login=[username]:[password]
port=9737

When running, the program DOES seem to be giving 200: OK, but in the browser and Android app, it never progresses past the spinning tricolour circle.

HTTPS server running on https://0.0.0.0:9737
POST /rpc 200 3.641 ms - 581
POST /rpc 200 13.721 ms - 317
POST /rpc 200 26.136 ms - -
POST /rpc 200 3.507 ms - -
POST /rpc 200 3.337 ms - -
GET /worker.js 304 6.713 ms - -
POST /rpc 200 4.188 ms - -
POST /rpc 200 5.350 ms - -
POST /rpc 200 3.059 ms - 581
POST /rpc 200 6.034 ms - 317
POST /rpc 200 3.119 ms - -
POST /rpc 200 2.425 ms - 581
POST /rpc 200 3.731 ms - -
POST /rpc 200 3.385 ms - -
POST /rpc 200 7.714 ms - 317
POST /rpc 200 2.889 ms - 581
GET /stream?access-key=[         ACCESS KEY         ] 200 11.112 ms - -
^C
nate@nates-server:~$
@shesek
Copy link
Owner

shesek commented Aug 11, 2020

Can you check the browser developer console (Ctrl-Shift-I) and see if there are any errors there?

If you're seeing t.amount_msat is undefined or Not a proper lightning payment request, then it was recently fixed and will shortly be released in v0.2.16.

Would be great if you could confirm if its that or something else. :) Thanks!

@shesek shesek self-assigned this Aug 11, 2020
@shesek shesek added the bug Something isn't working label Aug 11, 2020
@shesek
Copy link
Owner

shesek commented Aug 11, 2020

I released v0.2.16, can you check if that fixes your issue?

@NateNate60
Copy link
Author

NateNate60 commented Aug 11, 2020

I will go install v0.2.16 and see if the issue is fixed and update again.

@NateNate60
Copy link
Author

It appears to still be happening

tempsnip65

@shesek
Copy link
Owner

shesek commented Aug 11, 2020

Can you try doing a hard refresh with Ctrl-Shift-R and see if that changes anything? Your browser might still have the v0.2.15 assets cached.

@NateNate60
Copy link
Author

NateNate60 commented Aug 11, 2020

This works, but my Android phone appears to still be having this problem, even after a re-install from Google Play. I solved this by manually installing through the APK file provided in this repository's Releases, and it seems to work now. What that probably means is that the updated package has not been pushed to the Play Store yet, or the update is not yet live. I also had to manually re-install it on my Windows PC.

So for those stumbling on this thread in the future, the solution is to re-install everything (NOT from Google Play) and force-reload your browsers.

@shesek
Copy link
Owner

shesek commented Aug 11, 2020

Which version do you have installed from Google Play? I published v0.2.16 there, but it takes a little while to get fully rolled out.

@NateNate60
Copy link
Author

I sideloaded 0.2.16 from the Releases tab of this repo. I didn't wait for Google Play to push the update from 0.2.15 to 0.2.16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants