Error Overview Tab

Hi guys.

When I click on the Overview Tab the Internal Error pages opens up.
Following error from the logs:
TypeError: Argument 1 passed to GuzzleHttp\Exception\RequestException::create() must be an instance of GuzzleHttp\Message\RequestInterface, instance of GuzzleHttp\Psr7\Request given, called in /var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php on line 65

/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php - line 65:

GuzzleHttp\Exception\RequestException::create(GuzzleHttp\Psr7\Request {}, "*** sensiti ... *")

/var/www/html/3rdparty/guzzlehttp/promises/src/Promise.php - line 203:

GuzzleHttp\Middleware::GuzzleHttp\{closure}("*** sensiti ... *")

/var/www/html/3rdparty/guzzlehttp/promises/src/Promise.php - line 156:

GuzzleHttp\Promise\Promise::callHandler(1, "*** sensiti ... *", [ GuzzleHttp ... l])

/var/www/html/3rdparty/guzzlehttp/promises/src/TaskQueue.php - line 47:

GuzzleHttp\Promise\Promise::GuzzleHttp\Promise\{closure}("*** sensiti ... *")

/var/www/html/3rdparty/guzzlehttp/promises/src/Promise.php - line 246:

GuzzleHttp\Promise\TaskQueue->run(true)

/var/www/html/3rdparty/guzzlehttp/promises/src/Promise.php - line 223:

GuzzleHttp\Promise\Promise->invokeWaitFn()

/var/www/html/3rdparty/guzzlehttp/promises/src/Promise.php - line 267:

GuzzleHttp\Promise\Promise->waitIfPending()

/var/www/html/3rdparty/guzzlehttp/promises/src/Promise.php - line 225:

GuzzleHttp\Promise\Promise->invokeWaitList()

/var/www/html/3rdparty/guzzlehttp/promises/src/Promise.php - line 62:

GuzzleHttp\Promise\Promise->waitIfPending()

/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php - line 131:

GuzzleHttp\Promise\Promise->wait()

/var/www/html/lib/private/Http/Client/Client.php - line 161:

GuzzleHttp\Client->request("get", "https://upd ... 3", { verify: "/ ... e})

/var/www/html/lib/private/Updater/ChangesCheck.php - line 127:

OC\Http\Client\Client->get("https://upd ... 3", { headers: []})

/var/www/html/lib/private/Updater/ChangesCheck.php - line 73:

OC\Updater\ChangesCheck->queryChangesServer("https://upd ... 3", OC\Updater\C ... l})

/var/www/html/apps/updatenotification/lib/UpdateChecker.php - line 65:

OC\Updater\ChangesCheck->check("https://upd ... 3", "14.0.3")

/var/www/html/apps/updatenotification/lib/Settings/Admin.php - line 87:

OCA\UpdateNotification\UpdateChecker->getUpdateState()

/var/www/html/settings/Controller/CommonSettingsTrait.php - line 115:

OCA\UpdateNotification\Settings\Admin->getForm()

/var/www/html/settings/Controller/AdminSettingsController.php - line 74:

OC\Settings\Controller\AdminSettingsController->formatSettings({ 10: [ OC\S ... ]})

/var/www/html/settings/Controller/CommonSettingsTrait.php - line 126:

OC\Settings\Controller\AdminSettingsController->getSettings("overview")

/var/www/html/settings/Controller/AdminSettingsController.php - line 65:

OC\Settings\Controller\AdminSettingsController->getIndexResponse("admin", "overview")

/var/www/html/lib/private/AppFramework/Http/Dispatcher.php - line 166:

OC\Settings\Controller\AdminSettingsController->index("overview")

/var/www/html/lib/private/AppFramework/Http/Dispatcher.php - line 99:

OC\AppFramework\Http\Dispatcher->executeController(OC\Settings\ ... {}, "index")

/var/www/html/lib/private/AppFramework/App.php - line 118:

OC\AppFramework\Http\Dispatcher->dispatch(OC\Settings\ ... {}, "index")

/var/www/html/lib/private/AppFramework/Routing/RouteActionHandler.php - line 47:

OC\AppFramework\App::main("OC\\Setting ... r", "index", OC\AppFramew ... {}, { section: " ... "})

OC\AppFramework\Routing\RouteActionHandler->__invoke({ section: " ... "})

/var/www/html/lib/private/Route/Router.php - line 297:

call_user_func(OC\AppFramew ... {}, { section: " ... "})

/var/www/html/lib/base.php - line 987:

OC\Route\Router->match("/settings/admin/overview")

/var/www/html/index.php - line 42:

OC::handleRequest()
1 Like

I tried command line upgrade but, it’s a faild.
./your-nextcloud-path/updater/updater.phar

I reinstalled v14.0.3.
https://download.nextcloud.com/server/releases/nextcloud-14.0.3.zip

Sorry, I can’t help… just to say I got the same error on 3 instances of Nextcloud 14.0.2 : unable to access the Overview tab, unable to upgrade 14.0.2 to 14.0.3 :disappointed_relieved:

Looking further in the logs, I can see that the problem may come from an URL pointing to an empty page :
https://updates.nextcloud.com/changelog_server/?version=14.0.3
(while https://updates.nextcloud.com/changelog_server/?version=14.0.2 contains XML data…)

[SOLVED] … at least for me.

My problem was due to the app " External storage support for Google Drive". When I disable it, the Overview tab opens and I can upgrade from 14.0.2 to 14.0.3

May be this helps…

4 Likes

Confirming that disabling “External storage support for Google Drive” fixes the problem. Any idea how we can communicate that to app auhor for debugging/fixing?

This also resolve my problem by disable app External storage support for Google Drive, Thanks

It solved. Thanks