0xsysr3ll
0xsysr3ll
Hello, The error comes from this import in `core/plugin.py` : ```python3 import collections ``` In fact, since python3.3, this method to import `Mapping` is deprecated. It should be : ```python3...
> @hitboxr I looked into this briefly just now. I have quite a bit of experience with Plex's API, though I also don't write TS. Thanks for the example! I...
> any update on this? i'm told jellyseerrr is better but only overseerr seems to have this feature. Plex's API still doesn’t provide any way to do this. Moreover, Jellyseerr...
Working on it 👀
It appears that it's not that easy to implement - and we've been focusing on smaller features and bug fixes. This will need to wait at it's quite a niche...
> @gssariev that definitely is an option. I found another one that does similar things as well. I will take a look at yours, it seems a little better since...
It is most likely a dns issue. You should try to change overseer's DNS configuration and use for example : 1.1.1.1 or 9.9.9.9
> Where would I set that? If you're using docker compose then you can add this ```yml dns: - 1.1.1.1 - 9.9.9.9 ```
You forgot to run `yarn i18n:extract` to include the new translations.
Would be preferable to make another separate PR for the schemas declarations - will be easier to review :)