Skip to content

debug/circle initiator#2229

Draft
juliusknorr wants to merge 3 commits intomainfrom
debug/circle-initiator
Draft

debug/circle initiator#2229
juliusknorr wants to merge 3 commits intomainfrom
debug/circle-initiator

Conversation

@juliusknorr
Copy link
Member

@juliusknorr juliusknorr commented Feb 3, 2026

  • debug: Log when getting null as initiator
  • fix: Catch generic exceptions during mountpoint setup

📝 Summary

  • Resolves: #

May help to debug further cases like nextcloud/circles#1284 and avoid them breaking the whole mountpoint setup

🖼️ Screenshots

🏚️ Before 🏡 After
B A

🚧 TODO

  • ...

🏁 Checklist

  • Code is properly formatted (npm run lint / npm run stylelint / composer run cs:check)
  • Sign-off message is added to all commits
  • Tests (unit, integration and/or end-to-end) passing and the changes are covered with tests
  • Documentation (README or documentation) has been updated or is not required

try {
$collectives = $this->collectiveHelper->getCollectivesForUser($user->getUID(), true, false);
} catch (QueryException|MissingDependencyException|NotFoundException|NotPermittedException $e) {
} catch (QueryException|MissingDependencyException|NotFoundException|NotPermittedException|\Exception $e) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@juliusknorr I guess catching generic exceptions here is still a good idea. Shall I adjust the PR to only do this and merge? Or do you want to keep it open for debugging purposes?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I went ahead and opened a new PR: #2314

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants