SergeyMosin / Appointments

Nextcloud Appointments App
GNU Affero General Public License v3.0
155 stars 44 forks source link

ERROR appointments rts: array () #484

Closed meonkeys closed 4 months ago

meonkeys commented 4 months ago

I'm seeing a strange error in my nextcloud.log many times lately. Example:

{
    "reqId": "REDACTED",
    "level": 3,
    "time": "2024-03-07T04:43:20+00:00",
    "remoteAddr": "",
    "user": "--",
    "app": "appointments",
    "method": "",
    "url": "--",
    "message": "rts: array (\n)",
    "userAgent": "--",
    "version": "28.0.2.5",
    "data": {
        "app": "appointments"
    }
}

My Appointments app version is 2.0.1, but I'm guessing this error appeared when I still had 2.0.0.

My server version is 28.0.3 (recently upgraded).

meonkeys commented 4 months ago

Ah, looks like it was fixed in https://github.com/SergeyMosin/Appointments/commit/156b810feeebe11298111786180edd8bc37c1722

meonkeys commented 4 months ago

Dup #482