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
I tried to calculate the statements for Kraken and I'm getting the error message Order subtype 'spotfromfutures' is currently not supported.
Do you have any advice on what I should do?
245 book ERROR account_statements/ledgers.csv row 297: Order subtype 'spotfromfutures' is currently not supported. Please create an Issue or PR.
Traceback (most recent call last):
File "src/main.py", line 71, in <module>
main()
File "src/main.py", line 36, in main
status = book.read_files()
^^^^^^^^^^^^^^^^^
File "src/book.py", line 1778, in read_files
self.read_file(file_path)
File "src/book.py", line 1730, in read_file
read_file(file_path)
File "src/book.py", line 670, in _read_kraken_ledgers
raise RuntimeError
RuntimeError
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hello @provinzio,
I tried to calculate the statements for Kraken and I'm getting the error message
Order subtype 'spotfromfutures' is currently not supported
.Do you have any advice on what I should do?
Thank you in advance!
The text was updated successfully, but these errors were encountered: