Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Unable to upload "big" files to S3 external storage #43642

Closed
4 of 8 tasks
hyoretsu opened this issue Feb 18, 2024 · 5 comments · Fixed by #43794
Closed
4 of 8 tasks

[Bug]: Unable to upload "big" files to S3 external storage #43642

hyoretsu opened this issue Feb 18, 2024 · 5 comments · Fixed by #43794
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 28-feedback bug feature: external storage

Comments

@hyoretsu
Copy link

hyoretsu commented Feb 18, 2024

⚠️ This issue respects the following points: ⚠️

Bug description

I simply can't upload files larger than at least 80MB using Nextcloud. It uploads just fine on S3 console.

Steps to reproduce

  1. Setup an S3 bucket as external storage mounted on /
  2. Try to upload my file in Additional information

Expected behavior

It should upload.

Installation method

None

Nextcloud Server version

26

Operating system

None

PHP engine version

None

Web server

None

Database engine version

None

Is this bug present after an update or on a fresh install?

None

Are you using the Nextcloud Server Encryption module?

None

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

{
    "system": {
        "cache_path": "\/tmp\/nextcloud-cache",
        "one-click-instance": true,
        "one-click-instance.user-limit": 100,
        "memcache.local": "\\OC\\Memcache\\APCu",
        "apps_paths": [
            {
                "path": "\/var\/www\/html\/apps",
                "url": "\/apps",
                "writable": false
            },
            {
                "path": "\/var\/www\/html\/custom_apps",
                "url": "\/custom_apps",
                "writable": true
            }
        ],
        "appsallowlist": [],
        "check_data_directory_permissions": false,
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "password": "***REMOVED SENSITIVE VALUE***",
            "port": 6379
        },
        "overwritehost": "nextcloud.hyoretsu.com",
        "overwriteprotocol": "https",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "localhost",
            "nextcloud.hyoretsu.com"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "pgsql",
        "version": "28.0.2.5",
        "overwrite.cli.url": "https:\/\/nextcloud.hyoretsu.com\/",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "maintenance": false,
        "updatedirectory": "\/nc-updater",
        "loglevel": "2",
        "app_install_overwrite": [
            "nextcloud-aio",
            "facerecognition"
        ],
        "log_type": "file",
        "logfile": "\/var\/www\/html\/data\/nextcloud.log",
        "log_rotate_size": "10485760",
        "log.condition": {
            "apps": [
                "admin_audit"
            ]
        },
        "preview_max_x": "2048",
        "preview_max_y": "2048",
        "jpeg_quality": "60",
        "enabledPreviewProviders": {
            "1": "OC\\Preview\\Image",
            "2": "OC\\Preview\\MarkDown",
            "3": "OC\\Preview\\MP3",
            "4": "OC\\Preview\\TXT",
            "5": "OC\\Preview\\OpenDocument",
            "6": "OC\\Preview\\Movie",
            "7": "OC\\Preview\\Krita"
        },
        "enable_previews": true,
        "upgrade.disable-web": true,
        "mail_smtpmode": "smtp",
        "trashbin_retention_obligation": "auto, 30",
        "versions_retention_obligation": "auto, 30",
        "activity_expire_days": "30",
        "simpleSignUpLink.shown": false,
        "share_folder": "\/Shared",
        "one-click-instance.link": "https:\/\/nextcloud.com\/all-in-one\/",
        "upgrade.cli-upgrade-link": "https:\/\/github.com\/nextcloud\/all-in-one\/discussions\/2726",
        "allow_local_remote_servers": true,
        "davstorage.request_timeout": 3600,
        "htaccess.RewriteBase": "\/",
        "dbpersistent": false,
        "files_external_allow_create_new_local": false,
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "twofactor_enforced": "false",
        "twofactor_enforced_groups": [],
        "twofactor_enforced_excluded_groups": [],
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_sendmailmode": "smtp",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "587",
        "mail_smtpauth": 1,
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***"
    }
}

List of activated Apps

Enabled:
  - activity: 2.20.0
  - admin_audit: 1.18.0
  - calendar: 4.6.5
  - circles: 28.0.0-dev
  - cloud_federation_api: 1.11.0
  - comments: 1.18.0
  - contacts: 5.5.1
  - contactsinteraction: 1.9.0
  - dashboard: 7.8.0
  - dav: 1.29.1
  - deck: 1.12.2
  - drawio: 3.0.2
  - encryption: 2.16.0
  - federatedfilesharing: 1.18.0
  - federation: 1.18.0
  - files: 2.0.0
  - files_3dmodelviewer: 0.0.12
  - files_external: 1.20.0
  - files_pdfviewer: 2.9.0
  - files_reminders: 1.1.0
  - files_sharing: 1.20.0
  - files_trashbin: 1.18.0
  - files_versions: 1.21.0
  - firstrunwizard: 2.17.0
  - integration_deepl: 1.1.2
  - integration_github: 2.0.6
  - integration_openai: 1.2.0
  - logreader: 2.13.0
  - lookup_server_connector: 1.16.0
  - maps: 1.3.1
  - nextcloud-aio: 0.4.0
  - nextcloud_announcements: 1.17.0
  - notes: 4.9.2
  - notifications: 2.16.0
  - notify_push: 0.6.9
  - oauth2: 1.16.3
  - password_policy: 1.18.0
  - photos: 2.4.0
  - privacy: 1.12.0
  - provisioning_api: 1.18.0
  - recognize: 6.0.1
  - recommendations: 2.0.0
  - related_resources: 1.3.0
  - richdocuments: 8.3.1
  - serverinfo: 1.18.0
  - settings: 1.10.1
  - sharebymail: 1.18.0
  - spreed: 18.0.3
  - support: 1.11.0
  - survey_client: 1.16.0
  - systemtags: 1.18.0
  - tasks: 0.15.0
  - text: 3.9.1
  - theming: 2.3.0
  - twofactor_backupcodes: 1.17.0
  - twofactor_totp: 10.0.0-beta.2
  - user_status: 1.8.1
  - viewer: 2.2.0
  - weather_status: 1.8.0
  - workflowengine: 2.10.0
Disabled:
  - bruteforcesettings: 2.8.0
  - suspicious_login: 6.0.0
  - user_ldap: 1.19.0 (installed 1.19.0)

Nextcloud Signing status

No errors have been found.

Nextcloud Logs

{"reqId":"zrnIVrlXpiyFW2SMF5PV","level":3,"time":"2024-02-18T12:15:22+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/hyoretsu/@UFPB/","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"zrnIVrlXpiyFW2SMF5PV","level":3,"time":"2024-02-18T12:15:22+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/hyoretsu/@UFPB/","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"zrnIVrlXpiyFW2SMF5PV","level":3,"time":"2024-02-18T12:15:22+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/hyoretsu/@UFPB/","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"zrnIVrlXpiyFW2SMF5PV","level":3,"time":"2024-02-18T12:15:22+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/hyoretsu/@UFPB/","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"zrnIVrlXpiyFW2SMF5PV","level":3,"time":"2024-02-18T12:15:22+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/hyoretsu/@UFPB/","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"zrnIVrlXpiyFW2SMF5PV","level":3,"time":"2024-02-18T12:15:22+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/hyoretsu/@UFPB/","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"zrnIVrlXpiyFW2SMF5PV","level":3,"time":"2024-02-18T12:15:22+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/hyoretsu/@UFPB/","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"Bo1VAT5cWhC8JcTpNxh1","level":3,"time":"2024-02-18T12:17:25+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"Bo1VAT5cWhC8JcTpNxh1","level":3,"time":"2024-02-18T12:17:25+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"Bo1VAT5cWhC8JcTpNxh1","level":3,"time":"2024-02-18T12:17:25+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"Bo1VAT5cWhC8JcTpNxh1","level":3,"time":"2024-02-18T12:17:25+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"Bo1VAT5cWhC8JcTpNxh1","level":3,"time":"2024-02-18T12:17:25+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"Bo1VAT5cWhC8JcTpNxh1","level":3,"time":"2024-02-18T12:17:25+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"Bo1VAT5cWhC8JcTpNxh1","level":3,"time":"2024-02-18T12:17:25+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"Bo1VAT5cWhC8JcTpNxh1","level":3,"time":"2024-02-18T12:17:25+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"Bo1VAT5cWhC8JcTpNxh1","level":3,"time":"2024-02-18T12:17:25+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"Bo1VAT5cWhC8JcTpNxh1","level":3,"time":"2024-02-18T12:17:25+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"Bo1VAT5cWhC8JcTpNxh1","level":3,"time":"2024-02-18T12:17:25+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"Bo1VAT5cWhC8JcTpNxh1","level":3,"time":"2024-02-18T12:17:25+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"cTTiTDrNCtM0MEEfkauL","level":3,"time":"2024-02-18T12:18:30+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"cTTiTDrNCtM0MEEfkauL","level":3,"time":"2024-02-18T12:18:30+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"cTTiTDrNCtM0MEEfkauL","level":3,"time":"2024-02-18T12:18:30+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"cTTiTDrNCtM0MEEfkauL","level":3,"time":"2024-02-18T12:18:30+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"cTTiTDrNCtM0MEEfkauL","level":3,"time":"2024-02-18T12:18:30+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"cTTiTDrNCtM0MEEfkauL","level":3,"time":"2024-02-18T12:18:30+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"cTTiTDrNCtM0MEEfkauL","level":3,"time":"2024-02-18T12:18:30+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"cTTiTDrNCtM0MEEfkauL","level":3,"time":"2024-02-18T12:18:30+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"cTTiTDrNCtM0MEEfkauL","level":3,"time":"2024-02-18T12:18:30+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"cTTiTDrNCtM0MEEfkauL","level":3,"time":"2024-02-18T12:18:30+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"cTTiTDrNCtM0MEEfkauL","level":3,"time":"2024-02-18T12:18:30+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"cTTiTDrNCtM0MEEfkauL","level":3,"time":"2024-02-18T12:18:30+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/webdav","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"6R9HvYsR4Dvy0yLG1xR3","level":3,"time":"2024-02-18T12:19:08+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"GET","url":"/remote.php/dav/files/hyoretsu/.Hello/JAV/SSNI-890.mp4","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"6R9HvYsR4Dvy0yLG1xR3","level":3,"time":"2024-02-18T12:19:08+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"GET","url":"/remote.php/dav/files/hyoretsu/.Hello/JAV/SSNI-890.mp4","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"6R9HvYsR4Dvy0yLG1xR3","level":3,"time":"2024-02-18T12:19:08+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"GET","url":"/remote.php/dav/files/hyoretsu/.Hello/JAV/SSNI-890.mp4","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"6R9HvYsR4Dvy0yLG1xR3","level":3,"time":"2024-02-18T12:19:08+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"GET","url":"/remote.php/dav/files/hyoretsu/.Hello/JAV/SSNI-890.mp4","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"OYhRYe0OuL4n2lrf0CL5","level":3,"time":"2024-02-18T12:20:27+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"GET","url":"/remote.php/dav/files/hyoretsu/.Hello/JAV/SSNI-916.mp4","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"OYhRYe0OuL4n2lrf0CL5","level":3,"time":"2024-02-18T12:20:27+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"GET","url":"/remote.php/dav/files/hyoretsu/.Hello/JAV/SSNI-916.mp4","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"OYhRYe0OuL4n2lrf0CL5","level":3,"time":"2024-02-18T12:20:27+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"GET","url":"/remote.php/dav/files/hyoretsu/.Hello/JAV/SSNI-916.mp4","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"OYhRYe0OuL4n2lrf0CL5","level":3,"time":"2024-02-18T12:20:27+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"GET","url":"/remote.php/dav/files/hyoretsu/.Hello/JAV/SSNI-916.mp4","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:38+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:38+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:38+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:38+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:38+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:38+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:38+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:38+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:38+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:38+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:38+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:38+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TCuMoJfyYiq5rA1FeNUw","level":3,"time":"2024-02-18T12:21:39+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"--","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TgzoEHndKYeZ9GDPOq0D","level":3,"time":"2024-02-18T12:24:35+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"GET","url":"/remote.php/dav/files/hyoretsu/.Hello/JAV/SW-304.mp4","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TgzoEHndKYeZ9GDPOq0D","level":3,"time":"2024-02-18T12:24:35+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"GET","url":"/remote.php/dav/files/hyoretsu/.Hello/JAV/SW-304.mp4","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TgzoEHndKYeZ9GDPOq0D","level":3,"time":"2024-02-18T12:24:35+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"GET","url":"/remote.php/dav/files/hyoretsu/.Hello/JAV/SW-304.mp4","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"TgzoEHndKYeZ9GDPOq0D","level":3,"time":"2024-02-18T12:24:35+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"GET","url":"/remote.php/dav/files/hyoretsu/.Hello/JAV/SW-304.mp4","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"Y5pqWDJSXM7ynq5AzhWz","level":3,"time":"2024-02-18T12:25:35+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"GET","url":"/remote.php/dav/files/hyoretsu/.Hello/JAV/WANZ-956.mp4","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"Y5pqWDJSXM7ynq5AzhWz","level":3,"time":"2024-02-18T12:25:35+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"GET","url":"/remote.php/dav/files/hyoretsu/.Hello/JAV/WANZ-956.mp4","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"Y5pqWDJSXM7ynq5AzhWz","level":3,"time":"2024-02-18T12:25:35+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"GET","url":"/remote.php/dav/files/hyoretsu/.Hello/JAV/WANZ-956.mp4","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"Y5pqWDJSXM7ynq5AzhWz","level":3,"time":"2024-02-18T12:25:35+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"GET","url":"/remote.php/dav/files/hyoretsu/.Hello/JAV/WANZ-956.mp4","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"6uri7ngi0XScOfbb5L1A","level":3,"time":"2024-02-18T12:26:56+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/hyoretsu/","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"6uri7ngi0XScOfbb5L1A","level":3,"time":"2024-02-18T12:26:56+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/hyoretsu/","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"6uri7ngi0XScOfbb5L1A","level":3,"time":"2024-02-18T12:26:56+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/hyoretsu/","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"6uri7ngi0XScOfbb5L1A","level":3,"time":"2024-02-18T12:26:56+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/hyoretsu/","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"6uri7ngi0XScOfbb5L1A","level":3,"time":"2024-02-18T12:26:56+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/hyoretsu/","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"6uri7ngi0XScOfbb5L1A","level":3,"time":"2024-02-18T12:26:56+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/hyoretsu/","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"6uri7ngi0XScOfbb5L1A","level":3,"time":"2024-02-18T12:26:56+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/hyoretsu/","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"6uri7ngi0XScOfbb5L1A","level":3,"time":"2024-02-18T12:26:56+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/hyoretsu/","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"6uri7ngi0XScOfbb5L1A","level":3,"time":"2024-02-18T12:26:56+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/hyoretsu/","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"6uri7ngi0XScOfbb5L1A","level":3,"time":"2024-02-18T12:26:56+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/hyoretsu/","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"6uri7ngi0XScOfbb5L1A","level":3,"time":"2024-02-18T12:26:56+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/hyoretsu/","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}
{"reqId":"6uri7ngi0XScOfbb5L1A","level":3,"time":"2024-02-18T12:26:56+00:00","remoteAddr":"172.21.0.1","user":"hyoretsu","app":"PHP","method":"PROPFIND","url":"/remote.php/dav/files/hyoretsu/","message":"Array to string conversion at /var/www/html/lib/private/Files/Cache/Scanner.php#222","userAgent":"Mozilla/5.0 (Windows) mirall/3.12.0stable-Win64 (build 20240213) (Nextcloud, windows-10.0.22631 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.2.5","data":{"app":"PHP"}}

Additional info

Using Caddy and here's the file: https://drive.google.com/file/d/1YiYQhWQxqOA8fBGJPQhrWT2snHOUeJix/view?usp=sharing

@hyoretsu hyoretsu added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Feb 18, 2024
@hyoretsu
Copy link
Author

Might be unrelated to big files, I'm getting a 500 when uploading a random photo I just took from the mobile app.

@joshtrichards
Copy link
Member

For what it's worth, I can upload files to S3 via External Storage without any problem, Both large and small.

If there is a 500 error, please look at the entries in the Nextcloud log during the time period of the upload for clues as to the underlying cause.

@hyoretsu
Copy link
Author

All my errors in the log have to do with that same Array to string conversion I already sent.

@joshtrichards
Copy link
Member

Related: #43408

@joshtrichards
Copy link
Member

joshtrichards commented May 6, 2024

The array to string conversion will be addressed in #43794. It's unclear if that's the underlying cause of your primary reported issue, but it's definitely the one you provided logs for. Any chance you confirm whether applying that PR in your environment addresses your upload issue?

https://docs.nextcloud.com/server/latest/admin_manual/issues/applying_patch.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 28-feedback bug feature: external storage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants