Adam
Adam
I've never used Docker Compose or LinuxServer so I'm not sure I understand what you're asking. But this compose file will fail to run because the `cfg` file is being...
> My thought was that environment variables could be used instead of the tagem-auth.cfg file. That way the file doesn't need to exist and the relevant information can be passed...
Okay, it appears I made quite a silly mistake - I forgot to commit a line in the Dockerfile installing the `ffmpegthumbnailer` package, and tested a local Docker build rather...
> Error opening file: /opt/docker/tagem/tagem-auth.cfg That exception is thrown when `fopen(, "rb")` is `null` - which means that `/opt/docker/tagem/tagem-auth.cfg` does not appear to the docker container as a file. And...
I've pushed a fix now, thanks. The issue was a simple foreign key check demanding a table that was not yet initialised. This was a clumsy oversight on my part...
That's interesting - not something I've ever seen happen before. The source code - `utils/src/init_user_guest.sql` - uses this command: INSERT INTO user2shown_file2 (user,file2) SELECT id, 1 FROM user ON DUPLICATE...
> using witch model? mobilenet2 224x224 I'm using Tensorflow through Python; not sure how different it is in JavaScript.
I get the same issue, however it is not youtube-dl related. Loaded Source: subreddits Started downloader. WARNI [prawcore] Retrying due to ReadTimeout(ReadTimeoutError("HTTPSConnectionPool(host='oauth.reddit.com', port=443): Read timed out. (read timeout=16)")) status: GET...
I've been testing a few things out, and I think I replicated the same errors as you guys. On Firefox 78.0.2 on Ubuntu with both 2.5.20 and master, with both...
> I used -r 5605(width of images) and the results were about the same as the -r 1, both more blurred than the training results automatically cropped to 1.6k. @fy99925...