Vivien Richter

Results 59 comments of Vivien Richter

@QingLuogwj Is the issue solved? 🙂

> Interesting note: *Even if i omit the line `get_channel(sender).terminate()`, it doesn't work at all with `as_comthreads` for me 🤔* > > [..] > * **osc4py3**: `1.0.8` > > [..]...

With an [downgrade to version `1.0.3` of `osc4py3`](https://github.com/Xinne/osc4py3/issues/11#issuecomment-1194290370) the `ValueError` disappears. Also my example code works with `as_eventloop`, but not with `as_comthreads`. So `osc4py3` is still not usable with [context...

@lpointal Great, thank you! 😃 Looking forward to your fixed release on PyPi. > [..] do_fileno_removed() is called twice, second time with fileno having None value. [..] Makes sense. >...

@appleboy > @vivi90 Yes, you can try it out. That's the point.. did not find an working solution with `appleboy/drone-git-push`

@JunfengLiu1 > Hey, did you successfully fix the BUG? Whether it is romp or BEV, I can only run about 20 frames on the 4080. Please share the following information...

## Code (with time delay) An time delay solves only the error message in the logs but still nothing is sent 🙁 ```python #!/usr/bin/env python3 # -*- coding: utf-8 -*-...

## Workaround With version `1.0.1` and `1.0.3` it works perfectly fine. It's broken since `1.0.4` like mentioned in https://github.com/Xinne/osc4py3/issues/4#issuecomment-409595319. ``` $ pip install osc4py3==1.0.3 ```` Please fix this issue, if...

@genox Why not using ```typescript push(['disableCookies']); ``` right after using `init()`?