cwilby / nextcloud-workflow-media-converter

An automated media conversion plugin for NextCloud
https://apps.nextcloud.com/apps/workflow_media_converter
GNU Affero General Public License v3.0
35 stars 15 forks source link

Media conversion stuck on state "coverting" #290

Closed dominox71 closed 1 year ago

dominox71 commented 1 year ago

Steps to reproduce

  1. Install nextcloud on Debian 11
  2. Install Automated media conversion
  3. Chose folder with file to convert
  4. Converting stuck on state "converting"

Expected behaviour

Convert from .mkv to .mp4

Actual behaviour

Stuck on state "converting" no matter which user I use and how long I'm waiting, after 24h file is still converting. But when I use app "Video converter" everything works fine and file is converted immediately (test Sample.mkv which i want to convert has only 4mb).

Workflow Media Converter app

Workflow Media Converter app version: (see apps admin page: /index.php/settings/apps) 1.7.0

Server configuration

Operating system: Ubuntu/RedHat/... Debian 11 Web server: Apache/Nginx Apache Database: MySQL/Maria/SQLite/PostgreSQL mysql 10.5.18 PHP version: 7.4.33 Nextcloud Version: (see admin page) Nextcloud Hub 3 (25.0.2)

Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.

No errors have been found. List of activated apps: Enabled:

Nextcloud configuration: { "system": { "instanceid": "REMOVED SENSITIVE VALUE", "passwordsalt": "REMOVED SENSITIVE VALUE", "secret": "REMOVED SENSITIVE VALUE", "trusteddomains": [ "nasdomowy.ddns.net" ], "datadirectory": "REMOVED SENSITIVE VALUE", "dbtype": "mysql", "version": "25.0.2.3", "overwrite.cli.url": "http:\/\/nasdomowy.ddns.net\/nextcloud", "dbname": "REMOVED SENSITIVE VALUE", "dbhost": "REMOVED SENSITIVE VALUE", "dbport": "", "dbtableprefix": "oc", "mysql.utf8mb4": true, "dbuser": "REMOVED SENSITIVE VALUE", "dbpassword": "REMOVED SENSITIVE VALUE", "installed": true, "default_phone_region": "PL", "maintenance": false, "mail_smtpmode": "smtp", "mail_smtpsecure": "ssl", "mail_sendmailmode": "smtp", "mail_from_address": "REMOVED SENSITIVE VALUE", "mail_domain": "REMOVED SENSITIVE VALUE", "mail_smtpauthtype": "LOGIN", "mail_smtpauth": 1, "mail_smtphost": "REMOVED SENSITIVE VALUE", "mail_smtpport": "465", "mail_smtpname": "REMOVED SENSITIVE VALUE", "mail_smtppassword": "REMOVED SENSITIVE VALUE", "app_install_overwrite": [ "video_converter", "issuetemplate" ] } }

Are you using external storage, if yes which one: local/smb/sftp/... local Are you using encryption: yes/no no

Server log (data/nextcloud.log)

``` [nextcloud.log](https://github.com/cwilby/nextcloud-workflow-media-converter/files/10399919/nextcloud.log) ```
cwilby commented 1 year ago

Thanks for the report @dominox71, I'll work on this next.

ML-GeekHub commented 1 year ago

Similar problem for me on Raspberry 4 NC serveur === Config ============== Operating system: Ubuntu 22.04 Web server: Apache Database: PostgreSQL Nextcloud Version: 25.04 -- NextCloud All-In-One ( standard Docker install. ) ffmpeg 4.3.5-0 use of external storage: local use of encryption: no === Scenario ==============

ML-GeekHub commented 1 year ago

Just in case it could help : after I cancelled the job ( = click on the trash in application window):

fschiefenhoevel commented 1 year ago

Same here on NC 24.0.10, running on an Odroid HC4 with Ubuntu 22.04

===== Scenario===== Add folder to Conversion Batch, Status is in "converting" forever. ffmpeg is installed an I regularly run conversion bash scripts myself (with sudo).

The bash script works for me, but I have several family members who use the nextcloud and having a possibility for me to automatically convert videos from their mobile devices would be wonderful.

arnolicious commented 1 year ago

Same here, on NC 25.0.2, running on TrueNAS Scale

cwilby commented 1 year ago

Hey all,

I have released v1.8.4 to Nextcloud - which includes a fix for a locking bug that was causing conversions to be re-queued / never start.

Planning to test in a wider variety of environments next, thanks for all the input!