-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
available_apis() and available_ump_apis() both throw exceptions #137
Comments
hmm weird, here on linux it gives me:
|
That's with python 3.13 though |
Also the string "is not a valid API" does not come up anywhere in the codebase.. weird. Are you on current git main ? |
My fork is fairly recently and I have tested now on python 3.13.2 and got the same error messages. It seems to be related to the network/network (UMP) apis as you can observe under the calls to get_compiled_api_by_name() also fail with the same message respectively. Those two api types are not part of the python binding in pylibremidi.cpp, could it be your python binding was compiled using the LIBREMIDI_NO_NETWORK flag? Could it explain why you don't get the same error? `$ python
|
Hello Jean-Mickaël,
While poking around with my freshly built python binding, I noticed these two calls throw exceptions. I have tested on both Linux and Windows and it produced the same error:
The text was updated successfully, but these errors were encountered: