Devedse

Results 223 comments of Devedse

The main thing is that I don't understand "why" my fix is needed. I don't understand DNS well enough for that. The setting we've added should keep the TXT on...

I'd like to be able to test with mocked activities, but I can not simply set all properties. E.g. I want to create a mocked activity with a duration of...

Well these are some of the processors I want to test: ``` internal sealed class HealthCheckFilteringProcessor : BaseProcessor { public override void OnEnd(Activity activity) { if (activity.OperationName == "Microsoft.AspNetCore.Hosting.HttpRequestIn" &&...

So when running this from docker is there an argument to pass? Or should I mount the config directory with that file?

Hmm I just mounted the file and the logs actually show that GPU is now disabled: ``` output_options : {'realsr_ncnn_vulkan': {'output_options': {'-g': None, '-load-proc-save_threads': None, '-model-path': None, '-t': 200, '-verbose':...

It seems the cpp converter is not included in the Dockerimage: ``` 2022-12-11 13:21:25.148 [INFO] -> pre_processed.mkv [2022-12-11 12:21:25,109 NFO  andere2x_service_context.py og_all_variables: leed : 1 2022-12-11 13:21:25.149 [INFO] ->...

Ok I've just created a new Dockerfile (https://github.com/akai-katto/dandere2x/pull/286) / image (https://hub.docker.com/layers/devedse/dandere2x) which includes `DeadSix27/waifu2x-converter-cpp`. The issue that it couldn't find the specific tool is now solved, however I'm still having...

Ok so a new error popped up, and I'm not exactly sure what to do with this one: ``` 2022-12-12 02:25:24.950 [INFO] -> root [2022-12-12 01:25:24,948 NFO  andere2x_logger.py et_dandere2x_logger:...

I'm doing some more debugging inside the docker container itself and it seems it can't find a file now: ``` root@74b0cd33583f:/dandere2x/dandere2x/src/workspace# cat dandere2x.dandere2xlib.wrappers.ffmpeg.ffmpegoutput.txt ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the...

Another update, it seems the models needed to be in that specific folder. (As described in the error above). So I added that to the Dockerfile as well. It seems...