You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OCA\\Circles\\Model\\ShareWrapper::getCircle(): Return value must be of type OCA\\Circles\\Model\\Circle, null returned in file 'apps/circles/lib/Model/ShareWrapper.php' line 272
#1714
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.
Unfortunately on Nextcloud 30, applying the patch from the PR backport(#1807), judging by the messages, does not completely fix the problem, still error appears when running occ circles:shares:files --all --by adm.grp:
An unhandled exception has been thrown:
TypeError: OCA\Circles\Model\ShareWrapper::getCircle(): Return value must be of type OCA\Circles\Model\Circle, null returned in /appli/nextcloud/apps/circles/lib/Model/ShareWrapper.php:252
Stack trace:
#0 /appli/nextcloud/apps/circles/lib/Command/SharesFiles.php(210): OCA\Circles\Model\ShareWrapper->getCircle()
#1 /appli/nextcloud/apps/circles/lib/Command/SharesFiles.php(106): OCA\Circles\Command\SharesFiles->displayShares()
#2 /appli/nextcloud/3rdparty/symfony/console/Command/Command.php(326): OCA\Circles\Command\SharesFiles->execute()
#3 /appli/nextcloud/core/Command/Base.php(161): Symfony\Component\Console\Command\Command->run()
#4 /appli/nextcloud/3rdparty/symfony/console/Application.php(1078): OC\Core\Command\Base->run()
#5 /appli/nextcloud/3rdparty/symfony/console/Application.php(324): Symfony\Component\Console\Application->doRunCommand()
#6 /appli/nextcloud/3rdparty/symfony/console/Application.php(175): Symfony\Component\Console\Application->doRun()
#7 /appli/nextcloud/lib/private/Console/Application.php(183): Symfony\Component\Console\Application->run()
#8 /appli/nextcloud/console.php(87): OC\Console\Application->run()
#9 /appli/nextcloud/occ(11): require_once('...')
#10 {main}
Should I open a new issue for this or should we reopen this issue?
The text was updated successfully, but these errors were encountered: