Moku model:Moku:pro
Operating system:Windows 11
Software version:Python 3.12.5
Bug or support request description:
I am trying to connect to the moku:pro using the Python API. I get the error:
moku.exceptions.NoInstrumentBitstream: Instrument files not available, please run `mokucli instrument download 4.2.1` to download latest instrument data
The device is on:
MokuOS: 4.2.1
Firmware version: 639.0
API server: 4.2.1.1
I have tried both the fix suggested (mokucli instrument download 4.2.1) and the fixes described here https://knowledge.liquidinstruments.com/python-api-examples/troubleshooting-instrument-files-not-available-error
What’s confusing me is the initial exception:
moku.exceptions.MokuException: Cannot find C:\Users\Platform1\AppData\Roaming\Moku\data\instruments\20256\mokupro\03-000.bar
I have installed 4.2.1 multiple times now, and every time the mokupro folder has no 03-000.bar file, it only has files beginning with 01 and 04 (the other moku types have this file, but not mokupro).
Is there something wrong with the way I’m installing the files?
Thanks so much!