SergeyMosin / Appointments

Nextcloud Appointments App
GNU Affero General Public License v3.0
160 stars 48 forks source link

Error in log file since appointments version 2.0.0 #482

Closed liaham closed 5 months ago

liaham commented 7 months ago

There is a recurring error in nextcloud log file since version 2.0.0 of appointments app. Please note 'Fehler' is German and means 'Error' in English.

grafik

ive-online commented 7 months ago

Hello ! Unfortunately, the same occurrence is here. The errors are significantly caused by appointments. Regards.

Screenshot_20240306_093222 Screenshot_20240306_093146

SergeyMosin commented 7 months ago

Thank you for the report. Sorry this actually leftover log statements from testing. I will remove them and will release the update as soon as possible.

In the mean time, if your logs are being flooded and you have access to the PHP files you can remove/comment out the following lines:

https://github.com/SergeyMosin/Appointments/blob/ef675f4ab6de7e9cd2c3cc2f0740756ce9198a2d/lib/Backend/DavListener.php#L121

and

https://github.com/SergeyMosin/Appointments/blob/ef675f4ab6de7e9cd2c3cc2f0740756ce9198a2d/lib/Backend/DavListener.php#L162

liaham commented 7 months ago

Thank you very much for your quick response!

Good to know that there is no serious error behind.