Skip to content

Conversation

@marcelklehr
Copy link
Member

@marcelklehr marcelklehr commented Aug 25, 2025

Summary

Fixes the following error:

In AppConfig.php line 221:
                                                 
  [OCP\Exceptions\AppConfigUnknownKeyException]  
  unknown config key                             
                                                 
Exception trace:
  at /home/runner/work/context_chat/context_chat/lib/private/AppConfig.php:221
 OC\AppConfig->isLazy() at /home/runner/work/context_chat/context_chat/lib/private/AppConfig.php:879
 OC\AppConfig->setTypedValue() at /home/runner/work/context_chat/context_chat/lib/private/AppConfig.php:1429
 OC\AppConfig->setValue() at /home/runner/work/context_chat/context_chat/lib/private/AllConfig.php:185
 OC\AllConfig->setAppValue() at /home/runner/work/context_chat/context_chat/lib/private/BackgroundJob/JobList.php:354
 OC\BackgroundJob\JobList->setLastJob()

TODO

Checklist

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
@marcelklehr marcelklehr requested a review from a team as a code owner August 25, 2025 12:08
@marcelklehr marcelklehr requested review from provokateurin, salmart-dev and yemkareems and removed request for a team August 25, 2025 12:08
@susnux susnux added bug 3. to review Waiting for reviews labels Aug 25, 2025
@susnux susnux added this to the Nextcloud 32 milestone Aug 25, 2025
@marcelklehr marcelklehr enabled auto-merge August 26, 2025 07:10
@marcelklehr marcelklehr requested a review from CarlSchwan August 26, 2025 13:05
@marcelklehr marcelklehr merged commit 2f4a8bb into master Aug 26, 2025
220 of 232 checks passed
@marcelklehr marcelklehr deleted the fix/set-typed-value branch August 26, 2025 14:59
@ArtificialOwl
Copy link
Member

@marcelklehr should we backport this ?

@marcelklehr
Copy link
Member Author

I'm not seeing it on stable31 and stable30 in our CI for some reason. When was the new AppConfig introduced?

@ArtificialOwl
Copy link
Member

/backport to stable31

@ArtificialOwl
Copy link
Member

/backport to stable30

@skjnldsv skjnldsv modified the milestones: Nextcloud 33, Nextcloud 32 Sep 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: AppConfigUnknownKeyException unknown config key, Error while generating metadata for fileid

7 participants