nextcloud-printer icon indicating copy to clipboard operation
nextcloud-printer copied to clipboard

Can not print from NC 23.0.6

Open FadeFx opened this issue 2 years ago • 0 comments

Hi, i have a NC 23.0.6 installation (NextcloudPi) on my RPi4 with Debian Bullseye base, i had printer app working before with my old installation on Buster where i moved my NC installation from, but on Bullseye i can not get it to work anymore, i can print a CUPS testpage, i have allowed www-data on the printer, but i think my actual problem is way before it comes to CUPS. the NC log shows this when i try to print:

Exception: Call to a member function getLocalFile() on null in file '/var/www/nextcloud/lib/private/Files/Filesystem.php' line 529
/var/www/nextcloud/lib/private/AppFramework/App.php - line 157:

OC\AppFramework\Http\Dispatcher->dispatch()

/var/www/nextcloud/lib/private/Route/Router.php - line 302:

OC\AppFramework\App::main()

/var/www/nextcloud/lib/base.php - line 1008:

OC\Route\Router->match()

/var/www/nextcloud/index.php - line 36:

OC::handleRequest()

Verursacht durch Error: Call to a member function getLocalFile() on null
/var/www/nextcloud/apps/printer/lib/Controller/PrinterController.php - line 42:

OC\Files\Filesystem::getLocalFile()

/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 217:

OCA\Printer\Controller\PrinterController->printfile()

/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 126:

OC\AppFramework\Http\Dispatcher->executeController()

/var/www/nextcloud/lib/private/AppFramework/App.php - line 157:

OC\AppFramework\Http\Dispatcher->dispatch()

/var/www/nextcloud/lib/private/Route/Router.php - line 302:

OC\AppFramework\App::main()

/var/www/nextcloud/lib/base.php - line 1008:

OC\Route\Router->match()

/var/www/nextcloud/index.php - line 36:

OC::handleRequest()

Printer app version is 0.0.5

FadeFx avatar Aug 06 '22 12:08 FadeFx