You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
Using the MarketMakingQuickstart readme step-by-step (using WSL2 properly configured), returns following error after calling account balance in second step of part 9
Traceback (most recent call last):
File "/app/bin/show-account-balances", line 78, in
report: mango.AccountInstrumentValues = mango.AccountInstrumentValues.from_account_basket_base_token(
File "/app/mango/accountinstrumentvalues.py", line 114, in from_account_basket_base_token
raise Exception(f"No perp account for basket token {account_slot.base_instrument.symbol}")
Exception: No perp account for basket token USDC
usdc deposit was however subtracted from account without error
also, there seems to be an issue with displaying some characters on WSL but i'm not sure if that's on WSL side, i've tried cycling a couple different mono fonts
The text was updated successfully, but these errors were encountered:
Apologies - this should be fixed now in v3.2.3 if you pull the latest code.
As for WSL, it looks like either that subsystem or that terminal just isn't displaying Unicode properly - you should see object types like 𝙸𝚗𝚜𝚝𝚛𝚞𝚖𝚎𝚗𝚝𝚅𝚊𝚕𝚞𝚎 and 𝙿𝚛𝚒𝚌𝚎𝚍𝙰𝚌𝚌𝚘𝚞𝚗𝚝𝙸𝚗𝚜𝚝𝚛𝚞𝚖𝚎𝚗𝚝𝚅𝚊𝚕𝚞𝚎𝚜.
Thanks, the new pull did in fact fix the issue. No problems finishing the rest of the quick start.
Unicode display seems to be a long standing issue on WSL/Terminal based on their github due to poor (or no handling) for fallback fonts. microsoft/terminal#306 microsoft/terminal#190
Using the MarketMakingQuickstart readme step-by-step (using WSL2 properly configured), returns following error after calling account balance in second step of part 9
usdc deposit was however subtracted from account without error
also, there seems to be an issue with displaying some characters on WSL but i'm not sure if that's on WSL side, i've tried cycling a couple different mono fonts
The text was updated successfully, but these errors were encountered: