-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmap28-feedbackbugfeature: external storage
Description
⚠️ This issue respects the following points: ⚠️
- This is a bug, not a question or a configuration/webserver/proxy issue.
- This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- I agree to follow Nextcloud's Code of Conduct.
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
- Setup an S3 bucket as external storage mounted on /
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmap28-feedbackbugfeature: external storage