OmniLayer / omniwallet

Omni Protocol Hybrid Web-Wallet
https://www.omniwallet.org
GNU Affero General Public License v3.0
327 stars 187 forks source link

Infinite spinner when creating a new wallet #546

Closed marv-engine closed 10 years ago

marv-engine commented 10 years ago

The "Updating Overview..." spinner goes as long as I let it. The sidebar links work. Overview takes several seconds to complete.

achamely commented 10 years ago

This is related to how we handle new wallet creation. A new wallet has no addresses until the user visits the 'My Addresses' page. The overview page will try to create an overview for no addresses which is why it appears to be updating forever.

achamely commented 10 years ago

558 addresses this as it directs the user to the address page on login which forces the new address creation. It also updates how/what we display to the users.

dexX7 commented 10 years ago

I experience something similar at the moment. (and earlier today)

It's not infinite (or maybe not always), but it takes between several seconds and several minutes to complete. The general overview with numbers seems to appear within seconds, but the "portfolio composition" graphic takes a very, very long time. I'm not 100 % sure, if the spinner disappears, once the graphic is there, but I think this is the case:

overview

achamely commented 10 years ago

Looking into this. looks like the scope update isn't being received properly once the data is pulled. i put a small fix that helps this on #603.

The pie chart itself seems to be delayed by the retrieval of the actual 'value' of the coins.