question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Occasional wallet version check message pops up

See original GitHub issue

the

Error checking wallet version! Please make sure you have downloaded the latest version: https://github.com/CityOfZion/neon-wallet/releases

Toast is shown, while using the latest version of the wallet

Wallet version or commit SHA: 2.0.0

Environment: macOS Mojave 10.14.1 (18B75)

Prerequisites: /

Reproduction steps: e.g.: It’s not very clear HOW this happens. I tried installing the older version and reinstalling the newest version, but it appears at most of the time when I quit the app and start it back up.

Screenshots/Video: image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
drptblcommented, Dec 18, 2018

@ranbena @comountainclimber: Implemented retry method works properly. It won’t fix the issue completely, but for sure it will make it less visible (happen more rarely).

It works only on 5xx errors. For example, retry mechanism is not triggered while:

  1. connection is turned off
  2. not yet connected to wifi (while connecting)
  3. on 404 errors (could happen when API is offline)
  4. when malformed json with status code 200 is returned (for example response 200 with null as response)

All cases above are handled in a way that hides notification about update and no error is shown. For example, this means that if for some reason API url would change (what is very unlikely), all users would be left without update message forever. Or if API url would be blocked with firewall, same thing would happen. Maybe we should show an error in this case that there was an issue while fetching for updates?

1reaction
ranbenacommented, Nov 24, 2018

Cool I’m on it

Read more comments on GitHub >

github_iconTop Results From Across the Web

When i press button popup message showing “ Add Cards to ...
When i press button popup message showing “ Add Cards to Wallet To add cards, keys, tickets, and passes to Wallet, look for...
Read more >
Some older wallets (2014 era) not correctly opened or imported
When attempting to decode this base58 encoded private key, it would end up as the incorrect length and not be correctly imported.
Read more >
How to Fix your Card, App, Internet, and Bluetooth Issues
If your CoolBitX app's software version is outdated, the app will usually display a popup message asking you to update it to the...
Read more >
How to Add Your COVID Vaccine Card to iPhone's Apple Wallet
For users with a downloadable file, pull it up on your phone and then tap the download link. Select "Add to Wallet &...
Read more >
WalletConnect Unveils the Future of Web3 Chat With Wallet-to ...
WalletConnect reveals a first look at its upcoming Chat API, which enables messaging between web3 wallets.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found