Strange files in root

The Basics

  • Nextcloud Server version (e.g., 29.x.x):
    • 30.0.6
  • Operating system and version (e.g., Ubuntu 24.04):
    • Linux 5.13.x x86_64 (Asustor AS6704T)

    • Apache 2.4.62.r19

    • 8.3

Summary of the issue you are facing:

Nextcloud is creating files in root (`M____, 0_f5__, _TCYAK~A) with “nextcloud sh: inkscape: not found” in it.

I’m running the default WebCenter of the Asustor AppStore.
Is there any way I can disable this behaviour in nextcloud or to “install” inkscape?

Thanks in advance

This does not happen in a standard Nextcloud installation.

Without more details we can’t be helpful. Please fill out the full support template.

  • Is this the first time you’ve seen this error? (Yes / No):
    • No - it's happening on two NAS (Asustor AS6704T and AS6202T
  • When did this problem seem to first start?
    • directly after setup
  • Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
    • Webinstaller
  • Are you using CloudfIare, mod_security, or similar? (Yes / No)
    • no

Steps to replicate it (hint: details matter!):

Nearly every Reload of the WebInterfcae produces a new one of those files


Web Browser

If the problem is related to the Web interface, open your browser inspector Console and Network tabs while refreshing (reloading) and reproducing the problem. Provide any relevant output/errors here that appear.

Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'attribution-reporting'.
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'run-ad-auction'.
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'join-ad-interest-group'.
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'compute-pressure'.
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'browsing-topics'.
logger.chunk.mjs:2 [INFO] activity: Activity API registered {app: 'activity', uid: 'myusername', level: 0}
previewUtils-BnCbNhwl.chunk.mjs:6 [WARN] viewer: Some mimes were ignored because they are not enabled in the server previews config {app: 'viewer', uid: 'myusername', level: 0, ignoredMimes: Array(4)}
log @ previewUtils-BnCbNhwl.chunk.mjs:6
warn @ previewUtils-BnCbNhwl.chunk.mjs:6
(anonymous) @ viewer-init.mjs?v=95c21859-0:4788
previewUtils-BnCbNhwl.chunk.mjs:6 [ERROR] viewer: Could not register handler {app: 'viewer', uid: 'myusername', level: 0, error: "The handler doesn't have a valid component", handler: {…}}
log @ previewUtils-BnCbNhwl.chunk.mjs:6
error @ previewUtils-BnCbNhwl.chunk.mjs:6
registerHandler @ viewer-init.mjs?v=95c21859-0:4788
(anonymous) @ register-viewer.js?v=95c21859-0:2
index.mjs:48 [INFO] files: Initializing unified search plugin: folder search from files app {app: 'files', uid: 'myusername', level: 0}
previewUtils-BnCbNhwl.chunk.mjs:6 [INFO] viewer: 5 viewer handlers registered {app: 'viewer', uid: 'myusername', level: 0, handlers: Array(5)}
session-heartbeat.js:83 session heartbeat polling started
index.mjs:48 [INFO] comments: Comments plugin registered for Activity sidebar action {app: 'comments', uid: 'myusername', level: 0}
files:1     GET https://my.domain:3181/cloud/index.php/apps/theming/favicon/files?v=a9e79ed8 404 (Not Found)
files:1     GET https://my.domain:3181/cloud/index.php/apps/theming/icon/files?v=0 404 (Not Found)
:3181/cloud/index.php/apps/files/files:1 Error while trying to use the following icon from the Manifest: https://my.domain:3181/cloud/index.php/apps/theming/icon/files?v=0 (Download error or resource isn't a valid image)

Configuration

Nextcloud

The output of occ config:list system or similar is best, but, if not possible, the contents of your config.php file from /path/to/nextcloud is fine (make sure to remove any identifiable information!):

{    "system": {        "installed": true,        "maintenance": false,        "maintenance_window_start": 1,        "version": "30.0.6.2",        "instanceid": "***REMOVED SENSITIVE VALUE***",        "passwordsalt": "***REMOVED SENSITIVE VALUE***",        "secret": "***REMOVED SENSITIVE VALUE***",        "default_language": "de",        "default_locale": "de_AT",        "default_phone_region": "AT",        "overwrite.cli.url": "https:\/\/my.domain\/cloud",        "trusted_domains": [            "my.domain:3181",            "10.0.0.31"        ],        "dbtype": "sqlite3",        "memcache.local": "\\OC\\Memcache\\APCu",        "datadirectory": "***REMOVED SENSITIVE VALUE***",        "skeletondirectory": "",        "filesystem_check_changes": 1,        "tempdirectory": "\/volume1\/Web\/_data\/nextcloud\/temp",        "simpleSignUpLink.shown": false,        "mail_smtpmode": "smtp",        "mail_sendmailmode": "smtp",        "mail_from_address": "***REMOVED SENSITIVE VALUE***",        "mail_domain": "***REMOVED SENSITIVE VALUE***",        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",        "mail_smtpport": "587",        "loglevel": 0,        "log_rotate_size": 1073741824,        "mail_smtpauth": 1,        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",        "forbidden_filename_basenames": [            "con",            "prn",            "aux",            "nul",            "com0",            "com1",            "com2",            "com3",            "com4",            "com5",            "com6",            "com7",            "com8",            "com9",            "com\u00b9",            "com\u00b2",            "com\u00b3",            "lpt0",            "lpt1",            "lpt2",            "lpt3",            "lpt4",            "lpt5",            "lpt6",            "lpt7",            "lpt8",            "lpt9",            "lpt\u00b9",            "lpt\u00b2",            "lpt\u00b3"        ],        "forbidden_filename_characters": [            "<",            ">",            ":",            "\"",            "|",            "?",            "*",            "\\",            "\/"        ],        "forbidden_filename_extensions": [            " ",            ".",            ".filepart",            ".part"        ]    }}

Apps

The output of occ app:list (if possible).

Enabled:  - activity: 3.0.0  - app_api: 4.0.6  - bookmarks: 15.1.0  - bruteforcesettings: 3.0.0  - calendar: 5.1.0  - calendar_news: 1.1.15  - camerarawpreviews: 0.8.6  - cfg_share_links: 6.1.1  - checksum: 1.2.5  - circles: 30.0.0  - cloud_federation_api: 1.13.0  - comments: 1.20.1  - contacts: 7.0.0  - contactsinteraction: 1.11.0  - cookbook: 0.11.2  - dashboard: 7.10.0  - dav: 1.31.1  - end_to_end_encryption: 1.16.2  - event_update_notification: 2.6.1  - federatedfilesharing: 1.20.0  - federation: 1.20.0  - files: 2.2.0  - files_downloadactivity: 1.17.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  - geoblocker: 0.5.15  - group_everyone: 0.1.16  - logreader: 3.0.0  - lookup_server_connector: 1.18.0  - metadata: 0.21.0  - notes: 4.11.0  - notifications: 3.0.0  - oauth2: 1.18.1  - occweb: 0.2.2  - password_policy: 2.0.0  - privacy: 2.0.0  - provisioning_api: 1.20.0  - quota_warning: 1.21.0  - recommendations: 3.0.0  - related_resources: 1.5.0  - richdocumentscode: 24.4.1204  - serverinfo: 2.0.0  - settings: 1.13.0  - sharebymail: 1.20.0  - sharereview: 1.3.3  - side_menu: 4.0.1  - survey_client: 2.0.0  - suspicious_login: 8.0.0  - systemtags: 1.20.0  - tasks: 0.16.1  - text: 4.1.0  - theming: 2.6.0  - theming_customcss: 1.18.0  - twofactor_admin: 4.7.1  - twofactor_backupcodes: 1.19.0  - twofactor_nextcloud_notification: 4.0.0  - twofactor_totp: 12.0.0-dev  - updatenotification: 1.20.0  - user_migration: 7.0.1  - user_status: 1.10.0  - viewer: 3.0.0  - weather_status: 1.10.0  - workflowengine: 2.12.0Disabled:  - admin_audit: 1.20.0  - encryption: 2.18.0  - files_antivirus: 5.6.1 (installed 5.6.1)  - files_external: 1.22.0  - firstrunwizard: 3.0.0 (installed 3.0.0)  - nextcloud_announcements: 2.0.0 (installed 2.0.0)  - photos: 3.0.2 (installed 3.0.2)  - support: 2.0.0 (installed 2.0.0)  - user_ldap: 1.21.0  - webhook_listeners: 1.1.0-dev (installed 1.1.0-dev)

Log entries

Nextcloud

Please provide the log entries from your Nextcloud log that are generated during the time of problem (via the Copy raw option from Administration settings->Logging screen or from your nextcloud.log located in your data directory). Feel free to use a pastebin/gist service if necessary.

{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"app_api","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"ExApp \"firstrunwizard\" not found.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"app_api"}}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\AppAPI\\Notifications\\ExAppNotifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Text\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\UserMigration\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Activity\\NotificationGenerator::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\QuotaWarning\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":1,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"Notification was not parsed by any notifier [app: firstrunwizard, subject: apphint-whiteboard]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"app_api","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"ExApp \"firstrunwizard\" not found.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"app_api"}}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\AppAPI\\Notifications\\ExAppNotifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Text\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\UserMigration\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Activity\\NotificationGenerator::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\QuotaWarning\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":1,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"Notification was not parsed by any notifier [app: firstrunwizard, subject: apphint-tasks]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"app_api","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"ExApp \"firstrunwizard\" not found.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"app_api"}}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\AppAPI\\Notifications\\ExAppNotifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Text\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\UserMigration\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Activity\\NotificationGenerator::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\QuotaWarning\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":1,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"Notification was not parsed by any notifier [app: firstrunwizard, subject: apphint-deck]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"app_api","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"ExApp \"firstrunwizard\" not found.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"app_api"}}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\AppAPI\\Notifications\\ExAppNotifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Text\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\UserMigration\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Activity\\NotificationGenerator::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\QuotaWarning\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":1,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"Notification was not parsed by any notifier [app: firstrunwizard, subject: apphint-forms]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"app_api","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"ExApp \"firstrunwizard\" not found.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"app_api"}}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\AppAPI\\Notifications\\ExAppNotifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Text\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\UserMigration\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Activity\\NotificationGenerator::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\QuotaWarning\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":1,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"Notification was not parsed by any notifier [app: firstrunwizard, subject: apphint-groupfolders]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"app_api","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"ExApp \"firstrunwizard\" not found.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"app_api"}}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\AppAPI\\Notifications\\ExAppNotifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Text\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\UserMigration\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Activity\\NotificationGenerator::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":0,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\QuotaWarning\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"seq23xTiGwTSgs9IkSTo","level":1,"time":"2025-02-25T11:25:17+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"Notification was not parsed by any notifier [app: firstrunwizard, subject: apphint-recognize]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"ykymfvuKai1UaGHHVniB","level":0,"time":"2025-02-25T11:25:34+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/index.php/apps/side_menu/css/stylesheet?v=3","message":"OCA\\SideMenu\\Controller\\CssController::stylesheet uses the @PublicPage annotation and should use the #[OCP\\AppFramework\\Http\\Attribute\\PublicPage] attribute instead","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"ykymfvuKai1UaGHHVniB","level":0,"time":"2025-02-25T11:25:34+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/index.php/apps/side_menu/css/stylesheet?v=3","message":"OCA\\SideMenu\\Controller\\CssController::stylesheet uses the @NoCSRFRequired annotation and should use the #[OCP\\AppFramework\\Http\\Attribute\\NoCSRFRequired] attribute instead","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"ykymfvuKai1UaGHHVniB","level":0,"time":"2025-02-25T11:25:34+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/index.php/apps/side_menu/css/stylesheet?v=3","message":"OCA\\SideMenu\\Controller\\CssController::stylesheet uses the @NoCSRFRequired annotation and should use the #[OCP\\AppFramework\\Http\\Attribute\\NoCSRFRequired] attribute instead","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"CWEP2v6XiRzcxP0koZdz","level":0,"time":"2025-02-25T11:25:34+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/index.php/apps/theming_customcss/styles?v=1740326274340","message":"OCA\\ThemingCustomCss\\Controller\\ThemingController::getStylesheet uses the @PublicPage annotation and should use the #[OCP\\AppFramework\\Http\\Attribute\\PublicPage] attribute instead","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"CWEP2v6XiRzcxP0koZdz","level":0,"time":"2025-02-25T11:25:34+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/index.php/apps/theming_customcss/styles?v=1740326274340","message":"OCA\\ThemingCustomCss\\Controller\\ThemingController::getStylesheet uses the @NoCSRFRequired annotation and should use the #[OCP\\AppFramework\\Http\\Attribute\\NoCSRFRequired] attribute instead","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"CWEP2v6XiRzcxP0koZdz","level":0,"time":"2025-02-25T11:25:34+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/index.php/apps/theming_customcss/styles?v=1740326274340","message":"OCA\\ThemingCustomCss\\Controller\\ThemingController::getStylesheet uses the @NoCSRFRequired annotation and should use the #[OCP\\AppFramework\\Http\\Attribute\\NoCSRFRequired] attribute instead","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"79yvk7IWVahoRNfNbuYI","level":0,"time":"2025-02-25T11:25:35+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/index.php/apps/side_menu/js/script?v=3","message":"OCA\\SideMenu\\Controller\\JsController::script uses the @PublicPage annotation and should use the #[OCP\\AppFramework\\Http\\Attribute\\PublicPage] attribute instead","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"79yvk7IWVahoRNfNbuYI","level":0,"time":"2025-02-25T11:25:35+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/index.php/apps/side_menu/js/script?v=3","message":"OCA\\SideMenu\\Controller\\JsController::script uses the @NoCSRFRequired annotation and should use the #[OCP\\AppFramework\\Http\\Attribute\\NoCSRFRequired] attribute instead","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"79yvk7IWVahoRNfNbuYI","level":0,"time":"2025-02-25T11:25:35+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/index.php/apps/side_menu/js/script?v=3","message":"OCA\\SideMenu\\Controller\\JsController::script uses the @NoCSRFRequired annotation and should use the #[OCP\\AppFramework\\Http\\Attribute\\NoCSRFRequired] attribute instead","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"53BrrFRGIfPxYfoxMfOD","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"dav","method":"GET","url":"/cloud/ocs/v2.php/apps/user_status/api/v1/user_status","message":"No calendar events found for status check","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"dav","user":"myusername"}}
{"reqId":"zwwXkVIMN4w9hwPVM8fW","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"dav","method":"PUT","url":"/cloud/ocs/v2.php/apps/user_status/api/v1/heartbeat?format=json","message":"No calendar events found for status check","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"dav","user":"myusername"}}
{"reqId":"GBZpxufUt1HYM7Mc0f6j","level":2,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"--","app":"cron","method":"GET","url":"/cloud/cron.php","message":"failed to create instance of background job: OCA\\NextcloudAnnouncements\\Cron\\Crawler","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","exception":{"Exception":"OC\\AppFramework\\Utility\\QueryNotFoundException","Message":"Could not resolve OCA\\NextcloudAnnouncements\\Cron\\Crawler! Class \"OCA\\NextcloudAnnouncements\\Cron\\Crawler\" does not exist","Code":0,"Trace":[{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\NextcloudAnnouncements\\Cron\\Crawler"]},{"file":"/volume1/Web/cloud/lib/private/ServerContainer.php","line":155,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\NextcloudAnnouncements\\Cron\\Crawler",true]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":42,"function":"query","class":"OC\\ServerContainer","type":"->","args":["OCA\\NextcloudAnnouncements\\Cron\\Crawler"]},{"file":"/volume1/Web/cloud/lib/public/Server.php","line":39,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\NextcloudAnnouncements\\Cron\\Crawler"]},{"file":"/volume1/Web/cloud/lib/private/BackgroundJob/JobList.php","line":288,"function":"get","class":"OCP\\Server","type":"::","args":["OCA\\NextcloudAnnouncements\\Cron\\Crawler"]},{"file":"/volume1/Web/cloud/lib/private/BackgroundJob/JobList.php","line":197,"function":"buildJob","class":"OC\\BackgroundJob\\JobList","type":"->","args":[{"id":2,"class":"OCA\\NextcloudAnnouncements\\Cron\\Crawler","argument":"null","last_run":1740323656,"last_checked":1740323656,"reserved_at":0,"execution_duration":1,"argument_hash":"74234e98afe7498fb5daf1f36ac2d78acc339464f950703b8c019892f982b90b","time_sensitive":1}]},{"file":"/volume1/Web/cloud/cron.php","line":212,"function":"getNext","class":"OC\\BackgroundJob\\JobList","type":"->","args":[]}],"File":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","Line":113,"message":"failed to create instance of background job: OCA\\NextcloudAnnouncements\\Cron\\Crawler","exception":{},"CustomMessage":"failed to create instance of background job: OCA\\NextcloudAnnouncements\\Cron\\Crawler"}}
{"reqId":"GBZpxufUt1HYM7Mc0f6j","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"--","app":"no app in context","method":"GET","url":"/cloud/cron.php","message":"dirty table reads: SELECT * FROM `*PREFIX*jobs` WHERE (`reserved_at` <= :dcValue1) AND (`last_checked` <= :dcValue2) ORDER BY `last_checked` ASC LIMIT 1","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","exception":{"Exception":"Exception","Message":"dirty table reads: SELECT * FROM `*PREFIX*jobs` WHERE (`reserved_at` <= :dcValue1) AND (`last_checked` <= :dcValue2) ORDER BY `last_checked` ASC LIMIT 1","Code":0,"Trace":[{"file":"/volume1/Web/cloud/lib/private/DB/ConnectionAdapter.php","line":50,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->","args":["SELECT * FROM `*PREFIX*jobs` WHERE (`reserved_at` <= :dcValue1) AND (`last_checked` <= :dcValue2) ORDER BY `last_checked` ASC LIMIT 1",{"dcValue1":1740439537,"dcValue2":1740482737},{"dcValue1":1,"dcValue2":1}]},{"file":"/volume1/Web/cloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":289,"function":"executeQuery","class":"OC\\DB\\ConnectionAdapter","type":"->","args":["SELECT * FROM `*PREFIX*jobs` WHERE (`reserved_at` <= :dcValue1) AND (`last_checked` <= :dcValue2) ORDER BY `last_checked` ASC LIMIT 1",{"dcValue1":1740439537,"dcValue2":1740482737},{"dcValue1":1,"dcValue2":1}]},{"file":"/volume1/Web/cloud/lib/private/BackgroundJob/JobList.php","line":192,"function":"executeQuery","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->","args":[]},{"file":"/volume1/Web/cloud/lib/private/BackgroundJob/JobList.php","line":226,"function":"getNext","class":"OC\\BackgroundJob\\JobList","type":"->","args":[false,null]},{"file":"/volume1/Web/cloud/cron.php","line":212,"function":"getNext","class":"OC\\BackgroundJob\\JobList","type":"->","args":[]}],"File":"/volume1/Web/cloud/lib/private/DB/Connection.php","Line":402,"message":"dirty table reads: SELECT * FROM `*PREFIX*jobs` WHERE (`reserved_at` <= :dcValue1) AND (`last_checked` <= :dcValue2) ORDER BY `last_checked` ASC LIMIT 1","tables":["oc_jobs"],"reads":["oc_jobs"],"exception":{},"CustomMessage":"dirty table reads: SELECT * FROM `*PREFIX*jobs` WHERE (`reserved_at` <= :dcValue1) AND (`last_checked` <= :dcValue2) ORDER BY `last_checked` ASC LIMIT 1"}}
{"reqId":"GBZpxufUt1HYM7Mc0f6j","level":2,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"--","app":"cron","method":"GET","url":"/cloud/cron.php","message":"failed to create instance of background job: OCA\\FirstRunWizard\\Notification\\BackgroundJob","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","exception":{"Exception":"OC\\AppFramework\\Utility\\QueryNotFoundException","Message":"Could not resolve OCA\\FirstRunWizard\\Notification\\BackgroundJob! Class \"OCA\\FirstRunWizard\\Notification\\BackgroundJob\" does not exist","Code":0,"Trace":[{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\FirstRunWizard\\Notification\\BackgroundJob"]},{"file":"/volume1/Web/cloud/lib/private/ServerContainer.php","line":155,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\FirstRunWizard\\Notification\\BackgroundJob",true]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":42,"function":"query","class":"OC\\ServerContainer","type":"->","args":["OCA\\FirstRunWizard\\Notification\\BackgroundJob"]},{"file":"/volume1/Web/cloud/lib/public/Server.php","line":39,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\FirstRunWizard\\Notification\\BackgroundJob"]},{"file":"/volume1/Web/cloud/lib/private/BackgroundJob/JobList.php","line":288,"function":"get","class":"OCP\\Server","type":"::","args":["OCA\\FirstRunWizard\\Notification\\BackgroundJob"]},{"file":"/volume1/Web/cloud/lib/private/BackgroundJob/JobList.php","line":197,"function":"buildJob","class":"OC\\BackgroundJob\\JobList","type":"->","args":[{"id":96,"class":"OCA\\FirstRunWizard\\Notification\\BackgroundJob","argument":"{\"uid\":\"myusername\"}","last_run":0,"last_checked":1740323659,"reserved_at":0,"execution_duration":0,"argument_hash":"2de756a2dcc168801b1a500a0e94652646ba9954177ce3319ac81cdcae29bfa0","time_sensitive":1}]},{"file":"/volume1/Web/cloud/lib/private/BackgroundJob/JobList.php","line":226,"function":"getNext","class":"OC\\BackgroundJob\\JobList","type":"->","args":[false,null]},{"file":"/volume1/Web/cloud/cron.php","line":212,"function":"getNext","class":"OC\\BackgroundJob\\JobList","type":"->","args":[]}],"File":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","Line":113,"message":"failed to create instance of background job: OCA\\FirstRunWizard\\Notification\\BackgroundJob","exception":{},"CustomMessage":"failed to create instance of background job: OCA\\FirstRunWizard\\Notification\\BackgroundJob"}}
{"reqId":"GBZpxufUt1HYM7Mc0f6j","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"--","app":"no app in context","method":"GET","url":"/cloud/cron.php","message":"dirty table reads: SELECT * FROM `*PREFIX*jobs` WHERE (`reserved_at` <= :dcValue1) AND (`last_checked` <= :dcValue2) ORDER BY `last_checked` ASC LIMIT 1","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","exception":{"Exception":"Exception","Message":"dirty table reads: SELECT * FROM `*PREFIX*jobs` WHERE (`reserved_at` <= :dcValue1) AND (`last_checked` <= :dcValue2) ORDER BY `last_checked` ASC LIMIT 1","Code":0,"Trace":[{"file":"/volume1/Web/cloud/lib/private/DB/ConnectionAdapter.php","line":50,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->","args":["SELECT * FROM `*PREFIX*jobs` WHERE (`reserved_at` <= :dcValue1) AND (`last_checked` <= :dcValue2) ORDER BY `last_checked` ASC LIMIT 1",{"dcValue1":1740439537,"dcValue2":1740482737},{"dcValue1":1,"dcValue2":1}]},{"file":"/volume1/Web/cloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":289,"function":"executeQuery","class":"OC\\DB\\ConnectionAdapter","type":"->","args":["SELECT * FROM `*PREFIX*jobs` WHERE (`reserved_at` <= :dcValue1) AND (`last_checked` <= :dcValue2) ORDER BY `last_checked` ASC LIMIT 1",{"dcValue1":1740439537,"dcValue2":1740482737},{"dcValue1":1,"dcValue2":1}]},{"file":"/volume1/Web/cloud/lib/private/BackgroundJob/JobList.php","line":192,"function":"executeQuery","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->","args":[]},{"file":"/volume1/Web/cloud/lib/private/BackgroundJob/JobList.php","line":226,"function":"getNext","class":"OC\\BackgroundJob\\JobList","type":"->","args":[false,null]},{"file":"/volume1/Web/cloud/lib/private/BackgroundJob/JobList.php","line":226,"function":"getNext","class":"OC\\BackgroundJob\\JobList","type":"->","args":[false,null]},{"file":"/volume1/Web/cloud/cron.php","line":212,"function":"getNext","class":"OC\\BackgroundJob\\JobList","type":"->","args":[]}],"File":"/volume1/Web/cloud/lib/private/DB/Connection.php","Line":402,"message":"dirty table reads: SELECT * FROM `*PREFIX*jobs` WHERE (`reserved_at` <= :dcValue1) AND (`last_checked` <= :dcValue2) ORDER BY `last_checked` ASC LIMIT 1","tables":["oc_jobs"],"reads":["oc_jobs"],"exception":{},"CustomMessage":"dirty table reads: SELECT * FROM `*PREFIX*jobs` WHERE (`reserved_at` <= :dcValue1) AND (`last_checked` <= :dcValue2) ORDER BY `last_checked` ASC LIMIT 1"}}
{"reqId":"GBZpxufUt1HYM7Mc0f6j","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"--","app":"cron","method":"GET","url":"/cloud/cron.php","message":"WebCron call has selected job with ID 3","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"cron"}}
{"reqId":"GBZpxufUt1HYM7Mc0f6j","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"--","app":"cron","method":"GET","url":"/cloud/cron.php","message":"Starting job OCA\\Files_Trashbin\\BackgroundJob\\ExpireTrash (id: 3, arguments: null)","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"cron"}}
{"reqId":"GBZpxufUt1HYM7Mc0f6j","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"--","app":"cron","method":"GET","url":"/cloud/cron.php","message":"Finished job OCA\\Files_Trashbin\\BackgroundJob\\ExpireTrash (id: 3, arguments: null) in 0 seconds","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"cron"}}
{"reqId":"n7DO6kR0Dtgpbclsj1zO","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/index.php/apps/side_menu/js/config","message":"OCA\\SideMenu\\Controller\\JsController::config uses the @PublicPage annotation and should use the #[OCP\\AppFramework\\Http\\Attribute\\PublicPage] attribute instead","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"n7DO6kR0Dtgpbclsj1zO","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/index.php/apps/side_menu/js/config","message":"OCA\\SideMenu\\Controller\\JsController::config uses the @NoCSRFRequired annotation and should use the #[OCP\\AppFramework\\Http\\Attribute\\NoCSRFRequired] attribute instead","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"n7DO6kR0Dtgpbclsj1zO","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/index.php/apps/side_menu/js/config","message":"OCA\\SideMenu\\Controller\\JsController::config uses the @NoCSRFRequired annotation and should use the #[OCP\\AppFramework\\Http\\Attribute\\NoCSRFRequired] attribute instead","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"app_api","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"ExApp \"firstrunwizard\" not found.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"app_api"}}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\AppAPI\\Notifications\\ExAppNotifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Text\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\UserMigration\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Activity\\NotificationGenerator::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\QuotaWarning\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":1,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"Notification was not parsed by any notifier [app: firstrunwizard, subject: apphint-whiteboard]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"app_api","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"ExApp \"firstrunwizard\" not found.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"app_api"}}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\AppAPI\\Notifications\\ExAppNotifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Text\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\UserMigration\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Activity\\NotificationGenerator::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\QuotaWarning\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":1,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"Notification was not parsed by any notifier [app: firstrunwizard, subject: apphint-tasks]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"app_api","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"ExApp \"firstrunwizard\" not found.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"app_api"}}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\AppAPI\\Notifications\\ExAppNotifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Text\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\UserMigration\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Activity\\NotificationGenerator::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\QuotaWarning\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":1,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"Notification was not parsed by any notifier [app: firstrunwizard, subject: apphint-deck]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"app_api","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"ExApp \"firstrunwizard\" not found.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"app_api"}}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\AppAPI\\Notifications\\ExAppNotifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Text\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\UserMigration\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Activity\\NotificationGenerator::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\QuotaWarning\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":1,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"Notification was not parsed by any notifier [app: firstrunwizard, subject: apphint-forms]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"app_api","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"ExApp \"firstrunwizard\" not found.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"app_api"}}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\AppAPI\\Notifications\\ExAppNotifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Text\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\UserMigration\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Activity\\NotificationGenerator::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\QuotaWarning\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":1,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"Notification was not parsed by any notifier [app: firstrunwizard, subject: apphint-groupfolders]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"app_api","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"ExApp \"firstrunwizard\" not found.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"app_api"}}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\AppAPI\\Notifications\\ExAppNotifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Text\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\UserMigration\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Activity\\NotificationGenerator::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\QuotaWarning\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"5z25hVCscmoN7b3whKgu","level":1,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"Notification was not parsed by any notifier [app: firstrunwizard, subject: apphint-recognize]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"app_api","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"ExApp \"firstrunwizard\" not found.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"app_api"}}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\AppAPI\\Notifications\\ExAppNotifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Text\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\UserMigration\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Activity\\NotificationGenerator::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\QuotaWarning\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":1,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"Notification was not parsed by any notifier [app: firstrunwizard, subject: apphint-whiteboard]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"app_api","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"ExApp \"firstrunwizard\" not found.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"app_api"}}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\AppAPI\\Notifications\\ExAppNotifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Text\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\UserMigration\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Activity\\NotificationGenerator::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\QuotaWarning\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":1,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"Notification was not parsed by any notifier [app: firstrunwizard, subject: apphint-tasks]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"app_api","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"ExApp \"firstrunwizard\" not found.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"app_api"}}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\AppAPI\\Notifications\\ExAppNotifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Text\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\UserMigration\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Activity\\NotificationGenerator::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\QuotaWarning\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":1,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"Notification was not parsed by any notifier [app: firstrunwizard, subject: apphint-deck]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"app_api","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"ExApp \"firstrunwizard\" not found.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"app_api"}}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\AppAPI\\Notifications\\ExAppNotifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Text\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\UserMigration\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Activity\\NotificationGenerator::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\QuotaWarning\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":1,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"Notification was not parsed by any notifier [app: firstrunwizard, subject: apphint-forms]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"app_api","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"ExApp \"firstrunwizard\" not found.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"app_api"}}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\AppAPI\\Notifications\\ExAppNotifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Text\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\UserMigration\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Activity\\NotificationGenerator::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\QuotaWarning\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":1,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"Notification was not parsed by any notifier [app: firstrunwizard, subject: apphint-groupfolders]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"app_api","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"ExApp \"firstrunwizard\" not found.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":{"app":"app_api"}}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\AppAPI\\Notifications\\ExAppNotifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Text\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\UserMigration\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\Activity\\NotificationGenerator::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":0,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"OCA\\QuotaWarning\\Notification\\Notifier::prepare() threw \\InvalidArgumentException which is deprecated. Throw \\OCP\\Notification\\UnknownNotificationException when the notification is not known to your notifier and otherwise handle all \\InvalidArgumentException yourself.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}
{"reqId":"asvAIO5wYymRD3jbIQMu","level":1,"time":"2025-02-25T11:25:37+00:00","remoteAddr":"88.116.171.250","user":"myusername","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/notifications/api/v2/notifications","message":"Notification was not parsed by any notifier [app: firstrunwizard, subject: apphint-recognize]","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","version":"30.0.6.2","data":[]}

I have the same behavior. I also get these random files. Same usage as Fuxing. I have a NAS Asustor AS6602T.

Hallo Lukas.

Sorry to hear. So it seems that it might be an issue when using on an Asustor NAS.
But I think there will be no help for our issue, since nothing happend here since my op.

I know that Nextcloud is free and help is given by users in there free time.

But it’s a little sad, that you are asked to collect and post loads of data/info and than there is not even the tiniest reply our help anymore…

So i guess we have to live with those files…

Are you sure these are coming from Nextcloud?

As I hinted in my original reponse, there’s nothing Inkscape related in Nextcloud Server.

Is the /volume1/Web/cloud on your NAS perhaps exported / accessed externally (i.e. outside of Nextcloud)? Perhaps something else is creating those files?

Sorry to hear. So it seems that it might be an issue when using on an Asustor NAS.

The “app” for Nextcloud Server in the Asustor app store is created/provided by Asus. It’s not provided by the Nextcloud project.

I’m also seeing this behaviour, with Nextcloud manually installed on FreeBSD. Files __ , ___ and (null) appeared on 14th May, all saying sh: inkscape: not found. Unfortunately my Apache access logs don’t go back that far and there’s nothing in the Nextcloud logs between 11th May and 17th May (today). Apache error logs around that time just contain normal operations.

Should I continue this thread (same or similar problem, but I’m not in an appliance) or start a new one in an appropriate topic/board?

I guess you should stay here, as this might say us it’s not a NAS related issue.

I don’t think that something else is writing those files, as I also tried it on a second NAS without anything else installed.

And I down’t use the appstore version. I installed nc from the online “setup-nextcloud.php”

The only thing I can think of server-side is something ImageMagick / Imagick related.

But what?

Everytime i reload files (by clicking on the app in the app-bar) one of those files is created.

This is what happens in that time:

{"reqId":"INaXn7jIinLNOBv0B652","level":0,"time":"2025-05-19T11:53:59+00:00","remoteAddr":"10.0.0.253","user":"fuxing","app":"files_sharing","method":"GET","url":"/cloud/apps/files/","message":"The loading of lazy AppConfig values have been triggered by app \"files_sharing\"","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","version":"31.0.5.1","exception":{"Exception":"RuntimeException","Message":"The loading of lazy AppConfig values have been triggered by app \"files_sharing\"","Code":0,"Trace":[{"file":"/volume1/Web/cloud/lib/private/AppConfig.php","line":442,"function":"loadConfig","class":"OC\\AppConfig","type":"->","args":["files_sharing",true]},{"file":"/volume1/Web/cloud/lib/private/AppConfig.php","line":386,"function":"getTypedValue","class":"OC\\AppConfig","type":"->","args":["files_sharing","show_federated_shares_as_internal","0",true,32]},{"file":"/volume1/Web/cloud/apps/files_sharing/lib/Listener/LoadSidebarListener.php","line":40,"function":"getValueBool","class":"OC\\AppConfig","type":"->","args":["files_sharing","show_federated_shares_as_internal"]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/ServiceEventListener.php","line":68,"function":"handle","class":"OCA\\Files_Sharing\\Listener\\LoadSidebarListener","type":"->","args":[{"__class__":"OCA\\Files\\Event\\LoadSidebar"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":220,"function":"__invoke","class":"OC\\EventDispatcher\\ServiceEventListener","type":"->","args":[{"__class__":"OCA\\Files\\Event\\LoadSidebar"},"OCA\\Files\\Event\\LoadSidebar",{"__class__":"Symfony\\Component\\EventDispatcher\\EventDispatcher"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":56,"function":"callListeners","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[[{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"}],"OCA\\Files\\Event\\LoadSidebar",{"__class__":"OCA\\Files\\Event\\LoadSidebar"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":67,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Event\\LoadSidebar"},"OCA\\Files\\Event\\LoadSidebar"]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":79,"function":"dispatch","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":["OCA\\Files\\Event\\LoadSidebar",{"__class__":"OCA\\Files\\Event\\LoadSidebar"}]},{"file":"/volume1/Web/cloud/apps/files/lib/Controller/ViewController.php","line":187,"function":"dispatchTyped","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Event\\LoadSidebar"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Http/Dispatcher.php","line":200,"function":"index","class":"OCA\\Files\\Controller\\ViewController","type":"->","args":["","",null]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Http/Dispatcher.php","line":114,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/App.php","line":161,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"/volume1/Web/cloud/lib/private/Route/Router.php","line":307,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Files\\Controller\\ViewController","index",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"files.view.index"}]},{"file":"/volume1/Web/cloud/lib/base.php","line":1040,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/apps/files/"]},{"file":"/volume1/Web/cloud/index.php","line":24,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/volume1/Web/cloud/lib/private/AppConfig.php","Line":1208,"message":"The loading of lazy AppConfig values have been triggered by app \"files_sharing\"","exception":{},"CustomMessage":"The loading of lazy AppConfig values have been triggered by app \"files_sharing\""}}
{"reqId":"INaXn7jIinLNOBv0B652","level":0,"time":"2025-05-19T11:53:59+00:00","remoteAddr":"10.0.0.253","user":"fuxing","app":"no app in context","method":"GET","url":"/cloud/apps/files/","message":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","version":"31.0.5.1","exception":{"Exception":"Exception","Message":"Deprecated call to OC\\DB\\QueryBuilder\\QueryBuilder::resetQueryPart","Code":0,"Trace":[{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":182,"function":"resetQueryPart","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->","args":["from"]},{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":215,"function":"selectFromType","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":["folder"]},{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":104,"function":"getParentQuery","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":[]},{"function":"__construct","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":[{"__class__":"OC\\DB\\ConnectionAdapter"},{"__class__":"OC\\EventDispatcher\\EventDispatcher"},{"__class__":"OCA\\Bookmarks\\Db\\FolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\BookmarkMapper"},{"__class__":"OCA\\Bookmarks\\Db\\ShareMapper"},{"__class__":"OCA\\Bookmarks\\Db\\SharedFolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\PublicFolderMapper"},{"__class__":"OCA\\Bookmarks\\Service\\TreeCacheManager"},{"__class__":"OC\\User\\Manager"},{"__class__":"OC\\AppFramework\\Utility\\TimeFactory"},{"__class__":"OC\\AppFramework\\ScopedPsrLogger"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"newInstanceArgs","class":"ReflectionClass","type":"->","args":[[{"__class__":"OC\\DB\\ConnectionAdapter"},{"__class__":"OC\\EventDispatcher\\EventDispatcher"},{"__class__":"OCA\\Bookmarks\\Db\\FolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\BookmarkMapper"},{"__class__":"OCA\\Bookmarks\\Db\\ShareMapper"},{"__class__":"OCA\\Bookmarks\\Db\\SharedFolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\PublicFolderMapper"},{"__class__":"OCA\\Bookmarks\\Service\\TreeCacheManager"},{"__class__":"OC\\User\\Manager"},{"__class__":"OC\\AppFramework\\Utility\\TimeFactory"},{"__class__":"OC\\AppFramework\\ScopedPsrLogger"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Db\\TreeMapper"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":412,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":74,"function":"query","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper",true]},{"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"array_map","args":[{"__class__":"Closure"},[{"__class__":"ReflectionParameter","name":"bookmarkMapper"},{"__class__":"ReflectionParameter","name":"folderMapper"},{"__class__":"ReflectionParameter","name":"tagMapper"},"*** sensitive parameters replaced ***",{"__class__":"ReflectionParameter","name":"linkExplorer"},{"__class__":"ReflectionParameter","name":"bookmarkPreviewer"},{"__class__":"ReflectionParameter","name":"faviconPreviewer"},{"__class__":"ReflectionParameter","name":"folders"},{"__class__":"ReflectionParameter","name":"eventDispatcher"},{"__class__":"ReflectionParameter","name":"hashManager"},{"__class__":"ReflectionParameter","name":"urlNormalizer"},{"__class__":"ReflectionParameter","name":"crawler"},{"__class__":"ReflectionParameter","name":"jobList"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Service\\BookmarkService"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":412,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":74,"function":"query","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService",true]},{"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"array_map","args":[{"__class__":"Closure"},[{"__class__":"ReflectionParameter","name":"l10n"},{"__class__":"ReflectionParameter","name":"userId"},{"__class__":"ReflectionParameter","name":"urlGenerator"},"*** sensitive parameters replaced ***",{"__class__":"ReflectionParameter","name":"authorizer"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/ServerContainer.php","line":137,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":42,"function":"query","class":"OC\\ServerContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":191,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"function":"OC\\Collaboration\\Reference\\{closure}","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":188,"function":"array_map","args":[{"__class__":"Closure"},["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":214,"function":"getProviders","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":[]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/RenderReferenceEventListener.php","line":39,"function":"getDiscoverableProviders","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":[]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/ServiceEventListener.php","line":68,"function":"handle","class":"OC\\Collaboration\\Reference\\RenderReferenceEventListener","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":220,"function":"__invoke","class":"OC\\EventDispatcher\\ServiceEventListener","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"},"OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"Symfony\\Component\\EventDispatcher\\EventDispatcher"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":56,"function":"callListeners","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[[{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"}],"OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":67,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"},"OCP\\Collaboration\\Reference\\RenderReferenceEvent"]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":79,"function":"dispatch","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":["OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/apps/text/lib/Listeners/LoadViewerListener.php","line":36,"function":"dispatchTyped","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/ServiceEventListener.php","line":68,"function":"handle","class":"OCA\\Text\\Listeners\\LoadViewerListener","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":220,"function":"__invoke","class":"OC\\EventDispatcher\\ServiceEventListener","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"},"OCA\\Viewer\\Event\\LoadViewer",{"__class__":"Symfony\\Component\\EventDispatcher\\EventDispatcher"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":56,"function":"callListeners","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[[{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"}],"OCA\\Viewer\\Event\\LoadViewer",{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":67,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"},"OCA\\Viewer\\Event\\LoadViewer"]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":79,"function":"dispatch","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":["OCA\\Viewer\\Event\\LoadViewer",{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/apps/files/lib/Controller/ViewController.php","line":191,"function":"dispatchTyped","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Http/Dispatcher.php","line":200,"function":"index","class":"OCA\\Files\\Controller\\ViewController","type":"->","args":["","",null]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Http/Dispatcher.php","line":114,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/App.php","line":161,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"/volume1/Web/cloud/lib/private/Route/Router.php","line":307,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Files\\Controller\\ViewController","index",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"files.view.index"}]},{"file":"/volume1/Web/cloud/lib/base.php","line":1040,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/apps/files/"]},{"file":"/volume1/Web/cloud/index.php","line":24,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/volume1/Web/cloud/lib/private/DB/QueryBuilder/QueryBuilder.php","Line":1197,"message":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon.","exception":{},"CustomMessage":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon."}}
{"reqId":"INaXn7jIinLNOBv0B652","level":0,"time":"2025-05-19T11:53:59+00:00","remoteAddr":"10.0.0.253","user":"fuxing","app":"no app in context","method":"GET","url":"/cloud/apps/files/","message":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","version":"31.0.5.1","exception":{"Exception":"Exception","Message":"Deprecated call to OC\\DB\\QueryBuilder\\QueryBuilder::resetQueryPart","Code":0,"Trace":[{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":182,"function":"resetQueryPart","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->","args":["from"]},{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":205,"function":"selectFromType","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":["folder"]},{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":105,"function":"getParentQueryWithoutSoftDeletions","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":[]},{"function":"__construct","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":[{"__class__":"OC\\DB\\ConnectionAdapter"},{"__class__":"OC\\EventDispatcher\\EventDispatcher"},{"__class__":"OCA\\Bookmarks\\Db\\FolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\BookmarkMapper"},{"__class__":"OCA\\Bookmarks\\Db\\ShareMapper"},{"__class__":"OCA\\Bookmarks\\Db\\SharedFolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\PublicFolderMapper"},{"__class__":"OCA\\Bookmarks\\Service\\TreeCacheManager"},{"__class__":"OC\\User\\Manager"},{"__class__":"OC\\AppFramework\\Utility\\TimeFactory"},{"__class__":"OC\\AppFramework\\ScopedPsrLogger"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"newInstanceArgs","class":"ReflectionClass","type":"->","args":[[{"__class__":"OC\\DB\\ConnectionAdapter"},{"__class__":"OC\\EventDispatcher\\EventDispatcher"},{"__class__":"OCA\\Bookmarks\\Db\\FolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\BookmarkMapper"},{"__class__":"OCA\\Bookmarks\\Db\\ShareMapper"},{"__class__":"OCA\\Bookmarks\\Db\\SharedFolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\PublicFolderMapper"},{"__class__":"OCA\\Bookmarks\\Service\\TreeCacheManager"},{"__class__":"OC\\User\\Manager"},{"__class__":"OC\\AppFramework\\Utility\\TimeFactory"},{"__class__":"OC\\AppFramework\\ScopedPsrLogger"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Db\\TreeMapper"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":412,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":74,"function":"query","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper",true]},{"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"array_map","args":[{"__class__":"Closure"},[{"__class__":"ReflectionParameter","name":"bookmarkMapper"},{"__class__":"ReflectionParameter","name":"folderMapper"},{"__class__":"ReflectionParameter","name":"tagMapper"},"*** sensitive parameters replaced ***",{"__class__":"ReflectionParameter","name":"linkExplorer"},{"__class__":"ReflectionParameter","name":"bookmarkPreviewer"},{"__class__":"ReflectionParameter","name":"faviconPreviewer"},{"__class__":"ReflectionParameter","name":"folders"},{"__class__":"ReflectionParameter","name":"eventDispatcher"},{"__class__":"ReflectionParameter","name":"hashManager"},{"__class__":"ReflectionParameter","name":"urlNormalizer"},{"__class__":"ReflectionParameter","name":"crawler"},{"__class__":"ReflectionParameter","name":"jobList"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Service\\BookmarkService"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":412,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":74,"function":"query","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService",true]},{"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"array_map","args":[{"__class__":"Closure"},[{"__class__":"ReflectionParameter","name":"l10n"},{"__class__":"ReflectionParameter","name":"userId"},{"__class__":"ReflectionParameter","name":"urlGenerator"},"*** sensitive parameters replaced ***",{"__class__":"ReflectionParameter","name":"authorizer"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/ServerContainer.php","line":137,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":42,"function":"query","class":"OC\\ServerContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":191,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"function":"OC\\Collaboration\\Reference\\{closure}","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":188,"function":"array_map","args":[{"__class__":"Closure"},["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":214,"function":"getProviders","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":[]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/RenderReferenceEventListener.php","line":39,"function":"getDiscoverableProviders","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":[]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/ServiceEventListener.php","line":68,"function":"handle","class":"OC\\Collaboration\\Reference\\RenderReferenceEventListener","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":220,"function":"__invoke","class":"OC\\EventDispatcher\\ServiceEventListener","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"},"OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"Symfony\\Component\\EventDispatcher\\EventDispatcher"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":56,"function":"callListeners","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[[{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"}],"OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":67,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"},"OCP\\Collaboration\\Reference\\RenderReferenceEvent"]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":79,"function":"dispatch","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":["OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/apps/text/lib/Listeners/LoadViewerListener.php","line":36,"function":"dispatchTyped","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/ServiceEventListener.php","line":68,"function":"handle","class":"OCA\\Text\\Listeners\\LoadViewerListener","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":220,"function":"__invoke","class":"OC\\EventDispatcher\\ServiceEventListener","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"},"OCA\\Viewer\\Event\\LoadViewer",{"__class__":"Symfony\\Component\\EventDispatcher\\EventDispatcher"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":56,"function":"callListeners","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[[{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"}],"OCA\\Viewer\\Event\\LoadViewer",{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":67,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"},"OCA\\Viewer\\Event\\LoadViewer"]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":79,"function":"dispatch","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":["OCA\\Viewer\\Event\\LoadViewer",{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/apps/files/lib/Controller/ViewController.php","line":191,"function":"dispatchTyped","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Http/Dispatcher.php","line":200,"function":"index","class":"OCA\\Files\\Controller\\ViewController","type":"->","args":["","",null]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Http/Dispatcher.php","line":114,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/App.php","line":161,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"/volume1/Web/cloud/lib/private/Route/Router.php","line":307,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Files\\Controller\\ViewController","index",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"files.view.index"}]},{"file":"/volume1/Web/cloud/lib/base.php","line":1040,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/apps/files/"]},{"file":"/volume1/Web/cloud/index.php","line":24,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/volume1/Web/cloud/lib/private/DB/QueryBuilder/QueryBuilder.php","Line":1197,"message":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon.","exception":{},"CustomMessage":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon."}}
{"reqId":"INaXn7jIinLNOBv0B652","level":0,"time":"2025-05-19T11:53:59+00:00","remoteAddr":"10.0.0.253","user":"fuxing","app":"no app in context","method":"GET","url":"/cloud/apps/files/","message":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","version":"31.0.5.1","exception":{"Exception":"Exception","Message":"Deprecated call to OC\\DB\\QueryBuilder\\QueryBuilder::resetQueryPart","Code":0,"Trace":[{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":182,"function":"resetQueryPart","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->","args":["from"]},{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":235,"function":"selectFromType","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":["bookmark"]},{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":108,"function":"getFindChildrenQuery","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":["bookmark"]},{"function":"__construct","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":[{"__class__":"OC\\DB\\ConnectionAdapter"},{"__class__":"OC\\EventDispatcher\\EventDispatcher"},{"__class__":"OCA\\Bookmarks\\Db\\FolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\BookmarkMapper"},{"__class__":"OCA\\Bookmarks\\Db\\ShareMapper"},{"__class__":"OCA\\Bookmarks\\Db\\SharedFolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\PublicFolderMapper"},{"__class__":"OCA\\Bookmarks\\Service\\TreeCacheManager"},{"__class__":"OC\\User\\Manager"},{"__class__":"OC\\AppFramework\\Utility\\TimeFactory"},{"__class__":"OC\\AppFramework\\ScopedPsrLogger"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"newInstanceArgs","class":"ReflectionClass","type":"->","args":[[{"__class__":"OC\\DB\\ConnectionAdapter"},{"__class__":"OC\\EventDispatcher\\EventDispatcher"},{"__class__":"OCA\\Bookmarks\\Db\\FolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\BookmarkMapper"},{"__class__":"OCA\\Bookmarks\\Db\\ShareMapper"},{"__class__":"OCA\\Bookmarks\\Db\\SharedFolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\PublicFolderMapper"},{"__class__":"OCA\\Bookmarks\\Service\\TreeCacheManager"},{"__class__":"OC\\User\\Manager"},{"__class__":"OC\\AppFramework\\Utility\\TimeFactory"},{"__class__":"OC\\AppFramework\\ScopedPsrLogger"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Db\\TreeMapper"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":412,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":74,"function":"query","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper",true]},{"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"array_map","args":[{"__class__":"Closure"},[{"__class__":"ReflectionParameter","name":"bookmarkMapper"},{"__class__":"ReflectionParameter","name":"folderMapper"},{"__class__":"ReflectionParameter","name":"tagMapper"},"*** sensitive parameters replaced ***",{"__class__":"ReflectionParameter","name":"linkExplorer"},{"__class__":"ReflectionParameter","name":"bookmarkPreviewer"},{"__class__":"ReflectionParameter","name":"faviconPreviewer"},{"__class__":"ReflectionParameter","name":"folders"},{"__class__":"ReflectionParameter","name":"eventDispatcher"},{"__class__":"ReflectionParameter","name":"hashManager"},{"__class__":"ReflectionParameter","name":"urlNormalizer"},{"__class__":"ReflectionParameter","name":"crawler"},{"__class__":"ReflectionParameter","name":"jobList"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Service\\BookmarkService"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":412,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":74,"function":"query","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService",true]},{"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"array_map","args":[{"__class__":"Closure"},[{"__class__":"ReflectionParameter","name":"l10n"},{"__class__":"ReflectionParameter","name":"userId"},{"__class__":"ReflectionParameter","name":"urlGenerator"},"*** sensitive parameters replaced ***",{"__class__":"ReflectionParameter","name":"authorizer"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/ServerContainer.php","line":137,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":42,"function":"query","class":"OC\\ServerContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":191,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"function":"OC\\Collaboration\\Reference\\{closure}","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":188,"function":"array_map","args":[{"__class__":"Closure"},["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":214,"function":"getProviders","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":[]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/RenderReferenceEventListener.php","line":39,"function":"getDiscoverableProviders","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":[]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/ServiceEventListener.php","line":68,"function":"handle","class":"OC\\Collaboration\\Reference\\RenderReferenceEventListener","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":220,"function":"__invoke","class":"OC\\EventDispatcher\\ServiceEventListener","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"},"OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"Symfony\\Component\\EventDispatcher\\EventDispatcher"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":56,"function":"callListeners","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[[{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"}],"OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":67,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"},"OCP\\Collaboration\\Reference\\RenderReferenceEvent"]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":79,"function":"dispatch","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":["OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/apps/text/lib/Listeners/LoadViewerListener.php","line":36,"function":"dispatchTyped","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/ServiceEventListener.php","line":68,"function":"handle","class":"OCA\\Text\\Listeners\\LoadViewerListener","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":220,"function":"__invoke","class":"OC\\EventDispatcher\\ServiceEventListener","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"},"OCA\\Viewer\\Event\\LoadViewer",{"__class__":"Symfony\\Component\\EventDispatcher\\EventDispatcher"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":56,"function":"callListeners","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[[{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"}],"OCA\\Viewer\\Event\\LoadViewer",{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":67,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"},"OCA\\Viewer\\Event\\LoadViewer"]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":79,"function":"dispatch","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":["OCA\\Viewer\\Event\\LoadViewer",{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/apps/files/lib/Controller/ViewController.php","line":191,"function":"dispatchTyped","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Http/Dispatcher.php","line":200,"function":"index","class":"OCA\\Files\\Controller\\ViewController","type":"->","args":["","",null]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Http/Dispatcher.php","line":114,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/App.php","line":161,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"/volume1/Web/cloud/lib/private/Route/Router.php","line":307,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Files\\Controller\\ViewController","index",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"files.view.index"}]},{"file":"/volume1/Web/cloud/lib/base.php","line":1040,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/apps/files/"]},{"file":"/volume1/Web/cloud/index.php","line":24,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/volume1/Web/cloud/lib/private/DB/QueryBuilder/QueryBuilder.php","Line":1197,"message":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon.","exception":{},"CustomMessage":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon."}}
{"reqId":"INaXn7jIinLNOBv0B652","level":0,"time":"2025-05-19T11:53:59+00:00","remoteAddr":"10.0.0.253","user":"fuxing","app":"no app in context","method":"GET","url":"/cloud/apps/files/","message":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","version":"31.0.5.1","exception":{"Exception":"Exception","Message":"Deprecated call to OC\\DB\\QueryBuilder\\QueryBuilder::resetQueryPart","Code":0,"Trace":[{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":182,"function":"resetQueryPart","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->","args":["from"]},{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":235,"function":"selectFromType","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":["folder"]},{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":109,"function":"getFindChildrenQuery","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":["folder"]},{"function":"__construct","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":[{"__class__":"OC\\DB\\ConnectionAdapter"},{"__class__":"OC\\EventDispatcher\\EventDispatcher"},{"__class__":"OCA\\Bookmarks\\Db\\FolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\BookmarkMapper"},{"__class__":"OCA\\Bookmarks\\Db\\ShareMapper"},{"__class__":"OCA\\Bookmarks\\Db\\SharedFolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\PublicFolderMapper"},{"__class__":"OCA\\Bookmarks\\Service\\TreeCacheManager"},{"__class__":"OC\\User\\Manager"},{"__class__":"OC\\AppFramework\\Utility\\TimeFactory"},{"__class__":"OC\\AppFramework\\ScopedPsrLogger"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"newInstanceArgs","class":"ReflectionClass","type":"->","args":[[{"__class__":"OC\\DB\\ConnectionAdapter"},{"__class__":"OC\\EventDispatcher\\EventDispatcher"},{"__class__":"OCA\\Bookmarks\\Db\\FolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\BookmarkMapper"},{"__class__":"OCA\\Bookmarks\\Db\\ShareMapper"},{"__class__":"OCA\\Bookmarks\\Db\\SharedFolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\PublicFolderMapper"},{"__class__":"OCA\\Bookmarks\\Service\\TreeCacheManager"},{"__class__":"OC\\User\\Manager"},{"__class__":"OC\\AppFramework\\Utility\\TimeFactory"},{"__class__":"OC\\AppFramework\\ScopedPsrLogger"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Db\\TreeMapper"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":412,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":74,"function":"query","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper",true]},{"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"array_map","args":[{"__class__":"Closure"},[{"__class__":"ReflectionParameter","name":"bookmarkMapper"},{"__class__":"ReflectionParameter","name":"folderMapper"},{"__class__":"ReflectionParameter","name":"tagMapper"},"*** sensitive parameters replaced ***",{"__class__":"ReflectionParameter","name":"linkExplorer"},{"__class__":"ReflectionParameter","name":"bookmarkPreviewer"},{"__class__":"ReflectionParameter","name":"faviconPreviewer"},{"__class__":"ReflectionParameter","name":"folders"},{"__class__":"ReflectionParameter","name":"eventDispatcher"},{"__class__":"ReflectionParameter","name":"hashManager"},{"__class__":"ReflectionParameter","name":"urlNormalizer"},{"__class__":"ReflectionParameter","name":"crawler"},{"__class__":"ReflectionParameter","name":"jobList"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Service\\BookmarkService"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":412,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":74,"function":"query","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService",true]},{"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"array_map","args":[{"__class__":"Closure"},[{"__class__":"ReflectionParameter","name":"l10n"},{"__class__":"ReflectionParameter","name":"userId"},{"__class__":"ReflectionParameter","name":"urlGenerator"},"*** sensitive parameters replaced ***",{"__class__":"ReflectionParameter","name":"authorizer"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/ServerContainer.php","line":137,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":42,"function":"query","class":"OC\\ServerContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":191,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"function":"OC\\Collaboration\\Reference\\{closure}","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":188,"function":"array_map","args":[{"__class__":"Closure"},["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":214,"function":"getProviders","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":[]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/RenderReferenceEventListener.php","line":39,"function":"getDiscoverableProviders","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":[]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/ServiceEventListener.php","line":68,"function":"handle","class":"OC\\Collaboration\\Reference\\RenderReferenceEventListener","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":220,"function":"__invoke","class":"OC\\EventDispatcher\\ServiceEventListener","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"},"OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"Symfony\\Component\\EventDispatcher\\EventDispatcher"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":56,"function":"callListeners","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[[{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"}],"OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":67,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"},"OCP\\Collaboration\\Reference\\RenderReferenceEvent"]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":79,"function":"dispatch","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":["OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/apps/text/lib/Listeners/LoadViewerListener.php","line":36,"function":"dispatchTyped","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/ServiceEventListener.php","line":68,"function":"handle","class":"OCA\\Text\\Listeners\\LoadViewerListener","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":220,"function":"__invoke","class":"OC\\EventDispatcher\\ServiceEventListener","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"},"OCA\\Viewer\\Event\\LoadViewer",{"__class__":"Symfony\\Component\\EventDispatcher\\EventDispatcher"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":56,"function":"callListeners","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[[{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"}],"OCA\\Viewer\\Event\\LoadViewer",{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":67,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"},"OCA\\Viewer\\Event\\LoadViewer"]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":79,"function":"dispatch","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":["OCA\\Viewer\\Event\\LoadViewer",{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/apps/files/lib/Controller/ViewController.php","line":191,"function":"dispatchTyped","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Http/Dispatcher.php","line":200,"function":"index","class":"OCA\\Files\\Controller\\ViewController","type":"->","args":["","",null]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Http/Dispatcher.php","line":114,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/App.php","line":161,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"/volume1/Web/cloud/lib/private/Route/Router.php","line":307,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Files\\Controller\\ViewController","index",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"files.view.index"}]},{"file":"/volume1/Web/cloud/lib/base.php","line":1040,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/apps/files/"]},{"file":"/volume1/Web/cloud/index.php","line":24,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/volume1/Web/cloud/lib/private/DB/QueryBuilder/QueryBuilder.php","Line":1197,"message":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon.","exception":{},"CustomMessage":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon."}}

{"reqId":"INaXn7jIinLNOBv0B652","level":0,"time":"2025-05-19T11:53:59+00:00","remoteAddr":"10.0.0.253","user":"fuxing","app":"no app in context","method":"GET","url":"/cloud/apps/files/","message":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","version":"31.0.5.1","exception":{"Exception":"Exception","Message":"Deprecated call to OC\\DB\\QueryBuilder\\QueryBuilder::resetQueryPart","Code":0,"Trace":[{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":182,"function":"resetQueryPart","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->","args":["from"]},{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":235,"function":"selectFromType","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":["share"]},{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":110,"function":"getFindChildrenQuery","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":["share"]},{"function":"__construct","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":[{"__class__":"OC\\DB\\ConnectionAdapter"},{"__class__":"OC\\EventDispatcher\\EventDispatcher"},{"__class__":"OCA\\Bookmarks\\Db\\FolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\BookmarkMapper"},{"__class__":"OCA\\Bookmarks\\Db\\ShareMapper"},{"__class__":"OCA\\Bookmarks\\Db\\SharedFolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\PublicFolderMapper"},{"__class__":"OCA\\Bookmarks\\Service\\TreeCacheManager"},{"__class__":"OC\\User\\Manager"},{"__class__":"OC\\AppFramework\\Utility\\TimeFactory"},{"__class__":"OC\\AppFramework\\ScopedPsrLogger"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"newInstanceArgs","class":"ReflectionClass","type":"->","args":[[{"__class__":"OC\\DB\\ConnectionAdapter"},{"__class__":"OC\\EventDispatcher\\EventDispatcher"},{"__class__":"OCA\\Bookmarks\\Db\\FolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\BookmarkMapper"},{"__class__":"OCA\\Bookmarks\\Db\\ShareMapper"},{"__class__":"OCA\\Bookmarks\\Db\\SharedFolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\PublicFolderMapper"},{"__class__":"OCA\\Bookmarks\\Service\\TreeCacheManager"},{"__class__":"OC\\User\\Manager"},{"__class__":"OC\\AppFramework\\Utility\\TimeFactory"},{"__class__":"OC\\AppFramework\\ScopedPsrLogger"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Db\\TreeMapper"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":412,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":74,"function":"query","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper",true]},{"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"array_map","args":[{"__class__":"Closure"},[{"__class__":"ReflectionParameter","name":"bookmarkMapper"},{"__class__":"ReflectionParameter","name":"folderMapper"},{"__class__":"ReflectionParameter","name":"tagMapper"},"*** sensitive parameters replaced ***",{"__class__":"ReflectionParameter","name":"linkExplorer"},{"__class__":"ReflectionParameter","name":"bookmarkPreviewer"},{"__class__":"ReflectionParameter","name":"faviconPreviewer"},{"__class__":"ReflectionParameter","name":"folders"},{"__class__":"ReflectionParameter","name":"eventDispatcher"},{"__class__":"ReflectionParameter","name":"hashManager"},{"__class__":"ReflectionParameter","name":"urlNormalizer"},{"__class__":"ReflectionParameter","name":"crawler"},{"__class__":"ReflectionParameter","name":"jobList"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Service\\BookmarkService"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":412,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":74,"function":"query","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService",true]},{"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"array_map","args":[{"__class__":"Closure"},[{"__class__":"ReflectionParameter","name":"l10n"},{"__class__":"ReflectionParameter","name":"userId"},{"__class__":"ReflectionParameter","name":"urlGenerator"},"*** sensitive parameters replaced ***",{"__class__":"ReflectionParameter","name":"authorizer"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/ServerContainer.php","line":137,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":42,"function":"query","class":"OC\\ServerContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":191,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"function":"OC\\Collaboration\\Reference\\{closure}","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":188,"function":"array_map","args":[{"__class__":"Closure"},["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":214,"function":"getProviders","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":[]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/RenderReferenceEventListener.php","line":39,"function":"getDiscoverableProviders","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":[]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/ServiceEventListener.php","line":68,"function":"handle","class":"OC\\Collaboration\\Reference\\RenderReferenceEventListener","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":220,"function":"__invoke","class":"OC\\EventDispatcher\\ServiceEventListener","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"},"OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"Symfony\\Component\\EventDispatcher\\EventDispatcher"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":56,"function":"callListeners","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[[{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"}],"OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":67,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"},"OCP\\Collaboration\\Reference\\RenderReferenceEvent"]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":79,"function":"dispatch","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":["OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/apps/text/lib/Listeners/LoadViewerListener.php","line":36,"function":"dispatchTyped","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/ServiceEventListener.php","line":68,"function":"handle","class":"OCA\\Text\\Listeners\\LoadViewerListener","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":220,"function":"__invoke","class":"OC\\EventDispatcher\\ServiceEventListener","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"},"OCA\\Viewer\\Event\\LoadViewer",{"__class__":"Symfony\\Component\\EventDispatcher\\EventDispatcher"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":56,"function":"callListeners","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[[{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"}],"OCA\\Viewer\\Event\\LoadViewer",{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":67,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"},"OCA\\Viewer\\Event\\LoadViewer"]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":79,"function":"dispatch","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":["OCA\\Viewer\\Event\\LoadViewer",{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/apps/files/lib/Controller/ViewController.php","line":191,"function":"dispatchTyped","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Http/Dispatcher.php","line":200,"function":"index","class":"OCA\\Files\\Controller\\ViewController","type":"->","args":["","",null]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Http/Dispatcher.php","line":114,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/App.php","line":161,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"/volume1/Web/cloud/lib/private/Route/Router.php","line":307,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Files\\Controller\\ViewController","index",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"files.view.index"}]},{"file":"/volume1/Web/cloud/lib/base.php","line":1040,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/apps/files/"]},{"file":"/volume1/Web/cloud/index.php","line":24,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/volume1/Web/cloud/lib/private/DB/QueryBuilder/QueryBuilder.php","Line":1197,"message":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon.","exception":{},"CustomMessage":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon."}}
{"reqId":"INaXn7jIinLNOBv0B652","level":0,"time":"2025-05-19T11:53:59+00:00","remoteAddr":"10.0.0.253","user":"fuxing","app":"no app in context","method":"GET","url":"/cloud/apps/files/","message":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","version":"31.0.5.1","exception":{"Exception":"Exception","Message":"Deprecated call to OC\\DB\\QueryBuilder\\QueryBuilder::resetQueryPart","Code":0,"Trace":[{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":182,"function":"resetQueryPart","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->","args":["from"]},{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":246,"function":"selectFromType","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":["bookmark"]},{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":113,"function":"getFindSoftDeletedChildrenQuery","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":["bookmark"]},{"function":"__construct","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":[{"__class__":"OC\\DB\\ConnectionAdapter"},{"__class__":"OC\\EventDispatcher\\EventDispatcher"},{"__class__":"OCA\\Bookmarks\\Db\\FolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\BookmarkMapper"},{"__class__":"OCA\\Bookmarks\\Db\\ShareMapper"},{"__class__":"OCA\\Bookmarks\\Db\\SharedFolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\PublicFolderMapper"},{"__class__":"OCA\\Bookmarks\\Service\\TreeCacheManager"},{"__class__":"OC\\User\\Manager"},{"__class__":"OC\\AppFramework\\Utility\\TimeFactory"},{"__class__":"OC\\AppFramework\\ScopedPsrLogger"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"newInstanceArgs","class":"ReflectionClass","type":"->","args":[[{"__class__":"OC\\DB\\ConnectionAdapter"},{"__class__":"OC\\EventDispatcher\\EventDispatcher"},{"__class__":"OCA\\Bookmarks\\Db\\FolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\BookmarkMapper"},{"__class__":"OCA\\Bookmarks\\Db\\ShareMapper"},{"__class__":"OCA\\Bookmarks\\Db\\SharedFolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\PublicFolderMapper"},{"__class__":"OCA\\Bookmarks\\Service\\TreeCacheManager"},{"__class__":"OC\\User\\Manager"},{"__class__":"OC\\AppFramework\\Utility\\TimeFactory"},{"__class__":"OC\\AppFramework\\ScopedPsrLogger"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Db\\TreeMapper"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":412,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":74,"function":"query","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper",true]},{"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"array_map","args":[{"__class__":"Closure"},[{"__class__":"ReflectionParameter","name":"bookmarkMapper"},{"__class__":"ReflectionParameter","name":"folderMapper"},{"__class__":"ReflectionParameter","name":"tagMapper"},"*** sensitive parameters replaced ***",{"__class__":"ReflectionParameter","name":"linkExplorer"},{"__class__":"ReflectionParameter","name":"bookmarkPreviewer"},{"__class__":"ReflectionParameter","name":"faviconPreviewer"},{"__class__":"ReflectionParameter","name":"folders"},{"__class__":"ReflectionParameter","name":"eventDispatcher"},{"__class__":"ReflectionParameter","name":"hashManager"},{"__class__":"ReflectionParameter","name":"urlNormalizer"},{"__class__":"ReflectionParameter","name":"crawler"},{"__class__":"ReflectionParameter","name":"jobList"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Service\\BookmarkService"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":412,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":74,"function":"query","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService",true]},{"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"array_map","args":[{"__class__":"Closure"},[{"__class__":"ReflectionParameter","name":"l10n"},{"__class__":"ReflectionParameter","name":"userId"},{"__class__":"ReflectionParameter","name":"urlGenerator"},"*** sensitive parameters replaced ***",{"__class__":"ReflectionParameter","name":"authorizer"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/ServerContainer.php","line":137,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":42,"function":"query","class":"OC\\ServerContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":191,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"function":"OC\\Collaboration\\Reference\\{closure}","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":188,"function":"array_map","args":[{"__class__":"Closure"},["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":214,"function":"getProviders","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":[]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/RenderReferenceEventListener.php","line":39,"function":"getDiscoverableProviders","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":[]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/ServiceEventListener.php","line":68,"function":"handle","class":"OC\\Collaboration\\Reference\\RenderReferenceEventListener","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":220,"function":"__invoke","class":"OC\\EventDispatcher\\ServiceEventListener","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"},"OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"Symfony\\Component\\EventDispatcher\\EventDispatcher"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":56,"function":"callListeners","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[[{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"}],"OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":67,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"},"OCP\\Collaboration\\Reference\\RenderReferenceEvent"]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":79,"function":"dispatch","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":["OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/apps/text/lib/Listeners/LoadViewerListener.php","line":36,"function":"dispatchTyped","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/ServiceEventListener.php","line":68,"function":"handle","class":"OCA\\Text\\Listeners\\LoadViewerListener","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":220,"function":"__invoke","class":"OC\\EventDispatcher\\ServiceEventListener","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"},"OCA\\Viewer\\Event\\LoadViewer",{"__class__":"Symfony\\Component\\EventDispatcher\\EventDispatcher"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":56,"function":"callListeners","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[[{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"}],"OCA\\Viewer\\Event\\LoadViewer",{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":67,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"},"OCA\\Viewer\\Event\\LoadViewer"]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":79,"function":"dispatch","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":["OCA\\Viewer\\Event\\LoadViewer",{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/apps/files/lib/Controller/ViewController.php","line":191,"function":"dispatchTyped","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Http/Dispatcher.php","line":200,"function":"index","class":"OCA\\Files\\Controller\\ViewController","type":"->","args":["","",null]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Http/Dispatcher.php","line":114,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/App.php","line":161,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"/volume1/Web/cloud/lib/private/Route/Router.php","line":307,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Files\\Controller\\ViewController","index",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"files.view.index"}]},{"file":"/volume1/Web/cloud/lib/base.php","line":1040,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/apps/files/"]},{"file":"/volume1/Web/cloud/index.php","line":24,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/volume1/Web/cloud/lib/private/DB/QueryBuilder/QueryBuilder.php","Line":1197,"message":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon.","exception":{},"CustomMessage":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon."}}
{"reqId":"INaXn7jIinLNOBv0B652","level":0,"time":"2025-05-19T11:53:59+00:00","remoteAddr":"10.0.0.253","user":"fuxing","app":"no app in context","method":"GET","url":"/cloud/apps/files/","message":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","version":"31.0.5.1","exception":{"Exception":"Exception","Message":"Deprecated call to OC\\DB\\QueryBuilder\\QueryBuilder::resetQueryPart","Code":0,"Trace":[{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":182,"function":"resetQueryPart","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->","args":["from"]},{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":246,"function":"selectFromType","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":["folder"]},{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":114,"function":"getFindSoftDeletedChildrenQuery","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":["folder"]},{"function":"__construct","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":[{"__class__":"OC\\DB\\ConnectionAdapter"},{"__class__":"OC\\EventDispatcher\\EventDispatcher"},{"__class__":"OCA\\Bookmarks\\Db\\FolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\BookmarkMapper"},{"__class__":"OCA\\Bookmarks\\Db\\ShareMapper"},{"__class__":"OCA\\Bookmarks\\Db\\SharedFolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\PublicFolderMapper"},{"__class__":"OCA\\Bookmarks\\Service\\TreeCacheManager"},{"__class__":"OC\\User\\Manager"},{"__class__":"OC\\AppFramework\\Utility\\TimeFactory"},{"__class__":"OC\\AppFramework\\ScopedPsrLogger"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"newInstanceArgs","class":"ReflectionClass","type":"->","args":[[{"__class__":"OC\\DB\\ConnectionAdapter"},{"__class__":"OC\\EventDispatcher\\EventDispatcher"},{"__class__":"OCA\\Bookmarks\\Db\\FolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\BookmarkMapper"},{"__class__":"OCA\\Bookmarks\\Db\\ShareMapper"},{"__class__":"OCA\\Bookmarks\\Db\\SharedFolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\PublicFolderMapper"},{"__class__":"OCA\\Bookmarks\\Service\\TreeCacheManager"},{"__class__":"OC\\User\\Manager"},{"__class__":"OC\\AppFramework\\Utility\\TimeFactory"},{"__class__":"OC\\AppFramework\\ScopedPsrLogger"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Db\\TreeMapper"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":412,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":74,"function":"query","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper",true]},{"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"array_map","args":[{"__class__":"Closure"},[{"__class__":"ReflectionParameter","name":"bookmarkMapper"},{"__class__":"ReflectionParameter","name":"folderMapper"},{"__class__":"ReflectionParameter","name":"tagMapper"},"*** sensitive parameters replaced ***",{"__class__":"ReflectionParameter","name":"linkExplorer"},{"__class__":"ReflectionParameter","name":"bookmarkPreviewer"},{"__class__":"ReflectionParameter","name":"faviconPreviewer"},{"__class__":"ReflectionParameter","name":"folders"},{"__class__":"ReflectionParameter","name":"eventDispatcher"},{"__class__":"ReflectionParameter","name":"hashManager"},{"__class__":"ReflectionParameter","name":"urlNormalizer"},{"__class__":"ReflectionParameter","name":"crawler"},{"__class__":"ReflectionParameter","name":"jobList"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Service\\BookmarkService"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":412,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":74,"function":"query","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService",true]},{"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"array_map","args":[{"__class__":"Closure"},[{"__class__":"ReflectionParameter","name":"l10n"},{"__class__":"ReflectionParameter","name":"userId"},{"__class__":"ReflectionParameter","name":"urlGenerator"},"*** sensitive parameters replaced ***",{"__class__":"ReflectionParameter","name":"authorizer"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/ServerContainer.php","line":137,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":42,"function":"query","class":"OC\\ServerContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":191,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"function":"OC\\Collaboration\\Reference\\{closure}","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":188,"function":"array_map","args":[{"__class__":"Closure"},["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":214,"function":"getProviders","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":[]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/RenderReferenceEventListener.php","line":39,"function":"getDiscoverableProviders","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":[]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/ServiceEventListener.php","line":68,"function":"handle","class":"OC\\Collaboration\\Reference\\RenderReferenceEventListener","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":220,"function":"__invoke","class":"OC\\EventDispatcher\\ServiceEventListener","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"},"OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"Symfony\\Component\\EventDispatcher\\EventDispatcher"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":56,"function":"callListeners","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[[{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"}],"OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":67,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"},"OCP\\Collaboration\\Reference\\RenderReferenceEvent"]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":79,"function":"dispatch","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":["OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/apps/text/lib/Listeners/LoadViewerListener.php","line":36,"function":"dispatchTyped","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/ServiceEventListener.php","line":68,"function":"handle","class":"OCA\\Text\\Listeners\\LoadViewerListener","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":220,"function":"__invoke","class":"OC\\EventDispatcher\\ServiceEventListener","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"},"OCA\\Viewer\\Event\\LoadViewer",{"__class__":"Symfony\\Component\\EventDispatcher\\EventDispatcher"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":56,"function":"callListeners","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[[{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"}],"OCA\\Viewer\\Event\\LoadViewer",{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":67,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"},"OCA\\Viewer\\Event\\LoadViewer"]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":79,"function":"dispatch","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":["OCA\\Viewer\\Event\\LoadViewer",{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/apps/files/lib/Controller/ViewController.php","line":191,"function":"dispatchTyped","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Http/Dispatcher.php","line":200,"function":"index","class":"OCA\\Files\\Controller\\ViewController","type":"->","args":["","",null]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Http/Dispatcher.php","line":114,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/App.php","line":161,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"/volume1/Web/cloud/lib/private/Route/Router.php","line":307,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Files\\Controller\\ViewController","index",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"files.view.index"}]},{"file":"/volume1/Web/cloud/lib/base.php","line":1040,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/apps/files/"]},{"file":"/volume1/Web/cloud/index.php","line":24,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/volume1/Web/cloud/lib/private/DB/QueryBuilder/QueryBuilder.php","Line":1197,"message":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon.","exception":{},"CustomMessage":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon."}}
{"reqId":"INaXn7jIinLNOBv0B652","level":0,"time":"2025-05-19T11:53:59+00:00","remoteAddr":"10.0.0.253","user":"fuxing","app":"no app in context","method":"GET","url":"/cloud/apps/files/","message":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","version":"31.0.5.1","exception":{"Exception":"Exception","Message":"Deprecated call to OC\\DB\\QueryBuilder\\QueryBuilder::resetQueryPart","Code":0,"Trace":[{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":182,"function":"resetQueryPart","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->","args":["from"]},{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":246,"function":"selectFromType","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":["share"]},{"file":"/volume1/Web/cloud/apps/bookmarks/lib/Db/TreeMapper.php","line":115,"function":"getFindSoftDeletedChildrenQuery","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":["share"]},{"function":"__construct","class":"OCA\\Bookmarks\\Db\\TreeMapper","type":"->","args":[{"__class__":"OC\\DB\\ConnectionAdapter"},{"__class__":"OC\\EventDispatcher\\EventDispatcher"},{"__class__":"OCA\\Bookmarks\\Db\\FolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\BookmarkMapper"},{"__class__":"OCA\\Bookmarks\\Db\\ShareMapper"},{"__class__":"OCA\\Bookmarks\\Db\\SharedFolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\PublicFolderMapper"},{"__class__":"OCA\\Bookmarks\\Service\\TreeCacheManager"},{"__class__":"OC\\User\\Manager"},{"__class__":"OC\\AppFramework\\Utility\\TimeFactory"},{"__class__":"OC\\AppFramework\\ScopedPsrLogger"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"newInstanceArgs","class":"ReflectionClass","type":"->","args":[[{"__class__":"OC\\DB\\ConnectionAdapter"},{"__class__":"OC\\EventDispatcher\\EventDispatcher"},{"__class__":"OCA\\Bookmarks\\Db\\FolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\BookmarkMapper"},{"__class__":"OCA\\Bookmarks\\Db\\ShareMapper"},{"__class__":"OCA\\Bookmarks\\Db\\SharedFolderMapper"},{"__class__":"OCA\\Bookmarks\\Db\\PublicFolderMapper"},{"__class__":"OCA\\Bookmarks\\Service\\TreeCacheManager"},{"__class__":"OC\\User\\Manager"},{"__class__":"OC\\AppFramework\\Utility\\TimeFactory"},{"__class__":"OC\\AppFramework\\ScopedPsrLogger"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Db\\TreeMapper"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":412,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":74,"function":"query","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Db\\TreeMapper",true]},{"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"array_map","args":[{"__class__":"Closure"},[{"__class__":"ReflectionParameter","name":"bookmarkMapper"},{"__class__":"ReflectionParameter","name":"folderMapper"},{"__class__":"ReflectionParameter","name":"tagMapper"},"*** sensitive parameters replaced ***",{"__class__":"ReflectionParameter","name":"linkExplorer"},{"__class__":"ReflectionParameter","name":"bookmarkPreviewer"},{"__class__":"ReflectionParameter","name":"faviconPreviewer"},{"__class__":"ReflectionParameter","name":"folders"},{"__class__":"ReflectionParameter","name":"eventDispatcher"},{"__class__":"ReflectionParameter","name":"hashManager"},{"__class__":"ReflectionParameter","name":"urlNormalizer"},{"__class__":"ReflectionParameter","name":"crawler"},{"__class__":"ReflectionParameter","name":"jobList"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Service\\BookmarkService"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":412,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":74,"function":"query","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Service\\BookmarkService",true]},{"function":"OC\\AppFramework\\Utility\\{closure}","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":61,"function":"array_map","args":[{"__class__":"Closure"},[{"__class__":"ReflectionParameter","name":"l10n"},{"__class__":"ReflectionParameter","name":"userId"},{"__class__":"ReflectionParameter","name":"urlGenerator"},"*** sensitive parameters replaced ***",{"__class__":"ReflectionParameter","name":"authorizer"}]]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":106,"function":"buildClass","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":[{"__class__":"ReflectionClass","name":"OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/DependencyInjection/DIContainer.php","line":440,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/ServerContainer.php","line":137,"function":"queryNoFallback","class":"OC\\AppFramework\\DependencyInjection\\DIContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":42,"function":"query","class":"OC\\ServerContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":191,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->","args":["OCA\\Bookmarks\\Reference\\BookmarkReferenceProvider"]},{"function":"OC\\Collaboration\\Reference\\{closure}","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":188,"function":"array_map","args":[{"__class__":"Closure"},["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":214,"function":"getProviders","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":[]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/RenderReferenceEventListener.php","line":39,"function":"getDiscoverableProviders","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":[]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/ServiceEventListener.php","line":68,"function":"handle","class":"OC\\Collaboration\\Reference\\RenderReferenceEventListener","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":220,"function":"__invoke","class":"OC\\EventDispatcher\\ServiceEventListener","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"},"OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"Symfony\\Component\\EventDispatcher\\EventDispatcher"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":56,"function":"callListeners","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[[{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"}],"OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":67,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"},"OCP\\Collaboration\\Reference\\RenderReferenceEvent"]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":79,"function":"dispatch","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":["OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/apps/text/lib/Listeners/LoadViewerListener.php","line":36,"function":"dispatchTyped","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/ServiceEventListener.php","line":68,"function":"handle","class":"OCA\\Text\\Listeners\\LoadViewerListener","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":220,"function":"__invoke","class":"OC\\EventDispatcher\\ServiceEventListener","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"},"OCA\\Viewer\\Event\\LoadViewer",{"__class__":"Symfony\\Component\\EventDispatcher\\EventDispatcher"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":56,"function":"callListeners","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[[{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"}],"OCA\\Viewer\\Event\\LoadViewer",{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":67,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"},"OCA\\Viewer\\Event\\LoadViewer"]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":79,"function":"dispatch","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":["OCA\\Viewer\\Event\\LoadViewer",{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/apps/files/lib/Controller/ViewController.php","line":191,"function":"dispatchTyped","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Http/Dispatcher.php","line":200,"function":"index","class":"OCA\\Files\\Controller\\ViewController","type":"->","args":["","",null]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Http/Dispatcher.php","line":114,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/App.php","line":161,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"/volume1/Web/cloud/lib/private/Route/Router.php","line":307,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Files\\Controller\\ViewController","index",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"files.view.index"}]},{"file":"/volume1/Web/cloud/lib/base.php","line":1040,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/apps/files/"]},{"file":"/volume1/Web/cloud/index.php","line":24,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/volume1/Web/cloud/lib/private/DB/QueryBuilder/QueryBuilder.php","Line":1197,"message":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon.","exception":{},"CustomMessage":"OCP\\DB\\QueryBuilder\\IQueryBuilder::resetQueryPart is deprecated and will be removed soon."}}
{"reqId":"INaXn7jIinLNOBv0B652","level":0,"time":"2025-05-19T11:53:59+00:00","remoteAddr":"10.0.0.253","user":"fuxing","app":"no app in context","method":"GET","url":"/cloud/apps/files/","message":"The loading of lazy UserConfig values have been requested","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","version":"31.0.5.1","exception":{"Exception":"RuntimeException","Message":"ignorable exception","Code":0,"Trace":[{"file":"/volume1/Web/cloud/lib/private/Config/UserConfig.php","line":1680,"function":"loadConfig","class":"OC\\Config\\UserConfig","type":"->","args":["fuxing",null]},{"file":"/volume1/Web/cloud/lib/private/Config/UserConfig.php","line":132,"function":"loadConfigAll","class":"OC\\Config\\UserConfig","type":"->","args":["fuxing"]},{"file":"/volume1/Web/cloud/lib/private/AllConfig.php","line":298,"function":"getKeys","class":"OC\\Config\\UserConfig","type":"->","args":["fuxing","references"]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/ReferenceManager.php","line":249,"function":"getUserKeys","class":"OC\\AllConfig","type":"->","args":["fuxing","references"]},{"file":"/volume1/Web/cloud/lib/private/Collaboration/Reference/RenderReferenceEventListener.php","line":45,"function":"getUserProviderTimestamps","class":"OC\\Collaboration\\Reference\\ReferenceManager","type":"->","args":[]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/ServiceEventListener.php","line":68,"function":"handle","class":"OC\\Collaboration\\Reference\\RenderReferenceEventListener","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":220,"function":"__invoke","class":"OC\\EventDispatcher\\ServiceEventListener","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"},"OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"Symfony\\Component\\EventDispatcher\\EventDispatcher"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":56,"function":"callListeners","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[[{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"}],"OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":67,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"},"OCP\\Collaboration\\Reference\\RenderReferenceEvent"]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":79,"function":"dispatch","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":["OCP\\Collaboration\\Reference\\RenderReferenceEvent",{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/apps/text/lib/Listeners/LoadViewerListener.php","line":36,"function":"dispatchTyped","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCP\\Collaboration\\Reference\\RenderReferenceEvent"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/ServiceEventListener.php","line":68,"function":"handle","class":"OCA\\Text\\Listeners\\LoadViewerListener","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":220,"function":"__invoke","class":"OC\\EventDispatcher\\ServiceEventListener","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"},"OCA\\Viewer\\Event\\LoadViewer",{"__class__":"Symfony\\Component\\EventDispatcher\\EventDispatcher"}]},{"file":"/volume1/Web/cloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php","line":56,"function":"callListeners","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[[{"__class__":"Closure"},{"__class__":"Closure"},{"__class__":"Closure"}],"OCA\\Viewer\\Event\\LoadViewer",{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":67,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"},"OCA\\Viewer\\Event\\LoadViewer"]},{"file":"/volume1/Web/cloud/lib/private/EventDispatcher/EventDispatcher.php","line":79,"function":"dispatch","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":["OCA\\Viewer\\Event\\LoadViewer",{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/apps/files/lib/Controller/ViewController.php","line":191,"function":"dispatchTyped","class":"OC\\EventDispatcher\\EventDispatcher","type":"->","args":[{"__class__":"OCA\\Viewer\\Event\\LoadViewer"}]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Http/Dispatcher.php","line":200,"function":"index","class":"OCA\\Files\\Controller\\ViewController","type":"->","args":["","",null]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/Http/Dispatcher.php","line":114,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"/volume1/Web/cloud/lib/private/AppFramework/App.php","line":161,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files\\Controller\\ViewController"},"index"]},{"file":"/volume1/Web/cloud/lib/private/Route/Router.php","line":307,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Files\\Controller\\ViewController","index",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"files.view.index"}]},{"file":"/volume1/Web/cloud/lib/base.php","line":1040,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/apps/files/"]},{"file":"/volume1/Web/cloud/index.php","line":24,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/volume1/Web/cloud/lib/private/Config/UserConfig.php","Line":1694,"message":"The loading of lazy UserConfig values have been requested","exception":{},"CustomMessage":"The loading of lazy UserConfig values have been requested"}}
{"reqId":"EFAHZ0irGutoHvhbE7ux","level":0,"time":"2025-05-19T11:54:01+00:00","remoteAddr":"10.0.0.253","user":"--","app":"cron","method":"GET","url":"/cloud/cron.php","message":"WebCron call has selected job with ID 9100","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","version":"31.0.5.1","data":{"app":"cron"}}

{"reqId":"EFAHZ0irGutoHvhbE7ux","level":0,"time":"2025-05-19T11:54:01+00:00","remoteAddr":"10.0.0.253","user":"--","app":"cron","method":"GET","url":"/cloud/cron.php","message":"Starting job OC\\FilesMetadata\\Job\\UpdateSingleMetadata (id: 9100, arguments: [\"fuxing\",1366816])","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","version":"31.0.5.1","data":{"app":"cron"}}
{"reqId":"EFAHZ0irGutoHvhbE7ux","level":0,"time":"2025-05-19T11:54:01+00:00","remoteAddr":"10.0.0.253","user":"--","app":"cron","method":"GET","url":"/cloud/cron.php","message":"Finished job OC\\FilesMetadata\\Job\\UpdateSingleMetadata (id: 9100, arguments: [\"fuxing\",1366816]) in 0 seconds","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","version":"31.0.5.1","data":{"app":"cron"}}
{"reqId":"tq26yO7ixY0YPqqnlrBv","level":0,"time":"2025-05-19T11:54:01+00:00","remoteAddr":"10.0.0.253","user":"fuxing","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/recommendations/api/v1/recommendations","message":"OCA\\Recommendations\\Controller\\RecommendationController::index uses the @NoAdminRequired annotation and should use the #[OCP\\AppFramework\\Http\\Attribute\\NoAdminRequired] attribute instead","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","version":"31.0.5.1","data":[]}
{"reqId":"tq26yO7ixY0YPqqnlrBv","level":0,"time":"2025-05-19T11:54:01+00:00","remoteAddr":"10.0.0.253","user":"fuxing","app":"no app in context","method":"GET","url":"/cloud/ocs/v2.php/apps/recommendations/api/v1/recommendations","message":"OCA\\Recommendations\\Controller\\RecommendationController::index uses the @NoAdminRequired annotation and should use the #[OCP\\AppFramework\\Http\\Attribute\\NoAdminRequired] attribute instead","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","version":"31.0.5.1","data":[]}
{"reqId":"ZfAMy9h6ttRDtt5ywq0H","level":0,"time":"2025-05-19T11:54:14+00:00","remoteAddr":"10.0.0.253","user":"fuxing","app":"no app in context","method":"GET","url":"/cloud/index.php/core/preview?fileId=01237076ocgai6lcy7re&x=48&y=48&a=true","message":"Requesting preview for /fuxing/files/Documents/Wohnen/Langegasse21/Jahresabrechnungen/BK_Journal_2023.pdf with width=48, height=48, crop=false, mode=fill, mimeType=null","userAgent":"Mozilla/5.0 (Windows) mirall/3.16.4 (build 20250428) (Nextcloud, windows-10.0.26100 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"31.0.5.1","data":[]}

Can you post your config + app list - i.e. the output of:

occ config:list system
occ app:list

I had very similar files show up, presumably during the update to nextcloud 30 as that update worked absolutely fine but the update to 31 I did immediately afterwards complained about unexpected files. I have a manual installation on a web host, no NAS involved as far as I know.

In my case the files were named ____, _!__, _8__ and (null). All contained the same text: sh: inkscape: command not found

occ config:list system:

{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "cloud.waterpigs.co.uk"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "31.0.5.1",
        "overwrite.cli.url": "https:\/\/cloud.waterpigs.co.uk",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "mail_smtpmode": "smtp",
        "mail_smtpauth": 1,
        "mail_sendmailmode": "smtp",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "465",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "maintenance": false,
        "theme": "",
        "loglevel": 0,
        "updater.secret": "***REMOVED SENSITIVE VALUE***",
        "filelocking.enabled": false
    }
}

occ app:list:

Enabled:
  - activity: 4.0.0
  - app_api: 5.0.2
  - bruteforcesettings: 4.0.0
  - calendar: 5.2.4
  - circles: 31.0.0
  - cloud_federation_api: 1.14.0
  - comments: 1.21.0
  - contacts: 7.1.1
  - contactsinteraction: 1.12.0
  - dashboard: 7.11.0
  - dav: 1.33.0
  - federatedfilesharing: 1.21.0
  - federation: 1.21.0
  - files: 2.3.1
  - files_downloadlimit: 4.0.0
  - files_pdfviewer: 4.0.0
  - files_reminders: 1.4.0
  - files_sharing: 1.23.1
  - files_trashbin: 1.21.0
  - files_versions: 1.24.0
  - firstrunwizard: 4.0.0
  - logreader: 4.0.0
  - lookup_server_connector: 1.19.0
  - nextcloud_announcements: 3.0.0
  - notes: 4.12.0
  - notifications: 4.0.0
  - oauth2: 1.19.1
  - password_policy: 3.0.0
  - photos: 4.0.0-dev.1
  - privacy: 3.0.0
  - profile: 1.0.0
  - provisioning_api: 1.21.0
  - recommendations: 4.0.0
  - related_resources: 2.0.0
  - richdocuments: 8.6.5
  - richdocumentscode: 24.4.1303
  - serverinfo: 3.0.0
  - settings: 1.14.0
  - sharebymail: 1.21.0
  - spreed: 21.0.4
  - support: 3.0.0
  - survey_client: 3.0.0
  - systemtags: 1.21.1
  - tasks: 0.16.1
  - text: 5.0.0
  - theming: 2.6.1
  - twofactor_backupcodes: 1.20.0
  - updatenotification: 1.21.0
  - user_status: 1.11.0
  - viewer: 4.0.0
  - weather_status: 1.11.0
  - webhook_listeners: 1.2.0
  - workflowengine: 2.13.0
Disabled:
  - admin_audit: 1.21.0
  - encryption: 2.19.0
  - files_external: 1.23.0
  - files_rightclick: 0.15.1 (installed 1.6.0)
  - mail: 3.2.6
  - suspicious_login: 9.0.1
  - twofactor_nextcloud_notification: 5.0.0
  - twofactor_totp: 13.0.0-dev.0
  - user_ldap: 1.22.0

(Both commands run after having removed the weird files and updated to nextcloud 31)