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":[]}