Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Error to delete Talk room when click 'Cancel' appointment #418

Closed
kevinkuan1969 opened this issue May 12, 2023 · 4 comments
Closed

Error to delete Talk room when click 'Cancel' appointment #418

kevinkuan1969 opened this issue May 12, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@kevinkuan1969
Copy link

Nextcloud 26.0.2
Appointment 1.15.0

The setting to remove room from Talk if the appointment is cancelled:

image

The error message when click cancel in the email as well as the log file:

image
image

@kevinkuan1969
Copy link
Author

[index] Error: Exception: Call to undefined method OCA\Talk\Room::deleteRoom() in file '/var/www/nextcloud/apps/appointments/lib/Backend/TalkIntegration.php' line 265 at <>

  1. /var/www/nextcloud/lib/private/AppFramework/App.php line 183
    OC\AppFramework\Http\Dispatcher->dispatch()
  2. /var/www/nextcloud/lib/private/Route/Router.php line 315
    OC\AppFramework\App::main()
  3. /var/www/nextcloud/lib/base.php line 1056
    OC\Route\Router->match()
  4. /var/www/nextcloud/index.php line 36
    OC::handleRequest()

Caused by:

Error: Call to undefined method OCA\Talk\Room::deleteRoom() at <>

  1. /var/www/nextcloud/apps/appointments/lib/Backend/DavListener.php line 647
    OCA\Appointments\Backend\TalkIntegration->deleteRoom()
  2. /var/www/nextcloud/apps/appointments/lib/Backend/DavListener.php line 59
    OCA\Appointments\Backend\DavListener->handler()
  3. /var/www/nextcloud/lib/private/EventDispatcher/ServiceEventListener.php line 86
    OCA\Appointments\Backend\DavListener->handle()
  4. /var/www/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php line 251
    OC\EventDispatcher\ServiceEventListener->__invoke()
  5. /var/www/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php line 73
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
  6. /var/www/nextcloud/lib/private/EventDispatcher/EventDispatcher.php line 87
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
  7. /var/www/nextcloud/lib/private/EventDispatcher/EventDispatcher.php line 99
    OC\EventDispatcher\EventDispatcher->dispatch()
  8. /var/www/nextcloud/apps/dav/lib/CalDAV/CalDavBackend.php line 1479
    OC\EventDispatcher\EventDispatcher->dispatchTyped()
  9. /var/www/nextcloud/apps/appointments/lib/Backend/BCSabreImpl.php line 1403
    OCA\DAV\CalDAV\CalDavBackend->deleteCalendarObject()
  10. /var/www/nextcloud/apps/appointments/lib/Controller/PageController.php line 475
    OCA\Appointments\Backend\BCSabreImpl->deleteCalendarObject()
  11. /var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php line 230
    OCA\Appointments\Controller\PageController->cncf()
  12. /var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php line 137
    OC\AppFramework\Http\Dispatcher->executeController()
  13. /var/www/nextcloud/lib/private/AppFramework/App.php line 183
    OC\AppFramework\Http\Dispatcher->dispatch()
  14. /var/www/nextcloud/lib/private/Route/Router.php line 315
    OC\AppFramework\App::main()
  15. /var/www/nextcloud/lib/base.php line 1056
    OC\Route\Router->match()
  16. /var/www/nextcloud/index.php line 36
    OC::handleRequest()

GET /index.php/apps/appointments/pub/UkwSf5r6AYaQ/cncf?d=0MzkfNlyLtYEkSVEna8T5lwoRXtMX6KW3G%2BdLl74wZF%2FwTeYxp3lDZmKB5kGUGWt6NqW13jJ4Fw%3D%3D&h=fbca1967
from 161.142.78.45 at 2023-05-12T06:51:07+00:00

@SergeyMosin SergeyMosin added the bug Something isn't working label May 12, 2023
@SergeyMosin
Copy link
Owner

Bug is confirmed. Fix will be released ASAP.

@kevinkuan1969 Thank you for the report.

@SergeyMosin
Copy link
Owner

Fixed in v1.15.1

@kevinkuan1969
Copy link
Author

Great and thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants