We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using https://github.com/pavel-a/usb-relay-hid/blob/master/Test/test2m.py implementation with python 3.8 same code works fine with Python 2.8, which failed with error "ctypes.ArgumentError: argument 1: <class 'OverflowError'>: int too long to convert" Any workaround or suggestion to fix this issue?
The text was updated successfully, but these errors were encountered:
It looks like there is an error on line 68.
("usb_relay_device_close_all_relay_channel", 'e', None)
should actually be changed to
("usb_relay_device_close_all_relay_channel", 'e', 'h')
Sorry, something went wrong.
It looks like there is an error on line 68. ("usb_relay_device_close_all_relay_channel", 'e', None) should actually be changed to ("usb_relay_device_close_all_relay_channel", 'e', 'h')
Thank you very mach, it worked.
No branches or pull requests
I am using https://github.com/pavel-a/usb-relay-hid/blob/master/Test/test2m.py implementation with python 3.8 same code works fine with Python 2.8, which failed with error "ctypes.ArgumentError: argument 1: <class 'OverflowError'>: int too long to convert"
Any workaround or suggestion to fix this issue?
The text was updated successfully, but these errors were encountered: