Skip to content

OverflowError: Python int too large to convert to SQLite INTEGER

tikka
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Traceback (most recent call last):
  File "/home/moul/.local/pipx/venvs/tikka/lib64/python3.13/site-packages/tikka/slots/pyqt/entities/worker.py", line 43, in run
    self.call()
    ~~~~~~~~~^^
  File "/home/moul/.local/pipx/venvs/tikka/lib64/python3.13/site-packages/tikka/slots/pyqt/windows/main.py", line 1137, in fetch_data_from_network_node
    self.application.currencies.network_update_properties()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/home/moul/.local/pipx/venvs/tikka/lib64/python3.13/site-packages/tikka/domains/currencies.py", line 117, in network_update_properties
    self.currency_repository.update(currency)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
  File "/home/moul/.local/pipx/venvs/tikka/lib64/python3.13/site-packages/tikka/adapters/repository/currency.py", line 60, in update
    self.client.update(
    ~~~~~~~~~~~~~~~~~~^
        TABLE_NAME,
        ^^^^^^^^^^^
    ...<5 lines>...
        },
        ^^
    )
    ^
  File "/home/moul/.local/pipx/venvs/tikka/lib64/python3.13/site-packages/tikka/adapters/repository/file_db_client.py", line 219, in update
    self._update(sql, values)
    ~~~~~~~~~~~~^^^^^^^^^^^^^
  File "/home/moul/.local/pipx/venvs/tikka/lib64/python3.13/site-packages/tikka/adapters/repository/file_db_client.py", line 235, in _update
    self.execute(sql, filtered_values)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
  File "/home/moul/.local/pipx/venvs/tikka/lib64/python3.13/site-packages/tikka/adapters/repository/file_db_client.py", line 102, in execute
    raise exception
  File "/home/moul/.local/pipx/venvs/tikka/lib64/python3.13/site-packages/tikka/adapters/repository/file_db_client.py", line 96, in execute
    cursor.execute(request, args)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
OverflowError: Python int too large to convert to SQLite INTEGER
fish: Job 1, 'tikka' terminated by signal SIGABRT (Abort)