Yes that works fine, and today the wallets are showing up ok.
I might have led you down the wrong route looking for the issue in the currency conversion. Basically, the wallets were not showing any totals.
Is there an api call to get the wallet totals I can test? Is that a self hosted service that you run as well or do you do calls from an external provider for the wallet info?
Thanks for replying
We host the conversion, so 1 BTC = x fiat.
The other coins are remote apis with blockchain services. Which coins do you have in your wallet, I can review the API endpoints. PM if you don't want public knowledge
Just bitcoin wallets, is there an api link I can check from my end?
Sorry, I don't have the capacity to commit a fix at the moment, but there is interest in us building cryptoglance again in a better cross-platform way.
HOWEVER, if you'd like to make a change, you can try:
1) Find the code for cryptoglance. If it was installed on windows, its under the install location and within "app" i believe.
2) Find the file: includes/classes/wallets/bitcoin.php
3) Remove the // on line 10, add a // on line 11
4) Remove the // on line 22, add a // on line 23
5) Save and reload the app.
This should be all it needs.