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
DERIBIT: Failed to parse symbol information: 'settlement_period'
Traceback (most recent call last):
File "/folder/.venv/lib/python3.9/site-packages/cryptofeed/exchange.py", line 105, in symbol_mapping
syms, info = cls._parse_symbol_data(data if len(data) > 1 else data[0])
File "/folder/.venv/lib/python3.9/site-packages/cryptofeed/exchanges/deribit.py", line 62, in _parse_symbol_data
stype = e['kind'] if e['settlement_period'] != 'perpetual' else PERPETUAL
KeyError: 'settlement_period'
To Reproduce
Run code just as in example.
Operating System:
MacOS Venture 13.4.1
Cryptofeed Version
Latest, pypi
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Run code just as in example.
Operating System:
Cryptofeed Version
The text was updated successfully, but these errors were encountered: