Timour Rashed
Timour Rashed
What is the point of this pull request? A description would be nice when you make a PR
> How to unulock iphone 4s icloud Stop spamming that message on all issues
@kpwn should probably ban this user from merging commits, he/she seems to be spamming the repo
@Matchstic I' get started translating the text to Arabic
I am seeing the same issue ``` root@c4df08b5fb48:/# sudo -H python3 -m pip install -r /config/www/nextcloud/apps/mediadc/requirements.txt Requirement already satisfied: pynacl in /usr/lib/python3.9/site-packages (from -r /config/www/nextcloud/apps/mediadc/requirements.txt (line 1)) (1.5.0) Requirement already...
> @timonline does this log is from run with unchecked **Use pre-compilbed Python binaries** box in cloud_py_api? > > As I see you installing python dependencies, I assume that you...
> > Yes I’m using the requirement file from the source and yes the pre compiled python binaries is set > > **Use pre-compiled Python binaries** option must be disabled...
@andrey18106 the naming format of the file changed but the error came back ``` root@c4df08b5fb48:/config/www/nextcloud/apps# ls -l /config/www/nextcloud/data/appdata_oceni1or87cb/mediadc/logs/ total 20 -rw-r--r-- 1 abc abc 128 Jan 11 15:34 11-01-2023_21:34:11.log -rw-r--r--...
@bigcat88 > @timonline can you (or someone else with such problem) describe how we can reproduce this, what do specific your installations have which leads to situation where php cannot...
@andrey18106 don't see how i missed one. ``` root@c4df08b5fb48:/config/www/nextcloud/apps# grep "d-m-Y_H:i:s" ./cloud_py_api/lib/Service/PythonService.php root@c4df08b5fb48:/config/www/nextcloud/apps# grep "d-m-Y_H:i-s" ./cloud_py_api/lib/Service/PythonService.php $logFile = $cwd . 'logs/' . date('d-m-Y_H:i-s', time()) . '.log'; $logFile = $appDataDir ....