-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
OCC upgrade throws unhandled exception #10954
Comments
GitMate.io thinks possibly related issues are #6960 (occ upgrade is outdated), #10918 (Occ Upgrade forces to run once a day), #3018 (Webdav external storage digest auth throws exception), and #10631 (Nextcloud 14 Beta 3 update failed). |
I used |
Disable and may remove app You can try to update files_external_gdrive's Guzzle on your own like someone else did with bookmarks app described at #10863 (comment). |
Steps to reproduce
sudo -u www-data ./occ upgrade
Expected behaviour
Updating from RC1 to RC2
Actual behaviour
An unhandled exception has been thrown
Server configuration
Operating system: Linux 4.4.0-042stab131.1 (Ubuntu)
Web server: Apache
Database: MySQL
PHP version: 7.0
Nextcloud version: 14.0.0 RC 1
Updated from an older Nextcloud/ownCloud or fresh install: Updated from an older Nextcloud
Where did you install Nextcloud from: official Website
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: no (but it's enabled)
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
An unhandled exception has been thrown: Error: Call to undefined method GuzzleHttp\Client::request() in /var/www/html/lib/ rivate/Http/Client/Client.php:161 Stack trace: #0 /var/www/html/lib/private/App/AppStore/Fetcher/Fetcher.php(106): OC\Http\Client Client->get('https://apps.ne...', Array) #1 /var/www/html/lib/private/App/AppStore/Fetcher/AppFetcher.php(80): OC\App\AppSt re\Fetcher\Fetcher->fetch('', '') #2 /var/www/html/lib/private/App/AppStore/Fetcher/Fetcher.php(170): OC\App\AppStor \Fetcher\AppFetcher->fetch('', '') #3 /var/www/html/lib/private/Installer.php(385): OC\App\AppStore\Fetcher\Fetcher-> et() #4 /var/www/html/lib/private/Updater.php(445): OC\Installer->isUpdateAvailable('ac ivity') #5 /var/www/html/lib/private/Updater.php(256): OC\Updater->upgradeAppStoreApps(Arr y) #6 /var/www/html/lib/private/Updater.php(126): OC\Updater->doUpgrade('14.0.0.18', 14.0.0.17') #7 /var/www/html/core/Command/Upgrade.php(262): OC\Updater->upgrade() #8 /var/www/html/3rdparty/symfony/console/Command/Command.php(251): OC\Core\Comman \Upgrade->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfon \Component\Console\Output\ConsoleOutput)) #9 /var/www/html/3rdparty/symfony/console/Application.php(946): Symfony\Component\ onsole\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Obj ct(Symfony\Component\Console\Output\ConsoleOutput)) #10 /var/www/html/3rdparty/symfony/console/Application.php(248): Symfony\Component Console\Application->doRunCommand(Object(OC\Core\Command\Upgrade), Object(Symfony\ omponent\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\Console utput)) #11 /var/www/html/3rdparty/symfony/console/Application.php(148): Symfony\Component Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Obje t(Symfony\Component\Console\Output\ConsoleOutput)) #12 /var/www/html/lib/private/Console/Application.php(213): Symfony\Component\Cons le\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symf ny\Component\Console\Output\ConsoleOutput)) #13 /var/www/html/console.php(96): OC\Console\Application->run() #14 /var/www/html/occ(11): require_once('/var/www/html/c...')
The text was updated successfully, but these errors were encountered: