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
AttributeError: 'PerpsV3' object has no attribute 'markets_by_name'
I’m encountering an issue using the Synthetix Python SDK (version 0.1.23) for PerpsV3. When calling snx.perps.get_market_summary(market_name='VIRTUAL'), I receive an AttributeError: 'PerpsV3' object has no attribute 'markets_by_name'. Additionally, I see a warning about Failed to fetch markets: Could not decode ... when initializing the SDK. My cannon_config is {"package": "synthetix-omnibus", "version": "latest", "preset": "andromeda"}. Could this be an issue with the SDK or my configuration?
Also, I've verified the RPC endpoint is functional by using curl to fetch the latest block number.
The text was updated successfully, but these errors were encountered:
AttributeError: 'PerpsV3' object has no attribute 'markets_by_name'
I’m encountering an issue using the Synthetix Python SDK (version 0.1.23) for PerpsV3. When calling snx.perps.get_market_summary(market_name='VIRTUAL'), I receive an AttributeError: 'PerpsV3' object has no attribute 'markets_by_name'. Additionally, I see a warning about Failed to fetch markets: Could not decode ... when initializing the SDK. My cannon_config is {"package": "synthetix-omnibus", "version": "latest", "preset": "andromeda"}. Could this be an issue with the SDK or my configuration?
Also, I've verified the RPC endpoint is functional by using curl to fetch the latest block number.
The text was updated successfully, but these errors were encountered: