nextcloud / tasks

:white_check_mark: Tasks app for Nextcloud
https://apps.nextcloud.com/apps/tasks
GNU Affero General Public License v3.0
561 stars 95 forks source link

Navbar Link Broken #2611

Closed eldridgea closed 2 weeks ago

eldridgea commented 2 weeks ago

Steps to reproduce

  1. Click Tasks icon in Navbar

Expected behavior

  1. Click Tasks icon in Navbar
  2. The link takes you to the Tasks app

Actual behaviour

  1. Click Tasks icon in Navbar
  2. The link takes you to the page you're already on (e.g. Calendar, Dashboard)

(The actual link points to whatever the current URL in the URL bar is)

Tasks app version

0.16.0

CalDAV-clients used

n/a

Browser

Firefox 127

Client operating system

macOS & Fedora

Server operating system

Ubuntu LTS

Web server

Apache

Database engine version

None

PHP engine version

None

Nextcloud version

Nextcloud Hub 8 (29.0.2) AIO v9.0.1

Updated from an older installed version or fresh install

Updated

List of activated apps

Nextcloud configuration

{
    "system": {
        "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": false,
        "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.naphos.com",
        "overwriteprotocol": "https",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "localhost",
            "nextcloud.naphos.com"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "pgsql",
        "version": "29.0.2.2",
        "overwrite.cli.url": "https:\/\/nextcloud.naphos.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",
        "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",
            "0": "OC\\Preview\\Imaginary"
        },
        "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***",
        "preview_imaginary_url": "***REMOVED SENSITIVE VALUE***",
        "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***",
        "default_phone_region": "US",
        "defaultapp": "",
        "maintenance_window_start": 100,
        "preview_imaginary_key": "***REMOVED SENSITIVE VALUE***",
        "auth.bruteforce.protection.enabled": true,
        "ratelimit.protection.enabled": true,
        "has_rebuilt_cache": true,
        "app_install_overwrite": [
            "mail_roundcube"
        ]
    }
}

Web server error log

No response

Log file

{"reqId":"i4Tg9VPLojANIB4g31dq","level":2,"time":"2024-06-26T15:11:04+00:00","remoteAddr":"","user":"--","app":"app_api","method":"","url":"--","message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"GuzzleHttp\\Exception\\ConnectException","Message":"cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":158,"function":"createRejection","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":110,"function":"finishError","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php","line":47,"function":"finish","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":142,"function":"__invoke","class":"GuzzleHttp\\Handler\\CurlHandler","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/DnsPinMiddleware.php","line":123,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":66,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":333,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":169,"function":"transfer","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":189,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/Client.php","line":230,"function":"request","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","http://context_chat_backend:23000/enabled",["/mnt/ncdata/files_external/rootcerts.crt",30,["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 3 more entries, set log level to debug to see all entries"],[true],true]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":101,"function":"get","class":"OC\\Http\\Client\\Client","type":"->","args":["http://context_chat_backend:23000/enabled",[["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 1 more entries, set log level to debug to see all entries"],[true]]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":89,"function":"requestToExAppInternal","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"GET","http://context_chat_backend:23000/enabled",["SensitiveParameterValue"]]},{"file":"/var/www/html/custom_apps/app_api/lib/PublicFunctions.php","line":37,"function":"requestToExApp","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"/enabled",null,"GET",[],[],null]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":76,"function":"exAppRequest","class":"OCA\\AppAPI\\PublicFunctions","type":"->","args":["context_chat_backend","/enabled",null,"GET"]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 246154",null,["eldridgea","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json","application/json",1713377506,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 246154","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json",null,1713377506,"application/json","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",24753],["OCA\\ContextChat\\Db\\QueueFile",24754],["OCA\\ContextChat\\Db\\QueueFile",24755],["OCA\\ContextChat\\Db\\QueueFile",24756],["OCA\\ContextChat\\Db\\QueueFile",24757],"And 1995 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[4,410]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","Line":210,"message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","exception":{},"CustomMessage":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled"}}
{"reqId":"i4Tg9VPLojANIB4g31dq","level":2,"time":"2024-06-26T15:11:04+00:00","remoteAddr":"","user":"--","app":"context_chat","method":"","url":"--","message":"Temporary problem with indexing, trying again soon","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"RuntimeException","Message":"Error during request to ExApp (context_chat_backend): cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 246154",null,["eldridgea","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json","application/json",1713377506,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 246154","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json",null,1713377506,"application/json","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",24753],["OCA\\ContextChat\\Db\\QueueFile",24754],["OCA\\ContextChat\\Db\\QueueFile",24755],["OCA\\ContextChat\\Db\\QueueFile",24756],["OCA\\ContextChat\\Db\\QueueFile",24757],"And 1995 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[4,410]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","Line":79,"message":"Temporary problem with indexing, trying again soon","exception":{},"CustomMessage":"Temporary problem with indexing, trying again soon"}}
{"reqId":"i4Tg9VPLojANIB4g31dq","level":2,"time":"2024-06-26T15:11:05+00:00","remoteAddr":"","user":"--","app":"app_api","method":"","url":"--","message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"GuzzleHttp\\Exception\\ConnectException","Message":"cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":158,"function":"createRejection","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":110,"function":"finishError","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php","line":47,"function":"finish","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":142,"function":"__invoke","class":"GuzzleHttp\\Handler\\CurlHandler","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/DnsPinMiddleware.php","line":123,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":66,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":333,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":169,"function":"transfer","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":189,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/Client.php","line":230,"function":"request","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","http://context_chat_backend:23000/enabled",["/mnt/ncdata/files_external/rootcerts.crt",30,["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 3 more entries, set log level to debug to see all entries"],[true],true]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":101,"function":"get","class":"OC\\Http\\Client\\Client","type":"->","args":["http://context_chat_backend:23000/enabled",[["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 1 more entries, set log level to debug to see all entries"],[true]]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":89,"function":"requestToExAppInternal","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"GET","http://context_chat_backend:23000/enabled",["SensitiveParameterValue"]]},{"file":"/var/www/html/custom_apps/app_api/lib/PublicFunctions.php","line":37,"function":"requestToExApp","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"/enabled",null,"GET",[],[],null]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":76,"function":"exAppRequest","class":"OCA\\AppAPI\\PublicFunctions","type":"->","args":["context_chat_backend","/enabled",null,"GET"]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 466175",null,["eldridgea","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272","application/vnd.oasis.opendocument.text",1718911343,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 466175","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272",null,1718911343,"application/vnd.oasis.opendocument.text","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",3708],["OCA\\ContextChat\\Db\\QueueFile",14729],["OCA\\ContextChat\\Db\\QueueFile",14730],["OCA\\ContextChat\\Db\\QueueFile",14731],["OCA\\ContextChat\\Db\\QueueFile",14732],"And 14 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[3,172]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","Line":210,"message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","exception":{},"CustomMessage":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled"}}
{"reqId":"i4Tg9VPLojANIB4g31dq","level":2,"time":"2024-06-26T15:11:05+00:00","remoteAddr":"","user":"--","app":"context_chat","method":"","url":"--","message":"Temporary problem with indexing, trying again soon","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"RuntimeException","Message":"Error during request to ExApp (context_chat_backend): cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 466175",null,["eldridgea","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272","application/vnd.oasis.opendocument.text",1718911343,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 466175","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272",null,1718911343,"application/vnd.oasis.opendocument.text","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",3708],["OCA\\ContextChat\\Db\\QueueFile",14729],["OCA\\ContextChat\\Db\\QueueFile",14730],["OCA\\ContextChat\\Db\\QueueFile",14731],["OCA\\ContextChat\\Db\\QueueFile",14732],"And 14 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[3,172]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","Line":79,"message":"Temporary problem with indexing, trying again soon","exception":{},"CustomMessage":"Temporary problem with indexing, trying again soon"}}
{"reqId":"4VnER9xQdGDcuo9oootv","level":2,"time":"2024-06-26T15:21:05+00:00","remoteAddr":"","user":"--","app":"app_api","method":"","url":"--","message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"GuzzleHttp\\Exception\\ConnectException","Message":"cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":158,"function":"createRejection","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":110,"function":"finishError","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php","line":47,"function":"finish","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":142,"function":"__invoke","class":"GuzzleHttp\\Handler\\CurlHandler","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/DnsPinMiddleware.php","line":123,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":66,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":333,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":169,"function":"transfer","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":189,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/Client.php","line":230,"function":"request","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","http://context_chat_backend:23000/enabled",["/mnt/ncdata/files_external/rootcerts.crt",30,["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 3 more entries, set log level to debug to see all entries"],[true],true]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":101,"function":"get","class":"OC\\Http\\Client\\Client","type":"->","args":["http://context_chat_backend:23000/enabled",[["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 1 more entries, set log level to debug to see all entries"],[true]]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":89,"function":"requestToExAppInternal","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"GET","http://context_chat_backend:23000/enabled",["SensitiveParameterValue"]]},{"file":"/var/www/html/custom_apps/app_api/lib/PublicFunctions.php","line":37,"function":"requestToExApp","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"/enabled",null,"GET",[],[],null]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":76,"function":"exAppRequest","class":"OCA\\AppAPI\\PublicFunctions","type":"->","args":["context_chat_backend","/enabled",null,"GET"]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 246154",null,["eldridgea","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json","application/json",1713377506,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 246154","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json",null,1713377506,"application/json","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",24753],["OCA\\ContextChat\\Db\\QueueFile",24754],["OCA\\ContextChat\\Db\\QueueFile",24755],["OCA\\ContextChat\\Db\\QueueFile",24756],["OCA\\ContextChat\\Db\\QueueFile",24757],"And 1995 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[4,410]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","Line":210,"message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","exception":{},"CustomMessage":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled"}}
{"reqId":"4VnER9xQdGDcuo9oootv","level":2,"time":"2024-06-26T15:21:05+00:00","remoteAddr":"","user":"--","app":"context_chat","method":"","url":"--","message":"Temporary problem with indexing, trying again soon","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"RuntimeException","Message":"Error during request to ExApp (context_chat_backend): cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 246154",null,["eldridgea","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json","application/json",1713377506,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 246154","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json",null,1713377506,"application/json","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",24753],["OCA\\ContextChat\\Db\\QueueFile",24754],["OCA\\ContextChat\\Db\\QueueFile",24755],["OCA\\ContextChat\\Db\\QueueFile",24756],["OCA\\ContextChat\\Db\\QueueFile",24757],"And 1995 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[4,410]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","Line":79,"message":"Temporary problem with indexing, trying again soon","exception":{},"CustomMessage":"Temporary problem with indexing, trying again soon"}}
{"reqId":"4VnER9xQdGDcuo9oootv","level":2,"time":"2024-06-26T15:21:05+00:00","remoteAddr":"","user":"--","app":"app_api","method":"","url":"--","message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"GuzzleHttp\\Exception\\ConnectException","Message":"cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":158,"function":"createRejection","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":110,"function":"finishError","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php","line":47,"function":"finish","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":142,"function":"__invoke","class":"GuzzleHttp\\Handler\\CurlHandler","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/DnsPinMiddleware.php","line":123,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":66,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":333,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":169,"function":"transfer","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":189,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/Client.php","line":230,"function":"request","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","http://context_chat_backend:23000/enabled",["/mnt/ncdata/files_external/rootcerts.crt",30,["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 3 more entries, set log level to debug to see all entries"],[true],true]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":101,"function":"get","class":"OC\\Http\\Client\\Client","type":"->","args":["http://context_chat_backend:23000/enabled",[["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 1 more entries, set log level to debug to see all entries"],[true]]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":89,"function":"requestToExAppInternal","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"GET","http://context_chat_backend:23000/enabled",["SensitiveParameterValue"]]},{"file":"/var/www/html/custom_apps/app_api/lib/PublicFunctions.php","line":37,"function":"requestToExApp","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"/enabled",null,"GET",[],[],null]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":76,"function":"exAppRequest","class":"OCA\\AppAPI\\PublicFunctions","type":"->","args":["context_chat_backend","/enabled",null,"GET"]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 466175",null,["eldridgea","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272","application/vnd.oasis.opendocument.text",1718911343,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 466175","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272",null,1718911343,"application/vnd.oasis.opendocument.text","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",3708],["OCA\\ContextChat\\Db\\QueueFile",14729],["OCA\\ContextChat\\Db\\QueueFile",14730],["OCA\\ContextChat\\Db\\QueueFile",14731],["OCA\\ContextChat\\Db\\QueueFile",14732],"And 14 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[3,172]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","Line":210,"message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","exception":{},"CustomMessage":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled"}}
{"reqId":"4VnER9xQdGDcuo9oootv","level":2,"time":"2024-06-26T15:21:05+00:00","remoteAddr":"","user":"--","app":"context_chat","method":"","url":"--","message":"Temporary problem with indexing, trying again soon","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"RuntimeException","Message":"Error during request to ExApp (context_chat_backend): cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 466175",null,["eldridgea","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272","application/vnd.oasis.opendocument.text",1718911343,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 466175","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272",null,1718911343,"application/vnd.oasis.opendocument.text","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",3708],["OCA\\ContextChat\\Db\\QueueFile",14729],["OCA\\ContextChat\\Db\\QueueFile",14730],["OCA\\ContextChat\\Db\\QueueFile",14731],["OCA\\ContextChat\\Db\\QueueFile",14732],"And 14 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[3,172]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","Line":79,"message":"Temporary problem with indexing, trying again soon","exception":{},"CustomMessage":"Temporary problem with indexing, trying again soon"}}
{"reqId":"YQhAoFATMNPerFYoM3gh","level":2,"time":"2024-06-26T15:31:06+00:00","remoteAddr":"","user":"--","app":"app_api","method":"","url":"--","message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"GuzzleHttp\\Exception\\ConnectException","Message":"cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":158,"function":"createRejection","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":110,"function":"finishError","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php","line":47,"function":"finish","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":142,"function":"__invoke","class":"GuzzleHttp\\Handler\\CurlHandler","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/DnsPinMiddleware.php","line":123,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":66,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":333,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":169,"function":"transfer","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":189,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/Client.php","line":230,"function":"request","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","http://context_chat_backend:23000/enabled",["/mnt/ncdata/files_external/rootcerts.crt",30,["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 3 more entries, set log level to debug to see all entries"],[true],true]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":101,"function":"get","class":"OC\\Http\\Client\\Client","type":"->","args":["http://context_chat_backend:23000/enabled",[["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 1 more entries, set log level to debug to see all entries"],[true]]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":89,"function":"requestToExAppInternal","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"GET","http://context_chat_backend:23000/enabled",["SensitiveParameterValue"]]},{"file":"/var/www/html/custom_apps/app_api/lib/PublicFunctions.php","line":37,"function":"requestToExApp","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"/enabled",null,"GET",[],[],null]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":76,"function":"exAppRequest","class":"OCA\\AppAPI\\PublicFunctions","type":"->","args":["context_chat_backend","/enabled",null,"GET"]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 246154",null,["eldridgea","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json","application/json",1713377506,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 246154","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json",null,1713377506,"application/json","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",24753],["OCA\\ContextChat\\Db\\QueueFile",24754],["OCA\\ContextChat\\Db\\QueueFile",24755],["OCA\\ContextChat\\Db\\QueueFile",24756],["OCA\\ContextChat\\Db\\QueueFile",24757],"And 1995 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[4,410]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","Line":210,"message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","exception":{},"CustomMessage":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled"}}
{"reqId":"YQhAoFATMNPerFYoM3gh","level":2,"time":"2024-06-26T15:31:06+00:00","remoteAddr":"","user":"--","app":"context_chat","method":"","url":"--","message":"Temporary problem with indexing, trying again soon","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"RuntimeException","Message":"Error during request to ExApp (context_chat_backend): cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 246154",null,["eldridgea","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json","application/json",1713377506,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 246154","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json",null,1713377506,"application/json","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",24753],["OCA\\ContextChat\\Db\\QueueFile",24754],["OCA\\ContextChat\\Db\\QueueFile",24755],["OCA\\ContextChat\\Db\\QueueFile",24756],["OCA\\ContextChat\\Db\\QueueFile",24757],"And 1995 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[4,410]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","Line":79,"message":"Temporary problem with indexing, trying again soon","exception":{},"CustomMessage":"Temporary problem with indexing, trying again soon"}}
{"reqId":"YQhAoFATMNPerFYoM3gh","level":2,"time":"2024-06-26T15:31:06+00:00","remoteAddr":"","user":"--","app":"app_api","method":"","url":"--","message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"GuzzleHttp\\Exception\\ConnectException","Message":"cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":158,"function":"createRejection","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":110,"function":"finishError","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php","line":47,"function":"finish","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":142,"function":"__invoke","class":"GuzzleHttp\\Handler\\CurlHandler","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/DnsPinMiddleware.php","line":123,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":66,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":333,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":169,"function":"transfer","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":189,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/Client.php","line":230,"function":"request","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","http://context_chat_backend:23000/enabled",["/mnt/ncdata/files_external/rootcerts.crt",30,["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 3 more entries, set log level to debug to see all entries"],[true],true]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":101,"function":"get","class":"OC\\Http\\Client\\Client","type":"->","args":["http://context_chat_backend:23000/enabled",[["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 1 more entries, set log level to debug to see all entries"],[true]]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":89,"function":"requestToExAppInternal","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"GET","http://context_chat_backend:23000/enabled",["SensitiveParameterValue"]]},{"file":"/var/www/html/custom_apps/app_api/lib/PublicFunctions.php","line":37,"function":"requestToExApp","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"/enabled",null,"GET",[],[],null]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":76,"function":"exAppRequest","class":"OCA\\AppAPI\\PublicFunctions","type":"->","args":["context_chat_backend","/enabled",null,"GET"]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 466175",null,["eldridgea","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272","application/vnd.oasis.opendocument.text",1718911343,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 466175","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272",null,1718911343,"application/vnd.oasis.opendocument.text","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",3708],["OCA\\ContextChat\\Db\\QueueFile",14729],["OCA\\ContextChat\\Db\\QueueFile",14730],["OCA\\ContextChat\\Db\\QueueFile",14731],["OCA\\ContextChat\\Db\\QueueFile",14732],"And 14 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[3,172]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","Line":210,"message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","exception":{},"CustomMessage":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled"}}
{"reqId":"YQhAoFATMNPerFYoM3gh","level":2,"time":"2024-06-26T15:31:06+00:00","remoteAddr":"","user":"--","app":"context_chat","method":"","url":"--","message":"Temporary problem with indexing, trying again soon","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"RuntimeException","Message":"Error during request to ExApp (context_chat_backend): cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 466175",null,["eldridgea","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272","application/vnd.oasis.opendocument.text",1718911343,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 466175","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272",null,1718911343,"application/vnd.oasis.opendocument.text","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",3708],["OCA\\ContextChat\\Db\\QueueFile",14729],["OCA\\ContextChat\\Db\\QueueFile",14730],["OCA\\ContextChat\\Db\\QueueFile",14731],["OCA\\ContextChat\\Db\\QueueFile",14732],"And 14 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[3,172]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","Line":79,"message":"Temporary problem with indexing, trying again soon","exception":{},"CustomMessage":"Temporary problem with indexing, trying again soon"}}
{"reqId":"db1LzCyKOVgwehmnfNwN","level":2,"time":"2024-06-26T15:41:05+00:00","remoteAddr":"","user":"--","app":"app_api","method":"","url":"--","message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"GuzzleHttp\\Exception\\ConnectException","Message":"cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":158,"function":"createRejection","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":110,"function":"finishError","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php","line":47,"function":"finish","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":142,"function":"__invoke","class":"GuzzleHttp\\Handler\\CurlHandler","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/DnsPinMiddleware.php","line":123,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":66,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":333,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":169,"function":"transfer","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":189,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/Client.php","line":230,"function":"request","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","http://context_chat_backend:23000/enabled",["/mnt/ncdata/files_external/rootcerts.crt",30,["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 3 more entries, set log level to debug to see all entries"],[true],true]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":101,"function":"get","class":"OC\\Http\\Client\\Client","type":"->","args":["http://context_chat_backend:23000/enabled",[["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 1 more entries, set log level to debug to see all entries"],[true]]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":89,"function":"requestToExAppInternal","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"GET","http://context_chat_backend:23000/enabled",["SensitiveParameterValue"]]},{"file":"/var/www/html/custom_apps/app_api/lib/PublicFunctions.php","line":37,"function":"requestToExApp","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"/enabled",null,"GET",[],[],null]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":76,"function":"exAppRequest","class":"OCA\\AppAPI\\PublicFunctions","type":"->","args":["context_chat_backend","/enabled",null,"GET"]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 246154",null,["eldridgea","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json","application/json",1713377506,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 246154","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json",null,1713377506,"application/json","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",24753],["OCA\\ContextChat\\Db\\QueueFile",24754],["OCA\\ContextChat\\Db\\QueueFile",24755],["OCA\\ContextChat\\Db\\QueueFile",24756],["OCA\\ContextChat\\Db\\QueueFile",24757],"And 1995 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[4,410]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","Line":210,"message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","exception":{},"CustomMessage":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled"}}
{"reqId":"db1LzCyKOVgwehmnfNwN","level":2,"time":"2024-06-26T15:41:05+00:00","remoteAddr":"","user":"--","app":"context_chat","method":"","url":"--","message":"Temporary problem with indexing, trying again soon","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"RuntimeException","Message":"Error during request to ExApp (context_chat_backend): cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 246154",null,["eldridgea","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json","application/json",1713377506,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 246154","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json",null,1713377506,"application/json","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",24753],["OCA\\ContextChat\\Db\\QueueFile",24754],["OCA\\ContextChat\\Db\\QueueFile",24755],["OCA\\ContextChat\\Db\\QueueFile",24756],["OCA\\ContextChat\\Db\\QueueFile",24757],"And 1995 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[4,410]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","Line":79,"message":"Temporary problem with indexing, trying again soon","exception":{},"CustomMessage":"Temporary problem with indexing, trying again soon"}}
{"reqId":"db1LzCyKOVgwehmnfNwN","level":2,"time":"2024-06-26T15:41:05+00:00","remoteAddr":"","user":"--","app":"app_api","method":"","url":"--","message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"GuzzleHttp\\Exception\\ConnectException","Message":"cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":158,"function":"createRejection","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":110,"function":"finishError","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php","line":47,"function":"finish","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":142,"function":"__invoke","class":"GuzzleHttp\\Handler\\CurlHandler","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/DnsPinMiddleware.php","line":123,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":66,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":333,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":169,"function":"transfer","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":189,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/Client.php","line":230,"function":"request","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","http://context_chat_backend:23000/enabled",["/mnt/ncdata/files_external/rootcerts.crt",30,["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 3 more entries, set log level to debug to see all entries"],[true],true]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":101,"function":"get","class":"OC\\Http\\Client\\Client","type":"->","args":["http://context_chat_backend:23000/enabled",[["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 1 more entries, set log level to debug to see all entries"],[true]]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":89,"function":"requestToExAppInternal","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"GET","http://context_chat_backend:23000/enabled",["SensitiveParameterValue"]]},{"file":"/var/www/html/custom_apps/app_api/lib/PublicFunctions.php","line":37,"function":"requestToExApp","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"/enabled",null,"GET",[],[],null]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":76,"function":"exAppRequest","class":"OCA\\AppAPI\\PublicFunctions","type":"->","args":["context_chat_backend","/enabled",null,"GET"]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 466175",null,["eldridgea","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272","application/vnd.oasis.opendocument.text",1718911343,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 466175","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272",null,1718911343,"application/vnd.oasis.opendocument.text","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",3708],["OCA\\ContextChat\\Db\\QueueFile",14729],["OCA\\ContextChat\\Db\\QueueFile",14730],["OCA\\ContextChat\\Db\\QueueFile",14731],["OCA\\ContextChat\\Db\\QueueFile",14732],"And 14 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[3,172]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","Line":210,"message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","exception":{},"CustomMessage":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled"}}
{"reqId":"db1LzCyKOVgwehmnfNwN","level":2,"time":"2024-06-26T15:41:05+00:00","remoteAddr":"","user":"--","app":"context_chat","method":"","url":"--","message":"Temporary problem with indexing, trying again soon","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"RuntimeException","Message":"Error during request to ExApp (context_chat_backend): cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 466175",null,["eldridgea","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272","application/vnd.oasis.opendocument.text",1718911343,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 466175","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272",null,1718911343,"application/vnd.oasis.opendocument.text","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",3708],["OCA\\ContextChat\\Db\\QueueFile",14729],["OCA\\ContextChat\\Db\\QueueFile",14730],["OCA\\ContextChat\\Db\\QueueFile",14731],["OCA\\ContextChat\\Db\\QueueFile",14732],"And 14 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[3,172]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","Line":79,"message":"Temporary problem with indexing, trying again soon","exception":{},"CustomMessage":"Temporary problem with indexing, trying again soon"}}
{"reqId":"wCCzP80cUqqEyaaM4pQo","level":2,"time":"2024-06-26T15:51:04+00:00","remoteAddr":"","user":"--","app":"app_api","method":"","url":"--","message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"GuzzleHttp\\Exception\\ConnectException","Message":"cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":158,"function":"createRejection","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":110,"function":"finishError","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php","line":47,"function":"finish","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":142,"function":"__invoke","class":"GuzzleHttp\\Handler\\CurlHandler","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/DnsPinMiddleware.php","line":123,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":66,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":333,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":169,"function":"transfer","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":189,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/Client.php","line":230,"function":"request","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","http://context_chat_backend:23000/enabled",["/mnt/ncdata/files_external/rootcerts.crt",30,["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 3 more entries, set log level to debug to see all entries"],[true],true]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":101,"function":"get","class":"OC\\Http\\Client\\Client","type":"->","args":["http://context_chat_backend:23000/enabled",[["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 1 more entries, set log level to debug to see all entries"],[true]]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":89,"function":"requestToExAppInternal","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"GET","http://context_chat_backend:23000/enabled",["SensitiveParameterValue"]]},{"file":"/var/www/html/custom_apps/app_api/lib/PublicFunctions.php","line":37,"function":"requestToExApp","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"/enabled",null,"GET",[],[],null]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":76,"function":"exAppRequest","class":"OCA\\AppAPI\\PublicFunctions","type":"->","args":["context_chat_backend","/enabled",null,"GET"]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 466175",null,["eldridgea","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272","application/vnd.oasis.opendocument.text",1718911343,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 466175","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272",null,1718911343,"application/vnd.oasis.opendocument.text","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",3708],["OCA\\ContextChat\\Db\\QueueFile",14729],["OCA\\ContextChat\\Db\\QueueFile",14730],["OCA\\ContextChat\\Db\\QueueFile",14731],["OCA\\ContextChat\\Db\\QueueFile",14732],"And 14 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[3,172]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","Line":210,"message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","exception":{},"CustomMessage":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled"}}
{"reqId":"wCCzP80cUqqEyaaM4pQo","level":2,"time":"2024-06-26T15:51:04+00:00","remoteAddr":"","user":"--","app":"context_chat","method":"","url":"--","message":"Temporary problem with indexing, trying again soon","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"RuntimeException","Message":"Error during request to ExApp (context_chat_backend): cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 466175",null,["eldridgea","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272","application/vnd.oasis.opendocument.text",1718911343,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 466175","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272",null,1718911343,"application/vnd.oasis.opendocument.text","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",3708],["OCA\\ContextChat\\Db\\QueueFile",14729],["OCA\\ContextChat\\Db\\QueueFile",14730],["OCA\\ContextChat\\Db\\QueueFile",14731],["OCA\\ContextChat\\Db\\QueueFile",14732],"And 14 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[3,172]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","Line":79,"message":"Temporary problem with indexing, trying again soon","exception":{},"CustomMessage":"Temporary problem with indexing, trying again soon"}}
{"reqId":"wCCzP80cUqqEyaaM4pQo","level":2,"time":"2024-06-26T15:51:05+00:00","remoteAddr":"","user":"--","app":"app_api","method":"","url":"--","message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"GuzzleHttp\\Exception\\ConnectException","Message":"cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":158,"function":"createRejection","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":110,"function":"finishError","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php","line":47,"function":"finish","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":142,"function":"__invoke","class":"GuzzleHttp\\Handler\\CurlHandler","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/DnsPinMiddleware.php","line":123,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":66,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":333,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":169,"function":"transfer","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":189,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/Client.php","line":230,"function":"request","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","http://context_chat_backend:23000/enabled",["/mnt/ncdata/files_external/rootcerts.crt",30,["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 3 more entries, set log level to debug to see all entries"],[true],true]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":101,"function":"get","class":"OC\\Http\\Client\\Client","type":"->","args":["http://context_chat_backend:23000/enabled",[["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 1 more entries, set log level to debug to see all entries"],[true]]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":89,"function":"requestToExAppInternal","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"GET","http://context_chat_backend:23000/enabled",["SensitiveParameterValue"]]},{"file":"/var/www/html/custom_apps/app_api/lib/PublicFunctions.php","line":37,"function":"requestToExApp","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"/enabled",null,"GET",[],[],null]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":76,"function":"exAppRequest","class":"OCA\\AppAPI\\PublicFunctions","type":"->","args":["context_chat_backend","/enabled",null,"GET"]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 246154",null,["eldridgea","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json","application/json",1713377506,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 246154","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json",null,1713377506,"application/json","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",24753],["OCA\\ContextChat\\Db\\QueueFile",24754],["OCA\\ContextChat\\Db\\QueueFile",24755],["OCA\\ContextChat\\Db\\QueueFile",24756],["OCA\\ContextChat\\Db\\QueueFile",24757],"And 1995 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[4,410]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","Line":210,"message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","exception":{},"CustomMessage":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled"}}
{"reqId":"wCCzP80cUqqEyaaM4pQo","level":2,"time":"2024-06-26T15:51:05+00:00","remoteAddr":"","user":"--","app":"context_chat","method":"","url":"--","message":"Temporary problem with indexing, trying again soon","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"RuntimeException","Message":"Error during request to ExApp (context_chat_backend): cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 246154",null,["eldridgea","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json","application/json",1713377506,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 246154","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json",null,1713377506,"application/json","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",24753],["OCA\\ContextChat\\Db\\QueueFile",24754],["OCA\\ContextChat\\Db\\QueueFile",24755],["OCA\\ContextChat\\Db\\QueueFile",24756],["OCA\\ContextChat\\Db\\QueueFile",24757],"And 1995 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[4,410]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","Line":79,"message":"Temporary problem with indexing, trying again soon","exception":{},"CustomMessage":"Temporary problem with indexing, trying again soon"}}
{"reqId":"8nlnVBXSuJHRgUKapDKj","level":2,"time":"2024-06-26T16:01:05+00:00","remoteAddr":"","user":"--","app":"app_api","method":"","url":"--","message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"GuzzleHttp\\Exception\\ConnectException","Message":"cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":158,"function":"createRejection","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":110,"function":"finishError","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php","line":47,"function":"finish","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":142,"function":"__invoke","class":"GuzzleHttp\\Handler\\CurlHandler","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/DnsPinMiddleware.php","line":123,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":66,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":333,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":169,"function":"transfer","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":189,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/Client.php","line":230,"function":"request","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","http://context_chat_backend:23000/enabled",["/mnt/ncdata/files_external/rootcerts.crt",30,["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 3 more entries, set log level to debug to see all entries"],[true],true]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":101,"function":"get","class":"OC\\Http\\Client\\Client","type":"->","args":["http://context_chat_backend:23000/enabled",[["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 1 more entries, set log level to debug to see all entries"],[true]]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":89,"function":"requestToExAppInternal","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"GET","http://context_chat_backend:23000/enabled",["SensitiveParameterValue"]]},{"file":"/var/www/html/custom_apps/app_api/lib/PublicFunctions.php","line":37,"function":"requestToExApp","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"/enabled",null,"GET",[],[],null]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":76,"function":"exAppRequest","class":"OCA\\AppAPI\\PublicFunctions","type":"->","args":["context_chat_backend","/enabled",null,"GET"]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 466175",null,["eldridgea","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272","application/vnd.oasis.opendocument.text",1718911343,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 466175","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272",null,1718911343,"application/vnd.oasis.opendocument.text","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",3708],["OCA\\ContextChat\\Db\\QueueFile",14729],["OCA\\ContextChat\\Db\\QueueFile",14730],["OCA\\ContextChat\\Db\\QueueFile",14731],["OCA\\ContextChat\\Db\\QueueFile",14732],"And 14 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[3,172]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","Line":210,"message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","exception":{},"CustomMessage":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled"}}
{"reqId":"8nlnVBXSuJHRgUKapDKj","level":2,"time":"2024-06-26T16:01:05+00:00","remoteAddr":"","user":"--","app":"context_chat","method":"","url":"--","message":"Temporary problem with indexing, trying again soon","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"RuntimeException","Message":"Error during request to ExApp (context_chat_backend): cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 466175",null,["eldridgea","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272","application/vnd.oasis.opendocument.text",1718911343,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 466175","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272",null,1718911343,"application/vnd.oasis.opendocument.text","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",3708],["OCA\\ContextChat\\Db\\QueueFile",14729],["OCA\\ContextChat\\Db\\QueueFile",14730],["OCA\\ContextChat\\Db\\QueueFile",14731],["OCA\\ContextChat\\Db\\QueueFile",14732],"And 14 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[3,172]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","Line":79,"message":"Temporary problem with indexing, trying again soon","exception":{},"CustomMessage":"Temporary problem with indexing, trying again soon"}}
{"reqId":"8nlnVBXSuJHRgUKapDKj","level":2,"time":"2024-06-26T16:01:07+00:00","remoteAddr":"","user":"--","app":"app_api","method":"","url":"--","message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"GuzzleHttp\\Exception\\ConnectException","Message":"cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":158,"function":"createRejection","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":110,"function":"finishError","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php","line":47,"function":"finish","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":142,"function":"__invoke","class":"GuzzleHttp\\Handler\\CurlHandler","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/DnsPinMiddleware.php","line":123,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":66,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":333,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":169,"function":"transfer","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":189,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/Client.php","line":230,"function":"request","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","http://context_chat_backend:23000/enabled",["/mnt/ncdata/files_external/rootcerts.crt",30,["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 3 more entries, set log level to debug to see all entries"],[true],true]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":101,"function":"get","class":"OC\\Http\\Client\\Client","type":"->","args":["http://context_chat_backend:23000/enabled",[["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 1 more entries, set log level to debug to see all entries"],[true]]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":89,"function":"requestToExAppInternal","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"GET","http://context_chat_backend:23000/enabled",["SensitiveParameterValue"]]},{"file":"/var/www/html/custom_apps/app_api/lib/PublicFunctions.php","line":37,"function":"requestToExApp","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"/enabled",null,"GET",[],[],null]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":76,"function":"exAppRequest","class":"OCA\\AppAPI\\PublicFunctions","type":"->","args":["context_chat_backend","/enabled",null,"GET"]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 246154",null,["eldridgea","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json","application/json",1713377506,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 246154","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json",null,1713377506,"application/json","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",24753],["OCA\\ContextChat\\Db\\QueueFile",24754],["OCA\\ContextChat\\Db\\QueueFile",24755],["OCA\\ContextChat\\Db\\QueueFile",24756],["OCA\\ContextChat\\Db\\QueueFile",24757],"And 1995 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[4,410]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","Line":210,"message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","exception":{},"CustomMessage":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled"}}
{"reqId":"8nlnVBXSuJHRgUKapDKj","level":2,"time":"2024-06-26T16:01:07+00:00","remoteAddr":"","user":"--","app":"context_chat","method":"","url":"--","message":"Temporary problem with indexing, trying again soon","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"RuntimeException","Message":"Error during request to ExApp (context_chat_backend): cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 246154",null,["eldridgea","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json","application/json",1713377506,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 246154","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json",null,1713377506,"application/json","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",24753],["OCA\\ContextChat\\Db\\QueueFile",24754],["OCA\\ContextChat\\Db\\QueueFile",24755],["OCA\\ContextChat\\Db\\QueueFile",24756],["OCA\\ContextChat\\Db\\QueueFile",24757],"And 1995 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[4,410]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","Line":79,"message":"Temporary problem with indexing, trying again soon","exception":{},"CustomMessage":"Temporary problem with indexing, trying again soon"}}
{"reqId":"6L8i5sAUBO32Am0tai6C","level":2,"time":"2024-06-26T16:11:04+00:00","remoteAddr":"","user":"--","app":"app_api","method":"","url":"--","message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"GuzzleHttp\\Exception\\ConnectException","Message":"cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":158,"function":"createRejection","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":110,"function":"finishError","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php","line":47,"function":"finish","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":142,"function":"__invoke","class":"GuzzleHttp\\Handler\\CurlHandler","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/DnsPinMiddleware.php","line":123,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":66,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":333,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":169,"function":"transfer","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":189,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/Client.php","line":230,"function":"request","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","http://context_chat_backend:23000/enabled",["/mnt/ncdata/files_external/rootcerts.crt",30,["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 3 more entries, set log level to debug to see all entries"],[true],true]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":101,"function":"get","class":"OC\\Http\\Client\\Client","type":"->","args":["http://context_chat_backend:23000/enabled",[["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 1 more entries, set log level to debug to see all entries"],[true]]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":89,"function":"requestToExAppInternal","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"GET","http://context_chat_backend:23000/enabled",["SensitiveParameterValue"]]},{"file":"/var/www/html/custom_apps/app_api/lib/PublicFunctions.php","line":37,"function":"requestToExApp","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"/enabled",null,"GET",[],[],null]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":76,"function":"exAppRequest","class":"OCA\\AppAPI\\PublicFunctions","type":"->","args":["context_chat_backend","/enabled",null,"GET"]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 466175",null,["eldridgea","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272","application/vnd.oasis.opendocument.text",1718911343,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 466175","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272",null,1718911343,"application/vnd.oasis.opendocument.text","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",3708],["OCA\\ContextChat\\Db\\QueueFile",14729],["OCA\\ContextChat\\Db\\QueueFile",14730],["OCA\\ContextChat\\Db\\QueueFile",14731],["OCA\\ContextChat\\Db\\QueueFile",14732],"And 14 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[3,172]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","Line":210,"message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","exception":{},"CustomMessage":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled"}}
{"reqId":"6L8i5sAUBO32Am0tai6C","level":2,"time":"2024-06-26T16:11:04+00:00","remoteAddr":"","user":"--","app":"context_chat","method":"","url":"--","message":"Temporary problem with indexing, trying again soon","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"RuntimeException","Message":"Error during request to ExApp (context_chat_backend): cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 466175",null,["eldridgea","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272","application/vnd.oasis.opendocument.text",1718911343,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 466175","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272",null,1718911343,"application/vnd.oasis.opendocument.text","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",3708],["OCA\\ContextChat\\Db\\QueueFile",14729],["OCA\\ContextChat\\Db\\QueueFile",14730],["OCA\\ContextChat\\Db\\QueueFile",14731],["OCA\\ContextChat\\Db\\QueueFile",14732],"And 14 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[3,172]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","Line":79,"message":"Temporary problem with indexing, trying again soon","exception":{},"CustomMessage":"Temporary problem with indexing, trying again soon"}}
{"reqId":"6L8i5sAUBO32Am0tai6C","level":2,"time":"2024-06-26T16:11:05+00:00","remoteAddr":"","user":"--","app":"app_api","method":"","url":"--","message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"GuzzleHttp\\Exception\\ConnectException","Message":"cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":158,"function":"createRejection","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":110,"function":"finishError","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php","line":47,"function":"finish","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":142,"function":"__invoke","class":"GuzzleHttp\\Handler\\CurlHandler","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/DnsPinMiddleware.php","line":123,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":66,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":333,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":169,"function":"transfer","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":189,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/Client.php","line":230,"function":"request","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","http://context_chat_backend:23000/enabled",["/mnt/ncdata/files_external/rootcerts.crt",30,["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 3 more entries, set log level to debug to see all entries"],[true],true]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":101,"function":"get","class":"OC\\Http\\Client\\Client","type":"->","args":["http://context_chat_backend:23000/enabled",[["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 1 more entries, set log level to debug to see all entries"],[true]]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":89,"function":"requestToExAppInternal","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"GET","http://context_chat_backend:23000/enabled",["SensitiveParameterValue"]]},{"file":"/var/www/html/custom_apps/app_api/lib/PublicFunctions.php","line":37,"function":"requestToExApp","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"/enabled",null,"GET",[],[],null]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":76,"function":"exAppRequest","class":"OCA\\AppAPI\\PublicFunctions","type":"->","args":["context_chat_backend","/enabled",null,"GET"]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 246154",null,["eldridgea","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json","application/json",1713377506,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 246154","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json",null,1713377506,"application/json","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",24753],["OCA\\ContextChat\\Db\\QueueFile",24754],["OCA\\ContextChat\\Db\\QueueFile",24755],["OCA\\ContextChat\\Db\\QueueFile",24756],["OCA\\ContextChat\\Db\\QueueFile",24757],"And 1995 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[4,410]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","Line":210,"message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","exception":{},"CustomMessage":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled"}}
{"reqId":"6L8i5sAUBO32Am0tai6C","level":2,"time":"2024-06-26T16:11:05+00:00","remoteAddr":"","user":"--","app":"context_chat","method":"","url":"--","message":"Temporary problem with indexing, trying again soon","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"RuntimeException","Message":"Error during request to ExApp (context_chat_backend): cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 246154",null,["eldridgea","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json","application/json",1713377506,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 246154","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json",null,1713377506,"application/json","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",24753],["OCA\\ContextChat\\Db\\QueueFile",24754],["OCA\\ContextChat\\Db\\QueueFile",24755],["OCA\\ContextChat\\Db\\QueueFile",24756],["OCA\\ContextChat\\Db\\QueueFile",24757],"And 1995 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[4,410]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","Line":79,"message":"Temporary problem with indexing, trying again soon","exception":{},"CustomMessage":"Temporary problem with indexing, trying again soon"}}
{"reqId":"dAWsQ9rGSs4XEyGZFMat","level":2,"time":"2024-06-26T16:21:04+00:00","remoteAddr":"","user":"--","app":"app_api","method":"","url":"--","message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"GuzzleHttp\\Exception\\ConnectException","Message":"cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":158,"function":"createRejection","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":110,"function":"finishError","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php","line":47,"function":"finish","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":142,"function":"__invoke","class":"GuzzleHttp\\Handler\\CurlHandler","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/DnsPinMiddleware.php","line":123,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":66,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":333,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":169,"function":"transfer","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":189,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/Client.php","line":230,"function":"request","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","http://context_chat_backend:23000/enabled",["/mnt/ncdata/files_external/rootcerts.crt",30,["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 3 more entries, set log level to debug to see all entries"],[true],true]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":101,"function":"get","class":"OC\\Http\\Client\\Client","type":"->","args":["http://context_chat_backend:23000/enabled",[["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 1 more entries, set log level to debug to see all entries"],[true]]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":89,"function":"requestToExAppInternal","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"GET","http://context_chat_backend:23000/enabled",["SensitiveParameterValue"]]},{"file":"/var/www/html/custom_apps/app_api/lib/PublicFunctions.php","line":37,"function":"requestToExApp","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"/enabled",null,"GET",[],[],null]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":76,"function":"exAppRequest","class":"OCA\\AppAPI\\PublicFunctions","type":"->","args":["context_chat_backend","/enabled",null,"GET"]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 466175",null,["eldridgea","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272","application/vnd.oasis.opendocument.text",1718911343,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 466175","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272",null,1718911343,"application/vnd.oasis.opendocument.text","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",3708],["OCA\\ContextChat\\Db\\QueueFile",14729],["OCA\\ContextChat\\Db\\QueueFile",14730],["OCA\\ContextChat\\Db\\QueueFile",14731],["OCA\\ContextChat\\Db\\QueueFile",14732],"And 14 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[3,172]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","Line":210,"message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","exception":{},"CustomMessage":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled"}}
{"reqId":"dAWsQ9rGSs4XEyGZFMat","level":2,"time":"2024-06-26T16:21:04+00:00","remoteAddr":"","user":"--","app":"context_chat","method":"","url":"--","message":"Temporary problem with indexing, trying again soon","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"RuntimeException","Message":"Error during request to ExApp (context_chat_backend): cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 466175",null,["eldridgea","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272","application/vnd.oasis.opendocument.text",1718911343,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 466175","/eldridgea/files_versions/NAS/Scratch/mom-and-dad.odt.v1718911272",null,1718911343,"application/vnd.oasis.opendocument.text","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",3708],["OCA\\ContextChat\\Db\\QueueFile",14729],["OCA\\ContextChat\\Db\\QueueFile",14730],["OCA\\ContextChat\\Db\\QueueFile",14731],["OCA\\ContextChat\\Db\\QueueFile",14732],"And 14 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[3,172]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","Line":79,"message":"Temporary problem with indexing, trying again soon","exception":{},"CustomMessage":"Temporary problem with indexing, trying again soon"}}
{"reqId":"dAWsQ9rGSs4XEyGZFMat","level":2,"time":"2024-06-26T16:21:06+00:00","remoteAddr":"","user":"--","app":"app_api","method":"","url":"--","message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"GuzzleHttp\\Exception\\ConnectException","Message":"cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":158,"function":"createRejection","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":110,"function":"finishError","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php","line":47,"function":"finish","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":[["GuzzleHttp\\Handler\\CurlHandler"],"*** sensitive parameters replaced ***",["GuzzleHttp\\Handler\\CurlFactory"]]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":142,"function":"__invoke","class":"GuzzleHttp\\Handler\\CurlHandler","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/DnsPinMiddleware.php","line":123,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":66,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/HandlerStack.php","line":75,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":333,"function":"__invoke","class":"GuzzleHttp\\HandlerStack","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":169,"function":"transfer","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Client.php","line":189,"function":"requestAsync","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/Http/Client/Client.php","line":230,"function":"request","class":"GuzzleHttp\\Client","type":"->","args":["*** sensitive parameters replaced ***","http://context_chat_backend:23000/enabled",["/mnt/ncdata/files_external/rootcerts.crt",30,["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 3 more entries, set log level to debug to see all entries"],[true],true]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":101,"function":"get","class":"OC\\Http\\Client\\Client","type":"->","args":["http://context_chat_backend:23000/enabled",[["2.6.0","context_chat_backend","2.1.1","OjhwQ3ZwTlhGd0ZIL1FnL3Bjdk13MXV3SlBBcTVUallxRlBKR1BZZlFGc2M4Zy9oT2RFR25wZnhDR1ZMdlplcThXTlNBNm1QenY5QWlaTzRXcEhzbUxWbHRHMmc4ODNGNzV1NUhIUzJFS1BxV1lLNEZ6RU1EWmc2KzcrVzI1dTlv","CLI","And 1 more entries, set log level to debug to see all entries"],[true]]]},{"file":"/var/www/html/custom_apps/app_api/lib/Service/AppAPIService.php","line":89,"function":"requestToExAppInternal","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"GET","http://context_chat_backend:23000/enabled",["SensitiveParameterValue"]]},{"file":"/var/www/html/custom_apps/app_api/lib/PublicFunctions.php","line":37,"function":"requestToExApp","class":"OCA\\AppAPI\\Service\\AppAPIService","type":"->","args":[["OCA\\AppAPI\\Db\\ExApp",1],"/enabled",null,"GET",[],[],null]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":76,"function":"exAppRequest","class":"OCA\\AppAPI\\PublicFunctions","type":"->","args":["context_chat_backend","/enabled",null,"GET"]},{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 246154",null,["eldridgea","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json","application/json",1713377506,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 246154","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json",null,1713377506,"application/json","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",24753],["OCA\\ContextChat\\Db\\QueueFile",24754],["OCA\\ContextChat\\Db\\QueueFile",24755],["OCA\\ContextChat\\Db\\QueueFile",24756],["OCA\\ContextChat\\Db\\QueueFile",24757],"And 1995 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[4,410]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","Line":210,"message":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","exception":{},"CustomMessage":"Error during request to ExApp context_chat_backend: cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled"}}
{"reqId":"dAWsQ9rGSs4XEyGZFMat","level":2,"time":"2024-06-26T16:21:06+00:00","remoteAddr":"","user":"--","app":"context_chat","method":"","url":"--","message":"Temporary problem with indexing, trying again soon","userAgent":"--","version":"29.0.2.2","exception":{"Exception":"RuntimeException","Message":"Error during request to ExApp (context_chat_backend): cURL error 6: Could not resolve host: context_chat_backend (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://context_chat_backend:23000/enabled","Code":0,"Trace":[{"file":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","line":216,"function":"requestToExApp","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":["/loadSources","PUT",[["sources","files__default: 246154",null,["eldridgea","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json","application/json",1713377506,"files__default"]]],"multipart/form-data"]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":151,"function":"indexSources","class":"OCA\\ContextChat\\Service\\LangRopeService","type":"->","args":[[["OCA\\ContextChat\\Type\\Source","eldridgea","files__default: 246154","/eldridgea/files/NAS/Backups/Google/20240417/Takeout/Location History (Timeline)/Records.json",null,1713377506,"application/json","files__default"]]]},{"file":"/var/www/html/custom_apps/context_chat/lib/BackgroundJobs/IndexerJob.php","line":84,"function":"index","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[["OCA\\ContextChat\\Db\\QueueFile",24753],["OCA\\ContextChat\\Db\\QueueFile",24754],["OCA\\ContextChat\\Db\\QueueFile",24755],["OCA\\ContextChat\\Db\\QueueFile",24756],["OCA\\ContextChat\\Db\\QueueFile",24757],"And 1995 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/public/BackgroundJob/Job.php","line":80,"function":"run","class":"OCA\\ContextChat\\BackgroundJobs\\IndexerJob","type":"->","args":[[4,410]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":102,"function":"start","class":"OCP\\BackgroundJob\\Job","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/lib/public/BackgroundJob/TimedJob.php","line":92,"function":"start","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]},{"file":"/var/www/html/cron.php","line":176,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->","args":[["OC\\BackgroundJob\\JobList"]]}],"File":"/var/www/html/custom_apps/context_chat/lib/Service/LangRopeService.php","Line":79,"message":"Temporary problem with indexing, trying again soon","exception":{},"CustomMessage":"Temporary problem with indexing, trying again soon"}}
{"reqId":"r4OAZXzezRYaJwafHvXG","level":2,"time":"2024-06-26T16:28:38+00:00","remoteAddr":"2600:4041:5be5:cc01:e4fd:613c:e5d:6c3e","user":"eldridgea","app":"appstoreFetcher","method":"GET","url":"/settings/api/apps/discover","message":"Could not connect to appstore: cURL error 28: Connection timed out after 60001 milliseconds (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://apps.nextcloud.com/api/v1/discover.json","userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:127.0) Gecko/20100101 Firefox/127.0","version":"29.0.2.2","data":{"app":"appstoreFetcher"}}

Browser log

Error: 
    z https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    U https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    onreadystatechange https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    request https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    request https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    report https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    calendarQuery https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    Wz https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    getTasksFromCalendar https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    nG https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    dispatch https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    dispatch https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    t https://nextcloud.naphos.com/custom_apps/tasks/js/tasks-dashboard.mjs?v=b544980e-0:2
    fetchTasks https://nextcloud.naphos.com/custom_apps/tasks/js/tasks-dashboard.mjs?v=b544980e-0:2
    initializeEnvironment https://nextcloud.naphos.com/custom_apps/tasks/js/tasks-dashboard.mjs?v=b544980e-0:2
    mounted https://nextcloud.naphos.com/custom_apps/tasks/js/tasks-dashboard.mjs?v=b544980e-0:2
    gr https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    ua https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    r0 https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    __weh https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    aA https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    Du https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    mount https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    mount https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    <anonymous> https://nextcloud.naphos.com/custom_apps/tasks/js/tasks-dashboard.mjs?v=b544980e-0:2
    rerenderPanels https://nextcloud.naphos.com/dist/dashboard-main.js?v=b544980e-0:2
    callbacks https://nextcloud.naphos.com/dist/dashboard-main.js?v=b544980e-0:2
    un https://nextcloud.naphos.com/dist/core-common.js?v=b544980e-0:2
    run https://nextcloud.naphos.com/dist/core-common.js?v=b544980e-0:2
    na https://nextcloud.naphos.com/dist/core-common.js?v=b544980e-0:2
    Fn https://nextcloud.naphos.com/dist/core-common.js?v=b544980e-0:2
    gn https://nextcloud.naphos.com/dist/core-common.js?v=b544980e-0:2
store-DE2z1cMA.mjs:2:1305004
TypeError: t is undefined
    filteredTasks https://nextcloud.naphos.com/custom_apps/tasks/js/tasks-dashboard.mjs?v=b544980e-0:2
    filteredTasks https://nextcloud.naphos.com/custom_apps/tasks/js/tasks-dashboard.mjs?v=b544980e-0:2
    effect https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    run https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    get value https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    get https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    Nt https://nextcloud.naphos.com/custom_apps/tasks/js/tasks-dashboard.mjs?v=b544980e-0:2
    o4 https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    ie https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    run https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    update https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    ua https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
    nA https://nextcloud.naphos.com/custom_apps/tasks/js/store-DE2z1cMA.mjs:2
store-DE2z1cMA.mjs:2:15555
Unified search initialized! core-unified-search.js:2:28293
Source map error: Error: NetworkError when attempting to fetch resource.
Resource URL: https://nextcloud.naphos.com/dist/core-common.js?v=b544980e-0
Source Map URL: core-common.js.map?v=449d2da7af715be96e30
Source map error: Error: NetworkError when attempting to fetch resource.
Resource URL: https://nextcloud.naphos.com/dist/core-unified-search.js?v=b544980e-0
Source Map URL: core-unified-search.js.map?v=f3b530a32101f4a354de
Source map error: Error: NetworkError when attempting to fetch resource.
Resource URL: https://nextcloud.naphos.com/dist/dashboard-main.js?v=b544980e-0
Source Map URL: dashboard-main.js.map?v=879d92e01215b3b3c3cf
session heartbeat polling started core-main.js:2:29778
Registering notifications container as a menu notifications-src_NotificationsApp_vue.js:1:18047
Notifications permissions granted notifications-src_NotificationsApp_vue.js:1:23064
Has notify_push enabled, slowing polling to 15 minutes notifications-src_NotificationsApp_vue.js:1:18306
Polling interval updated to 900000 notifications-src_NotificationsApp_vue.js:1:22593
Started background fetcher as session_keepalive is enabled notifications-src_NotificationsApp_vue.js:1:19384
[DEBUG] core: this browser is officially supported ! 🚀 
Object { app: "core", uid: "eldridgea", level: "2" }
core-common.js:2:8169
Source map error: Error: NetworkError when attempting to fetch resource.
Resource URL: https://nextcloud.naphos.com/dist/core-main.js?v=b544980e-0
Source Map URL: core-main.js.map?v=3d0a3096909839cddc79
Search providers 
Array(11) [ {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, … ]
core-unified-search.js:2:15546
Contacts 
Array(26) [ {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, {…}, … ]
core-unified-search.js:2:15657
Got notification data, restoring default polling interval. notifications-src_NotificationsApp_vue.js:1:21673

Additional info

No response

ferdiga commented 2 weeks ago

same here

raimund-schluessler commented 2 weeks ago

Caused by the fulltextsearch app, see #2573. Tasks cannot fix this.