sstefanov

Results 16 comments of sstefanov

After some investigation I found this error occurred on the file on External storage mounted using sftp.

Yes. it still exists. Nextcloud was updated to 24.0.5.

Hello, these are last lines: ``` An unhandled exception has been thrown: Error: Call to undefined method OC\Files\Node\Folder::getContent() in /var/www/html/nextcloud/apps/audioplayer/lib/Controller/ScannerController.php:783 Stack trace: #0 /var/www/html/nextcloud/apps/audioplayer/lib/Controller/ScannerController.php(320): OCA\audioplayer\Controller\ScannerController->getAlbumArt() #1 /var/www/html/nextcloud/apps/audioplayer/lib/Controller/ScannerController.php(177): OCA\audioplayer\Controller\ScannerController->scanAudio() #2 /var/www/html/nextcloud/apps/audioplayer/lib/Command/Scan.php(75):...

The command was this: `sudo -u www-data php --define apc.enable_cli=1 /var/www/html/nextcloud/occ audioplayer:scan --all -vv` There are several thousand of lines before these I've already pasted here. All of them shows...

Here is it: /nextadmin/files/SFTP/tmp/_THE_BIG_PLAYLIST_/MP3/04 Fire Dance.mp3 Alternative album art: tmp/_THE_BIG_PLAYLIST_/MP3/cover.jpg SFTP is SFTP mounted external storage.

There is no file cover.jpg in this directory!

Yes, it is set with "Once every direct access". I started again: `occ files:scan --path="/nextadmin/files/SFTP/tmp/THE_BIG_PLAYLIST/MP3" --vv` It didn't show file cover.jpg. Next start of audioplayer:scan situation is the same! Next...

Is it possible to add a line to check if file exists before try to open it? I'm not so strong in php to add it myself.

I see error is: Error: Call to undefined method OC\Files\Node\Folder::getContent() That means it tries to get content from the folder, not from the file, isn't it?

Sometimes "born digital" pages are in not correct orientation (i have such documents). In these cases I see 2 problems: 1. `-r` is ignored in combination with `--skip-text`. I think...