Matt Huisman
Matt Huisman
I have struck this issue with v7.0.1 of the Netflix apk
Looks like there could be 2x issues at play 1) https://github.com/python/cpython/issues/90228 (**fixed in 3.9.13, 3.10.5** - https://github.com/python/cpython/issues/90228#issuecomment-1112607053) 2) https://github.com/python/cpython/issues/92036 (**PR awaiting**: https://github.com/python/cpython/pull/92037)
I suspect so. I tried the test scripts on windows 11 with 3.10 and couldn't get it to fault
A crash log should tell you. Looks for sqlite in the crash log On Mon, 2 May 2022, 03:02 Manuel Reimer, ***@***.***> wrote: > I have a segfault whenever I...
@[crawfishie](https://github.com/crawfishie) i wonder if a little hacky kodi service add-on could help for now eg. ``` class Player(xbmc.Player) : _last_sub=None def onAVStarted(self): self._last_sub = None def onAVChange(self): if self.isPlayingVideo(): subtitle...
@CastagnaIT I couldn't see this same issue with Inputstream Adaptive streams on 19.4 windows. I suspect that's because they are handled differently?
I have similar issue, but only using command prompt in terminal. Does not get focus. Need to click to allow typing Multiple laptops at my company have same issue -...
`python -m virtualenv api -vvv --reset-app-data` correct for doing that?
Yes, that fixed the issue. Would you like me to close this issue or keep it open?
I use favorites a lot for shortcuts to certain add-on locations. eg. to my favorite show in my TVNZ add-on. Having it on the chrosu2 would be nice so can...