Roman Miroshnychenko
Roman Miroshnychenko
> I'll check, but wouldn't the original addon have to do the same? I'm fairly certain I haven't added that dependency, but I'll double check. @pannal According to the diff...
> Updated with 0.7.5 and your asyncio suggestion. I'd recommend to add the `asyncio` workaround at the very top level, that is, to both of your addon entrypoints: `default.py` and...
Ok then as long as it won't interfere with other addons using `asyncio`.
Only if you provide a diff with changes so I won't have to go over all the files.
If patch_stdstreams argument wasn't used explicitly then I have no idea why sys.stdin was patched.
Looks like French subs are encoded in win-1252 instead of UTF-8. I will fix the error.
Please also increase the version.
`host` argument specifies IP address binding for underlying socket, so it's not always the IP address of the actual host. E.g. it may be '0.0.0.0' for receiving connections from all...
@basrieter Could you take a look as well?