-
Notifications
You must be signed in to change notification settings - Fork 3
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
Call to undefined method OCP\\TaskProcessing\\IProvider@anonymous::getAvailableLanguages #21
Comments
Dear @DerFips, thank you for your report. This errors seems unrelated to supsicious login. Is the Files app still broken when you disable this app? |
Thanks for the question, @ChristophWurst. |
Thanks. This means the problem is not caused by this app. |
The trace looks like it is failing in server: @marcelklehr Any idea? |
Somebody (some app) seems to have registered a TaskProcessing provider as a TranslationProvider |
I cannot see any in our org that does that, maybe an app_api app in some way? |
Yeah, it's very strange. |
@andrey18106 Do you have some insight? The provider seems to be an anonymous class, so looks like it's coming from AppAPI, no? |
Thank you all, I've just disabled Translate2 (https://apps.nextcloud.com/apps/translate2) and now it works again. Looks like this ExApp is causing the problem! |
The provider is indeed registered using anonymous class in AppAPI. |
How to use GitHub
Steps to reproduce
Unfortunately, I do not really recall what else I've done till this does not work anymore.
However, I was uploading an amount of files and was playing with disabling some apps I don't use anymore.
I've also added a Deepl API Key (removing didn't solve error!) and installed some external apps.
Expected behaviour
Files App should load and show me files and file structure.
Actual behaviour
Files App gives out an internal server error on web frontent.
Using the Nextcloud Client on a mobile, I can still access my files and file structure.
Every other page on the web frontend works fine.
Server configuration
Operating system: Linux 5.15.0-122-generic #132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024 x86_64
Webserver: Apache/2.4.62 (Debian) (apache2handler)
Database: sqlite3 3.40.1
PHP version: 8.2.23
Modules loaded: Core, date, libxml, openssl, pcre, sqlite3, zlib, ctype, curl, dom, fileinfo, filter, hash, iconv, json, mbstring, SPL, session, PDO, pdo_sqlite, standard, posix, random, Reflection, Phar, SimpleXML, tokenizer, xml, xmlreader, xmlwriter, mysqlnd, a>
Nextcloud version: 30.0.0 - 30.0.0.14
Where did you install Nextcloud from: Docker Image
List of activated apps
Enabled: - activity: 3.0.0 - admin_audit: 1.20.0 - analytics: 5.0.1 - app_api: 3.2.1 - assistant: 2.1.1 - bookmarks: 15.0.2 - bruteforcesettings: 3.0.0 - calendar: 5.0.1 - cfg_share_links: 6.1.1 - circles: 30.0.0-dev - cloud_federation_api: 1.13.0 - comments: 1.20.1 - contacts: 6.1.0 - contactsinteraction: 1.11.0 - context_chat: 3.1.0 - cospend: 2.0.0 - dashboard: 7.10.0 - dav: 1.31.1 - federatedfilesharing: 1.20.0 - federation: 1.20.0 - files: 2.2.0 - files_antivirus: 5.6.0 - files_downloadlimit: 3.0.0 - files_pdfviewer: 3.0.0 - files_reminders: 1.3.0 - files_sharing: 1.22.0 - files_trashbin: 1.20.1 - files_versions: 1.23.0 - firstrunwizard: 3.0.0 - guests: 4.0.0 - integration_deepl: 1.3.0 - integration_gitlab: 3.1.2 - integration_openproject: 2.7.0 - integration_openstreetmap: 2.0.1 - integration_tmdb: 2.0.0 - jitsi: 0.18.0 - logreader: 3.0.0 - lookup_server_connector: 1.18.0 - mail: 4.0.1 - metadata: 0.21.0 - news: 24.0.0 - nextcloud_announcements: 2.0.0 - notes: 4.11.0 - notifications: 3.0.0 - oauth2: 1.18.1 - openotp_auth: 1.30.0 - otpmanager: 0.5.4 - password_policy: 2.0.0 - photos: 3.0.2 - previewgenerator: 5.6.0 - privacy: 2.0.0 - provisioning_api: 1.20.0 - recommendations: 3.0.0 - related_resources: 1.5.0 - richdocuments: 8.5.1 - richdocumentscode: 24.4.802 - serverinfo: 2.0.0 - settings: 1.13.0 - sharebymail: 1.20.0 - spreed: 20.0.1 - support: 2.0.0 - survey_client: 2.0.0 - suspicious_login: 8.0.0 - systemtags: 1.20.0 - tasks: 0.16.1 - text: 4.1.0 - text2image_stablediffusion: 2.0.0 - theming: 2.5.0 - translate: 2.2.0 - twofactor_backupcodes: 1.19.0 - twofactor_nextcloud_notification: 4.0.0 - updatenotification: 1.20.0 - user_status: 1.10.0 - viewer: 3.0.0 - weather_status: 1.10.0 - webhook_listeners: 1.1.0-dev - welcome: 1.2.0 - workflowengine: 2.12.0 Disabled: - encryption - files_external - twofactor_totp - user_ldapNextcloud configuration
Cron Configuration: Array
(
[backgroundjobs_mode] => cron
[lastcron] => 1728985549
)
External storages: files_external is disabled
Encryption: no
User-backends:
Browser
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Safari/605.1.15 Ddg/18.0.1
Nextcloud.log
nextcloud.log for specific error
Please let me know if I missed anything. Thanks for your help!
The text was updated successfully, but these errors were encountered: