We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When task first created its remains in "Pending" state. And in log file appeared error:
nohup: can't execute '..../data/appdata_...../mediadc/main.py': No such file or directory
After restart task its executed normally.
my config options:
To Reproduce Steps to reproduce the behavior:
Expected behavior New task run normally
Desktop (please complete the following information):
cloud_py_api
Additional context My NextCloud instance runned on alpine linux inside docker container. Python and all required libraries installed
python3 -m pip list
Package Version --------------- ------- asn1crypto 1.5.1 cffi 1.16.0 cryptography 41.0.5 hexhamming 2.2.3 nc-py-api 0.0.11 numpy 1.26.2 packaging 23.1 pg8000 1.30.3 pi-heif 0.13.1 Pillow 10.1.0 pillow-heif 0.13.1 pip 23.1.2 pycparser 2.21 PyMySQL 1.1.0 PyNaCl 1.5.0 pyparsing 3.0.9 python-dateutil 2.8.2 PyWavelets 1.5.0 scipy 1.11.4 scramp 1.4.4 setuptools 67.7.2 six 1.16.0 supervisor 4.2.5
The text was updated successfully, but these errors were encountered:
I faced the same bug and restart helped
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When task first created its remains in "Pending" state.
And in log file appeared error:
After restart task its executed normally.
my config options:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
New task run normally
Desktop (please complete the following information):
cloud_py_api
version [0.1.8]Additional context
My NextCloud instance runned on alpine linux inside docker container.
Python and all required libraries installed
python3 -m pip list
The text was updated successfully, but these errors were encountered: