-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
Pending #179
Comments
it is still pending! |
Confirmed PHP Version: 8.2.8 Nextcloud 27.0.1 |
Still pending and no response from the developer.... |
Doesn't it work for everyone on the 27th cloud?
developers are in developing unified system to allow easy writing apps like MediaDC, StableDiffusion and other Heavy Apps... |
@bigcat88 it is stuck for me in pending. I am using an Object Storage, might that be the isseu? |
probably it can be the issue, we did not test it with object storage, in theory it should work, but it is untested... |
My instance does not use object storage and is eternally pending. |
Still pending on my NC 27.0.2 / Debian 12 / PHP 8.2 / standard storage |
@bigcat88 I found the issue. During install the binaries are not downloaded properly and that causes the whole process to fail. After downloading the binaries by hand, adding them and then writing a simple shell script to execute it in my k8s pod it works. Here is the script: #!/usr/bin/bash
export PHP_PATH=/usr/local/bin/php
export SERVER_ROOR=/var/www/html
export IS_SNAP_ENV=false
export USER_ID=imanuel.ulbricht
export LOGLEVEL=DEBUG
export CPA_LOGLEVEL=DEBUG
/data/appdata_INSTANCEID/mediadc/binaries/main -t 5 |
Doesn`t work for me....tons of errors and still pending. |
Hi, |
Try downloading the tar.gz from the releases page and extract it to the appdata folder under mediadc and try again. |
It'll not work with object storage (relies on local paths), we'll fix it as soon as possible. |
@DerKnerd can you explain this? |
Hi, root@f1993474a0cc:/var/www/html# ls -l data/appdata_xxxxx/mediadc
total 155668
drwxr-xr-x 2 www-data www-data 4096 Oct 8 15:01 PIL
-rw-r--r-- 1 www-data www-data 87793 Oct 8 15:01 _bisect.so
-rw-r--r-- 1 www-data www-data 330305 Oct 8 15:01 _blake2.so
-rw-r--r-- 1 www-data www-data 992321 Oct 8 15:01 _cffi_backend.so
-rw-r--r-- 1 www-data www-data 198201 Oct 8 15:01 _codecs_cn.so
-rw-r--r-- 1 www-data www-data 194305 Oct 8 15:01 _codecs_hk.so
-rw-r--r-- 1 www-data www-data 112345 Oct 8 15:01 _codecs_iso2022.so
-rw-r--r-- 1 www-data www-data 329329 Oct 8 15:01 _codecs_jp.so
-rw-r--r-- 1 www-data www-data 181817 Oct 8 15:01 _codecs_kr.so
-rw-r--r-- 1 www-data www-data 144953 Oct 8 15:01 _codecs_tw.so
-rw-r--r-- 1 www-data www-data 29849 Oct 8 15:01 _contextvars.so
-rw-r--r-- 1 www-data www-data 34201 Oct 8 15:01 _crypt.so
-rw-r--r-- 1 www-data www-data 163233 Oct 8 15:01 _csv.so
-rw-r--r-- 1 www-data www-data 717417 Oct 8 15:01 _ctypes.so
-rw-r--r-- 1 www-data www-data 676849 Oct 8 15:01 _datetime.so
-rw-r--r-- 1 www-data www-data 2279121 Oct 8 15:01 _decimal.so
-rw-r--r-- 1 www-data www-data 448393 Oct 8 15:01 _elementtree.so
-rw-r--r-- 1 www-data www-data 3506089 Oct 8 15:01 _hashlib.so
-rw-r--r-- 1 www-data www-data 79289 Oct 8 15:01 _heapq.so
-rw-r--r-- 1 www-data www-data 208745 Oct 8 15:01 _json.so
-rw-r--r-- 1 www-data www-data 213569 Oct 8 15:01 _multibytecodec.so
-rw-r--r-- 1 www-data www-data 80545 Oct 8 15:01 _multiprocessing.so
-rw-r--r-- 1 www-data www-data 34193 Oct 8 15:01 _opcode.so
-rw-r--r-- 1 www-data www-data 192113 Oct 8 15:01 _pi_heif.so
-rw-r--r-- 1 www-data www-data 618665 Oct 8 15:01 _pickle.so
-rw-r--r-- 1 www-data www-data 38521 Oct 8 15:01 _posixshmem.so
-rw-r--r-- 1 www-data www-data 85433 Oct 8 15:01 _posixsubprocess.so
-rw-r--r-- 1 www-data www-data 64001 Oct 8 15:01 _queue.so
-rw-r--r-- 1 www-data www-data 76393 Oct 8 15:01 _random.so
-rw-r--r-- 1 www-data www-data 104377 Oct 8 15:01 _sha512.so
-rw-r--r-- 1 www-data www-data 383169 Oct 8 15:01 _socket.so
-rw-r--r-- 1 www-data www-data 4625361 Oct 8 15:01 _ssl.so
-rw-r--r-- 1 www-data www-data 34081 Oct 8 15:01 _statistics.so
-rw-r--r-- 1 www-data www-data 262593 Oct 8 15:01 _struct.so
-rw-r--r-- 1 www-data www-data 303105 Oct 8 15:01 _tkinter.so
-rw-r--r-- 1 www-data www-data 251033 Oct 8 15:01 array.so
-rw-r--r-- 1 www-data www-data 236049 Oct 8 15:01 audioop.so
-rw-r--r-- 1 www-data www-data 117161 Oct 8 15:01 binascii.so
drwxr-xr-x 3 www-data www-data 4096 Oct 8 15:01 cryptography
-rw-r--r-- 1 www-data www-data 59409 Oct 8 15:01 fcntl.so
-rw-r--r-- 1 www-data www-data 63609 Oct 8 15:01 grp.so
-rw-r--r-- 1 www-data www-data 112113 Oct 8 15:01 hexhamming.so
-rw-r--r-- 1 www-data www-data 1352705 Oct 8 15:01 libX11.so.6
-rw-r--r-- 1 www-data www-data 22577 Oct 8 15:01 libXau-00ec42fe.so.6.0.0
-rw-r--r-- 1 www-data www-data 17513 Oct 8 15:01 libXau.so.6
-rw-r--r-- 1 www-data www-data 1292473 Oct 8 15:01 libde265-35dbe9a5.so
-rw-r--r-- 1 www-data www-data 34769 Oct 8 15:01 libffi.so.6
-rw-r--r-- 1 www-data www-data 94153 Oct 8 15:01 libgcc_s.so.1
-rw-r--r-- 1 www-data www-data 2723513 Oct 8 15:01 libgfortran-040039e1.so.5.0.0
-rw-r--r-- 1 www-data www-data 1161657 Oct 8 15:01 libheif-5c5e17bf.so.1.16.2
-rw-r--r-- 1 www-data www-data 699577 Oct 8 15:01 libjpeg-2c0fa17f.so.62.3.0
-rw-r--r-- 1 www-data www-data 508425 Oct 8 15:01 liblcms2-f8fefe53.so.2.0.14
-rw-r--r-- 1 www-data www-data 273849 Oct 8 15:01 liblzma-85b6360a.so.5.4.0
-rw-r--r-- 1 www-data www-data 33155937 Oct 8 15:01 libopenblas64_p-r0-742d56dc.3.20.so
-rw-r--r-- 1 www-data www-data 33087961 Oct 8 15:01 libopenblasp-r0-41284840.3.18.so
-rw-r--r-- 1 www-data www-data 580209 Oct 8 15:01 libopenjp2-fca9bf24.so.2.5.0
-rw-r--r-- 1 www-data www-data 251481 Oct 8 15:01 libquadmath-96973f99.so.0.0.0
-rw-r--r-- 1 www-data www-data 1792784 Oct 8 15:01 libtcl8.6.so
-rw-r--r-- 1 www-data www-data 697537 Oct 8 15:01 libtiff-ac0c3d92.so.6.0.0
-rw-r--r-- 1 www-data www-data 1450832 Oct 8 15:01 libtk8.6.so
-rw-r--r-- 1 www-data www-data 649689 Oct 8 15:01 libwebp-b246aa5a.so.7.1.5
-rw-r--r-- 1 www-data www-data 34073 Oct 8 15:01 libwebpdemux-ac83b303.so.2.0.11
-rw-r--r-- 1 www-data www-data 59089 Oct 8 15:01 libwebpmux-502c7428.so.3.0.10
-rw-r--r-- 1 www-data www-data 264201 Oct 8 15:01 libxcb-421a6fdb.so.1.1.0
-rw-r--r-- 1 www-data www-data 191705 Oct 8 15:01 libxcb.so.1
-rw-r--r-- 1 www-data www-data 96801 Oct 8 15:01 libz.so.1
-rwxr-xr-x 1 www-data www-data 56855112 Oct 8 15:01 main
-rw-r--r-- 1 www-data www-data 328137 Oct 8 15:01 math.so
-rw-r--r-- 1 www-data www-data 105865 Oct 8 15:01 mmap.so
drwxr-xr-x 2 www-data www-data 4096 Oct 8 15:01 nacl
drwxr-xr-x 6 www-data www-data 4096 Oct 8 15:01 numpy
-rw-r--r-- 1 www-data www-data 1102249 Oct 8 15:01 pyexpat.so
drwxr-xr-x 4 www-data www-data 4096 Oct 8 15:01 pywt
drwxr-xr-x 8 www-data www-data 4096 Oct 8 15:01 scipy
-rw-r--r-- 1 www-data www-data 130697 Oct 8 15:01 select.so
-rw-r--r-- 1 www-data www-data 71969 Oct 8 15:01 termios.so
-rw-r--r-- 1 www-data www-data 1244001 Oct 8 15:01 unicodedata.so
-rw-r--r-- 1 www-data www-data 224569 Oct 8 15:01 zlib.so The thing is that because S3 is my primary Storage, Nextcloud expect all the files to be in the S3 strorage. The log file for mediaDC is created, but never updated with logs. Look at the result in the database.
Regards |
@andrey18106 I use Minio too and it works without any issue. @vandman Are you by any chance hosting your nextcloud instance on a shared hoster? I guess it won't work there. Most shared hosters block the @dakeeper Yeah sure, here is the link: https://github.com/cloud-py-api/mediadc/releases/tag/v0.3.7 if you run Alpine use the musllinux tar.gz, if you use any glibc linux use the manylinux tar.gz. Then you need to extract the files in the mediadc directory in your appdata folder in your instances folder. |
Hi, |
copyied the files.... |
@vandman The app itself uses nextclouds apis to access the files so no need to check the nextcloud tables. But then I am not sure what the issue is. @dakeeper Did you restart the job? I needed to restart the job to actually make it pick up the files. And could you post your path and directory content so I can compare it? |
Hi, I do not know how to send the binaries into minio through nextcloud. I can not just send them to minio because the file and there metadata need to be registered in the database. Regards |
Hi @DerKnerd
ERROR:nc_py_api:occ:php_call:php_call exception: |
Finally it`s running ! Seems it has something to do with apcu caching. DEBUG:nc_py_api.mediadc:task:process_task:Processing task: id=11 |
@vandman The app doesn't lookup in the table for anything. If you check the code it runs based on a self composed path. Binaries in minio wouldn't work. These tables are empty for me too. Even if you use minio, many apps store their configuration, logs and other helpers in the appdata folder. |
@dakeeper Perfect :) |
Maybe there I lowered the detection to 60% an will start another run. The run finished with 0 duplicates found. Maybe something to do with: Any clues? |
Hi, |
Hello again, found the error. ANITALIAS was removed from Pillow 10.0.0 onwards and is replaced by LANCZOS. Maybe we need an official update for this, but till then this seems to be a workaround quick and dirty. Best Regards, |
Running into the same issue myself. I was unable to find a path to a 'mediadc.log' but would like to contribute if someone can point me to the path from the nextcloud dir. |
Do you use the Object Storage? |
I installed MediaDC on my NC27.0.0. Cloud-API is working.
However, I face the problem that MediaDC is stuck at "pending". it does not start doing it thing.
What's wrong?
The text was updated successfully, but these errors were encountered: