Nano-Basket icon indicating copy to clipboard operation
Nano-Basket copied to clipboard

OverflowError: Python int too large to convert to C long

Open v322v322 opened this issue 6 months ago • 1 comments

When I attempt to run nano-basket to control my original Korg NanoKontrol, I get the following error:

Traceback (most recent call last): File "/usr/local/lib/nano-basket/./nano_basket_main.py", line 33, in Midi_Device = NanoKontrolAlsaMidiComm() File "/usr/local/lib/nano-basket/nano_basket_backend.py", line 269, in init self.event = alsaseq.SeqEvent(alsaseq.SEQ_EVENT_SYSEX) OverflowError: Python int too large to convert to C long

This is using Python 3.10.12 on Linux Mint 21.2. PyGObject is version 3.42.1, and pyalsa is version 1.1.6.

v322v322 avatar Aug 17 '24 22:08 v322v322