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

Circles break 23.0.2 #930

Closed
digital-codes opened this issue Feb 21, 2022 · 3 comments
Closed

Circles break 23.0.2 #930

digital-codes opened this issue Feb 21, 2022 · 3 comments

Comments

@digital-codes
Copy link

digital-codes commented Feb 21, 2022

Update fails: nextcloud log:

{"reqId":"YhOqhnMJ2L7zRVRF26GlfQAAAAI","level":3,"time":"2022-02-21T15:06:46+00:00",,"app":"index","method":"GET","url":"/","message":"Argument 1 passed to OCA\\Circles\\Service\\FederatedUserService::deserializeJson() must be of the type string, bool given, called in /var/www/html/nextcloud/apps/circles/lib/Service/FederatedUserService.php on line 1211","userAgent":"Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0","version":"23.0.2.1","exception":{"Exception":"TypeError","Message":"Argument 1 passed to OCA\\Circles\\Service\\FederatedUserService::deserializeJson() must be of the type string, bool given, called in /var/www/html/nextcloud/apps/circles/lib/Service/FederatedUserService.php on line 1211","Code":0,"Trace":[{"file":"/var/www/html/nextcloud/apps/circles/lib/Service/FederatedUserService.php","line":1211,"function":"deserializeJson","class":"OCA\\Circles\\Service\\FederatedUserService","type":"->","args":[false,"OCA\\Circles\\Model\\Circle"]},{"file":"/var/www/html/nextcloud/apps/circles/lib/Service/FederatedUserService.php","line":939,"function":"getCachedSingleCircle","class":"OCA\\Circles\\Service\\FederatedUserService","type":"->","args":[{"__class__":"OCA\\Circles\\Model\\FederatedUser"}]},{"file":"/var/www/html/nextcloud/apps/circles/lib/Service/FederatedUserService.php","line":911,"function":"getSingleCircle","class":"OCA\\Circles\\Service\\FederatedUserService","type":"->","args":[{"__class__":"OCA\\Circles\\Model\\FederatedUser"},true]},{"file":"/var/www/html/nextcloud/apps/circles/lib/Service/FederatedUserService.php","line":489,"function":"fillSingleCircleId","class":"OCA\\Circles\\Service\\FederatedUserService","type":"->","args":[{"__class__":"OCA\\Circles\\Model\\FederatedUser"},true]},{"file":"/var/www/html/nextcloud/apps/circles/lib/ShareByCircleProvider.php","line":553,"function":"getLocalFederatedUser","class":"OCA\\Circles\\Service\\FederatedUserService",

... etc ...

Disabling circles helps ...

@chriscroome
Copy link

I have come across this issue also, with one Nextcloud site with one user who couldn't login (HTTP 500 errors) after the upgrade to Nextcloud 23.0.2, after disabling the Circles app she could login again, in the Nextcloud log this appears to be the error:

Argument 1 passed to OCA\Circles\Service\FederatedUserService::deserializeJson() must be of the type string, bool given, called in /apps/circles/lib/Service/FederatedUserService.php on line 1211"

@chriscroome
Copy link

This looks like a dupe of this bug?

#928

@ArtificialOwl
Copy link
Member

please test this: #929

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

No branches or pull requests

4 participants