Post
Topic
Board Announcements (Altcoins)
Re: [ANN][HZ] Horizon Long + Fair Distribution|Decentralized Asset Exchange
by
MaWo
on 24/11/2015, 13:48:22 UTC

2. Transactions are visible, only information like  total amount are flickering, but after some time it is visible



I have similar issue. Everything looks normal but the total amount does not show up on the front page.

Using Chrome on Windows.

I can't see "my assets" and "sell orders". I waited 1 hour but nothing happens. I am using firefox 42.0 and win 7/64.

Same here - web wallet functions well to send/receive HZ, but does not display total balance or asset values on the Dashboard. Firefox 42.0 and OSX 10.10.5.

I've had the same issue from time to time with some of NXT's web wallets if that helps at all.

Bug reproduced, seems to be an issue with firefox 42. Thanks for reporting!
When I open a second tab then the information shows up.


Pharesim found a dirty hack to solve the issue.
We are still looking for the root cause.

The dirty hack is to disable  multiqueue:
You can either increase the count of parallel requests from 8 to 32 in html/ui/js/nrs.server.js line 203
Code:
202         if (!NRS.multiQueue) {
203              NRS.multiQueue = $.ajaxMultiQueue(32);
204         }
or you delete or comment out line 289, 290, 291 and 293 in the same file
https://github.com/NeXTHorizon/hz-source/blob/master/html/ui/js/nrs.server.js#L289-L293

Public node with the lines 289, 290, 291, 293 commented out http://eu3.woll-e.net:7776/index.html