Javier Marcet

Results 24 comments of Javier Marcet

Hi, I've just tried all your changes in master, and unfortunately I don't see any positive difference. I built it with CONFIG_CONCURRENT_MODE enabled and CONFIG_DUALMAC_CONCURRENT disabled. It is still detected...

I found the bug in Sanic's code: https://github.com/sanic-org/sanic/blob/ef4f058a6cd809a292838ae9aa4e3fa70e323877/sanic/server/runners.py#L187 ``` ❯ diff -pru ./runners.py-orig ./runners.py --- ./runners.py-orig 2021-09-08 05:39:52.000000000 +0200 +++ ./runners.py 2021-09-09 15:25:39.000000000 +0200 @@ -184,7 +184,7 @@ def serve(...

Well, not quite so. I see the before signal is handled a few lines earlier, but that fails, see these debug logs from Sanic: ``` [2021-09-09 15:51:16] [917] [INFO] Received...

The only way I find to avoid it is what I explain in the first message of this issue, creating my own `before_server_stop` event handler.

It might also be important to note that I'm using multiple workers when I trigger this.

Sorry, I had forgotten about this. I'm doing things a little bit different now ([here](https://github.com/jmarcet/movistar-u7d/blob/ca30e685f13004111fcbf8781d62f9c36fd42b7a/movistar_u7d.py#L179) and [here](https://github.com/jmarcet/movistar-u7d/blob/ca30e685f13004111fcbf8781d62f9c36fd42b7a/movistar_u7d.py#L243)), and I do not have the issue anymore. It all depends on the...

@BKPepe Ouch! Somehow I could import it in ipython, I'll double check.

I don't get any output from the libva driver, and in Kodi's logs: ``` 2022-09-03 13:56:13.771 T:135437 WARNING : Pulseaudio module module-allow-passthrough not loaded - opening PT devices might fail...

When playing a video with VDPAU: ``` 2022-09-03 14:07:39.151 T:135422 INFO : VideoPlayer::OpenFile: nfs://some_video.mkv 2022-09-03 14:07:39.151 T:142086 INFO : Creating InputStream 2022-09-03 14:07:39.275 T:142088 INFO : initializing python engine. 2022-09-03...