-
Notifications
You must be signed in to change notification settings - Fork 28
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
Threading option appears to be broken #31
Comments
Hi, thank you for reaching out. Can you provide a code example reproducing the issue and a description of what you are retrying to achieve and which behaviour you are finding? You could also try v1.4.0 just in case the issue comes from the newly introduced code |
I'm using example.py for testing. |
Thank you. Did you check if v1.4.0 worked as expected? |
Yup, v1.4.0 threading option works as expected. |
V1.5.0 introduced a lower level api for handling threading so that it would be supported by micro-Python. If you are not using micro-Python I would say that sticking to v1.4.0. Meanwhile it could be worth investigating whether we can fix the current version, I imagine that it shouldn't be particularly complex. If it is, I would suggest reverting the changes. Do you have availability to investigate the issue and create proposal fix PR? |
My python skills are intermediate at best, so I'm not sure I'd be up to that task. |
Hi, I've just tested this library on a computer with full python and I think I've found the bug. In StupidArtnet.py, line 197, "elif" must be replaced by "if". In fact, I don't understand how it can work with micropython but I don't use it. I can propose a PR if you want. |
Hi @mikacousin , this sounds about right. a PR would be helpful |
Hello,
I'm working on a custom controller for an art project here in Brooklyn. Everything is working great except the persistent sending option. I've been using all other functions with success, but the threading option doesn't seem to work for me.
Using -V 3.9.2
Thanks,
=LLL
The text was updated successfully, but these errors were encountered: