Leandro Heck

Results 661 comments of Leandro Heck

I was using the flag `-o` on `tty_fake` is it possible that this flag is causing this issue?

Removing this `-o` definitely improved.y system since there is no duplicated devices being created. But I still have issues after a couple of ours with the bytes being lose. Is...

@OevreFlataeker thanks, your comment fixed my issue. I put a wait command until the tty_mux is created before of the `tty_fake` command and also one waiting for the `tty_fake` device...

Sure, I think `tty_fake` should wait or check if the `tty_bus` is ready/created and maybe wait until its fake tty is ready to use. I am using something like this....

I am starting to think my solution doesn't fix this issue.

I was reading the README yesterday and this word also made me uncomfortable. What is the meaning of non-reliable here @Gdsimms ? Can you give us a hint on what...

Ah, sorry I wanted to ask @danielinux , this MS GitHub is getting annoying. @Gdsimms this is interesting, I was using socat since it is more spread. But a coworker...

I see, thanks for your feedback @danielinux What about the data being transferred while both clients are connected and working. Can we say that both clients will always receive the...

Provavelmente esse não é o lugar ceto para colocar. Eu uso linux (ubuntu), e seguindo [essa dica](https://support.plex.tv/hc/en-us/articles/201106098-How-do-I-find-the-Plug-Ins-folder-) do próprio site deles não ajudou. O que ajudou foi colocar em `/var/lib/plexmediaserver/Library/Application...

Boa valeu @BrutuZ, obviamente faltou eu instalar os requisitos :) ``` pip install unrar pip install requests ``` Perfeito! Agora sim, funcionou. Ah, o log ajuda pra muito, valeu.