Krut Patel

Results 183 comments of Krut Patel

I also wanted this feature, and have hacked up a simple plugin to enable exactly this. https://github.com/iamkroot/sticky-docs-st It works by hijacking the Up/Down arrow keybindings and invoking the doc popup...

Python 3.6 is not supported. You need at least python 3.7 to run this app. Once you install 3.7 (or higher), you can pass the `--python=/path/to/python3.7` argument to pipx to...

`pipx` is still using the default system python, which I'm assuming is 3.6. You need to specify 3.8 manually: `pipx install trakt-scrobbler --python=$(which python3.8)`

> (I get something like 260 "apps" with broken dependencies with 3.8! like for example one of my working tool "yabridgectl"..) Yeah, upgrading your system's python version is not recommended...

It does seem like an auth error. But `trakts plex` will not try to override your token, and there's no `trakts plex delete`. You need to run `trakts plex --force`...

This seems very much a plex thing. Basically, it is saying the episode does not have a "number". Is it shown in the plex ui? Would be helpful to get...

@nauip This fix should be included in the latest version (v1.4.0). (We just ignore the data)

Hmm, this is a bit dicey. I would love to fully support abosulte episode numbering in our scrobbler. But unfortunately I'm blocked on https://github.com/trakt/api-help/issues/224 (an upstream trakt issue). Until that...

Blocked by pypa/pypi-support#1735

There's two errors here. One is from mpv (`JSONDecodeError`) and the other (`TypeError`) is my fault. If the second error hadn't been there, we would've been able to figure out...