Alexander Piskun
Alexander Piskun
@kotjarka can you add 5 lines of code like in commits and says if the error is gone?
@kotjarka no, if it was finished I thinks it is ok. You are free to open new issue if any other problems will occur. Note: second time it will run...
@HammyHavoc result_code: 127 == Python not found. Python must be installed in Docker image(until we release 0.2.0 or 0.2.1 version, that will eliminate that requirement) If you give more info...
@Bennneeeet can you show value(not a real one, you can replace it with xxx or some random, just to understand) for `dbhost` Looks like a bug in parsing code, it...
@Bennneeeet can you comment line 101 in file `MediaDC/lib/Service/python/db/manager.py` and check will it helps with db connect? This one in `dev` branch(in 0.1.8 store version it is line 101): https://github.com/andrey18106/mediadc/blob/d60203b272e311c0399dc0db108cd3dfeceb02ff/lib/Service/python/db/manager.py#L102...
For other who will face the same problem, you can fix it with changing sources till update or add a port to `dbhost`, like this: `'dbhost' => 'db_nc:3306'`
Do you use snap?
@fromage9747 `python3 -m pip -V` post output of this, so we can check it, maybe some bug in version parsing...
Looks like you have multiply pythons... You need to provide path to python3.9 in config of MediaDC. In MediaDC admin settings configure "Full path to python interpreter" with proper path...
@ykutovoy In future versions(probably 0.2.0, we are currently working on that technique) there will be no such things as reads from config at all. In current versions we dont read...