-
Notifications
You must be signed in to change notification settings - Fork 19
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
Unable to get backend for files_external_dropbox #11
Comments
So I have re-enabled the files_external_dropbox app and seems I did not remove the dropbox connection I made properly (I thought I had) once removed this stops the errors! As soon as I try and connected to dropbox the error returns "Unable to get backend for files_external_dropbox" As I say I assume its a permissions issue but not sure any suggestions on where I could start looking would be appreciated - the nextcloud.log file does not seem to give anything more useful than the UI. |
I'm getting the same error as mentioned above, 1-2 times per second. But I do also get the following which i presume is related to the issue mentioned above. EDIT: Just to clarify I've replaced my domain with mydomain.
|
Is there anything else we can provide to help you looking into this issue? |
Can you check if the You can list installed apps by |
Hello, I have these two error messages spamming my log file : I am using nginx / php-fpm / APCu and Redis. Hope it can help. |
It is also happen with me, as additional I'm suffering from 100% CPU usage by mysql since update. |
Same problem, I can't avoid these same error, I'm trying some ways buf unsuccesfull :(, please fix this soon. Thanks! |
With the latest master the sync itself is working now for root and all sub folders. But I still have the well known error message flooding my logs. I checked in a loop whether the app gets disabled when I access the dropbox folder. It always is listed as enabled. I set up the external dropbox with a new folder name to sync to but the problem persists. I noticed two different error messages (exceptions) right after setting up a fresh dropbox storage. (see below). Furthermore I noticed the following: when I disable files_external_dropbox without deleting the connection to dropbox, the "unable to get backend"-error is still flooding the log. I can get rid of it by deleting the storage connection before disabling the app. I did not notice this before, because I always deleted the storage before disabling the app. Additional exceptions when adding a new dropbox connection: {"reqId":"0LmfJFI4chccoiIa8V9Y","level":3,"time":"2018-01-15T21:06:48+01:00","remoteAddr":"13.37.13.37","user":"johndoe","app":"files_external","method":"POST","url":"/nextcloud/apps/files_external/globalstorages","message":"Exception: {"Exception":"Exception","Message":"Creating \\OCA\\Files_external_dropbox\\Storage\\Dropbox storage failed","Code":0,"Trace":"#0 \/server-path\/nextcloud\/apps\/files_external\/lib\/config.php(230): OCA\\Files_external_dropbox\\Storage\\Dropbox->_construct(Array)\n#1 \/server-path\/nextcloud\/apps\/files_external\/lib\/Controller\/StoragesController.php(257): OC_Mount_Config::getBackendStatus('\\\\OCA\\\\Files_exte...', Array, false, true)\n#2 \/server-path\/nextcloud\/apps\/files_external\/lib\/Controller\/GlobalStoragesController.php(112): OCA\\Files_External\\Controller\\StoragesController->updateStorageStatus(Object(OCA\\Files_External\\Lib\\StorageConfig))\n#3 [internal function]: OCA\\Files_External\\Controller\\GlobalStoragesController->create('DropboxV2', 'files_external...', 'oauth2::oauth2', Array, Array, Array, Array, 100)\n#4 \/server-path\/nextcloud\/lib\/private\/AppFramework\/Http\/Dispatcher.php(160): call_user_func_array(Array, Array)\n#5 \/server-path\/nextcloud\/lib\/private\/AppFramework\/Http\/Dispatcher.php(90): OC\\AppFramework\\Http\\Dispatcher->executeController(Object(OCA\\Files_External\\Controller\\GlobalStoragesController), 'create')\n#6 \/server-path\/nextcloud\/lib\/private\/AppFramework\/App.php(114): OC\\AppFramework\\Http\\Dispatcher->dispatch(Object(OCA\\Files_External\\Controller\\GlobalStoragesController), 'create')\n#7 \/server-path\/nextcloud\/lib\/private\/AppFramework\/Routing\/RouteActionHandler.php(47): OC\\AppFramework\\App::main('GlobalStoragesC...', 'create', Object(OC\\AppFramework\\DependencyInjection\\DIContainer), Array)\n#8 [internal function]: OC\\AppFramework\\Routing\\RouteActionHandler->__invoke(Array)\n#9 \/server-path\/nextcloud\/lib\/private\/Route\/Router.php(299): call_user_func(Object(OC\\AppFramework\\Routing\\RouteActionHandler), Array)\n#10 \/server-path\/nextcloud\/lib\/base.php(1004): OC\\Route\\Router->match('\/apps\/files_ext...')\n#11 \/server-path\/nextcloud\/index.php(48): OC::handleRequest()\n#12 {main}","File":"\/server-path\/nextcloud\/apps\/files_external_dropbox\/lib\/Storage\/Dropbox.php","Line":106}","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36","version":"12.0.4.3"} {"reqId":"ZK1fK3qH39LxyeGPoBLq","level":3,"time":"2018-01-15T21:06:49+01:00","remoteAddr":"13.37.13.37","user":"johndoe","app":"files_external","method":"GET","url":"/nextcloud/apps/files_external/globalstorages/4?testOnly=true","message":"Exception: {"Exception":"Exception","Message":"Creating \\OCA\\Files_external_dropbox\\Storage\\Dropbox storage failed","Code":0,"Trace":"#0 \/server-path\/nextcloud\/apps\/files_external\/lib\/config.php(230): OCA\\Files_external_dropbox\\Storage\\Dropbox->__construct(Array)\n#1 \/server-path\/nextcloud\/apps\/files_external\/lib\/Controller\/StoragesController.php(257): OC_Mount_Config::getBackendStatus('\\\\OCA\\\\Files_exte...', Array, false, true)\n#2 \/server-path\/nextcloud\/apps\/files_external\/lib\/Controller\/StoragesController.php(305): OCA\\Files_External\\Controller\\StoragesController->updateStorageStatus(Object(OCA\\Files_External\\Lib\\StorageConfig), true)\n#3 [internal function]: OCA\\Files_External\\Controller\\StoragesController->show(4, true)\n#4 \/server-path\/nextcloud\/lib\/private\/AppFramework\/Http\/Dispatcher.php(160): call_user_func_array(Array, Array)\n#5 \/server-path\/nextcloud\/lib\/private\/AppFramework\/Http\/Dispatcher.php(90): OC\\AppFramework\\Http\\Dispatcher->executeController(Object(OCA\\Files_External\\Controller\\GlobalStoragesController), 'show')\n#6 \/server-path\/nextcloud\/lib\/private\/AppFramework\/App.php(114): OC\\AppFramework\\Http\\Dispatcher->dispatch(Object(OCA\\Files_External\\Controller\\GlobalStoragesController), 'show')\n#7 \/server-path\/nextcloud\/lib\/private\/AppFramework\/Routing\/RouteActionHandler.php(47): OC\\AppFramework\\App::main('GlobalStoragesC...', 'show', Object(OC\\AppFramework\\DependencyInjection\\DIContainer), Array)\n#8 [internal function]: OC\\AppFramework\\Routing\\RouteActionHandler->__invoke(Array)\n#9 \/server-path\/nextcloud\/lib\/private\/Route\/Router.php(299): call_user_func(Object(OC\\AppFramework\\Routing\\RouteActionHandler), Array)\n#10 \/server-path\/nextcloud\/lib\/base.php(1004): OC\\Route\\Router->match('\/apps\/files_ext...')\n#11 \/server-path\/nextcloud\/index.php(48): OC::handleRequest()\n#12 {main}","File":"\/server-path\/nextcloud\/apps\/files_external_dropbox\/lib\/Storage\/Dropbox.php","Line":106}","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36","version":"12.0.4.3"} |
After the upgrade to NC13 today, the flooding errors disappeared. Great! The above two errors are still present though. Should I create a new issue for them? |
Same here since migrated to NC v12.0.5. Waiting for NC v13.0.1 to get it fixed. |
After install I am getting a lot of error messages in the UI saying:
Error | files_external | Could not load storage: "Unable to get backend for files_external_dropbox"
I am assuming is a permission issue somewhere?
Only way to stop the error is to disable the external storage app - even tho I have disabled and removed the external storage dropbox app already.
Any suggestions on stopping the error message?
The text was updated successfully, but these errors were encountered: