JeroenBNC

Results 9 comments of JeroenBNC

![image](https://user-images.githubusercontent.com/3179748/167164560-f8bbae2d-e649-465b-b6ed-a6ca9081795e.png) same here, every second but also an interval of 10 minutes apparently: ![image](https://user-images.githubusercontent.com/3179748/167164759-59849281-278c-43c6-a596-1ecb066d9ba1.png) PHP 8.0.18

Added social contact and select Mastodon: Update avatar picture "get from mastodon" After refresh F5 profile picture stays the same: error in log:

Tried CTRL+F5, emptied cache, restarted browser, to no avail, log throwing this error: [PHP] Fout: DOMDocument::loadHTML(): Tag path invalid in Entity, line: 1036 at /var/www/nextcloud/apps/contacts/lib/Service/Social/MastodonProvider.php#87 PUT /apps/contacts/api/v1/social/avatar/mastodon/contacts/76f0163c-840f-4096-8e55-32c1d83076a5 from 37.19.195.39 by...

https://github.com/nextcloud/files_fulltextsearch/issues/133#issue-971097649 and the fix: https://github.com/nextcloud/files_fulltextsearch/issues/125#issuecomment-894471535

Same error, also Groupfolders exist and enabled. Tried indexing with and without groupfolders indexing selected

Maybe fulltextsearch should skip a faulty file instead of crashing?

https://github.com/nextcloud/files_fulltextsearch/issues/125#issuecomment-894471535 this helps preventing the crash of indexing.

Comment out the point suggested by @ShinjiLE helps getting the indexing started but after indexing a lot of files and users with groupfolders enabled I get the following error: An...

> In line /var/www/nextcloud/lib/private/Share20/Manager.php:1651 I've added an additional check on null on the object itself: > > ``` > $path = array_shift($nodes); > if ($path === null || $path->getOwner() ===...