OdinGitDat
OdinGitDat
Since a few weeks authorization is lost about once per day. I need to go into settings and request authorization again to fix until it happens again. I caught the...
- Version: 9b549c71e2c07587f91b8834f9d7af4145b5da9c - Running in Docker?: yes - Executed command: `docker run --rm -it -v ~/.RatS.cfg:/RatS/RatS/credentials.cfg stegschreck/rats:master python3 transfer_ratings.py --source imdb --destination trakt` ## Stacktrace ``` ===== IMDB: CSV...
I ran `ansible-playbook -i inventory/hosts setup.yml --tags=start -kK` for the first time and the discord appservice errored out. Journalctl showed this: ``` Jun 04 01:43:35 ubuntumatrix systemd[1]: Starting Matrix Appservice...
When I try to open the playlist file for torrents with special characters in either the artist name or album title the request returns and internal server error. I'll list...
Add torrent id print before file check in case that throws an error. Easier to find faulty torrent in question.
Since today any torrent I try to add gives the same error (except timestamp at the end). ``` Traceback (most recent call last): File "/home/odin/WhatManager2/what_json/views.py", line 183, in add_torrent m_torrent...
Currently we have the action to _send to autosend playlist_ in the filter panel. After I have done that once I would like subsequent albums to _add to autosend playlist_...
While playing an album the playlist is not visible in Jellyfin. I'm also unable to add to the current queue/playlist using Jellyfin controls. Playback controls work fine, also in the...
For some reason the environment variables are not applied correctly. This is my compose: ``` version: "3" services: doh-server: image: satishweb/doh-server environment: - UPSTREAM_DNS_SERVER="udp:pihole:53" - DOH_HTTP_PREFIX="/dns-query" - DOH_SERVER_LISTEN=":8053" ``` log...
### What happened? The 'npm run update' command fails because it uses Compose v1, this version does not support all override features e.g. !reset tag. This is my docker-compose.override.yml: ```...