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

[Theia AI] Exception in Log at Startup #14367

Closed
tsmaeder opened this issue Oct 29, 2024 · 0 comments · Fixed by #14421
Closed

[Theia AI] Exception in Log at Startup #14367

tsmaeder opened this issue Oct 29, 2024 · 0 comments · Fixed by #14421
Assignees
Labels

Comments

@tsmaeder
Copy link
Contributor

Bug Description:

At startup, I get the following exception in the browser log:

Uncaught (in promise) Error: Unable to resolve nonexistent file 'C:\Users\thomas\.theia\prompt-templates'
    at FileService.resolve (file-service.ts:520:23)
    at async FrontendPromptCustomizationServiceImpl.update (frontend-prompt-cust…n-service.ts:106:22)

Additional Information

  • Operating System: Windows 11
  • Theia Version: 1.54 master
@JonasHelming JonasHelming changed the title Exception in Log at Startup [Theia AI] Exception in Log at Startup Oct 29, 2024
sdirix added a commit to eclipsesource/theia that referenced this issue Nov 8, 2024
The prompt customization service tried to access the prompt template
directory even if it did not exist (yet). This case is now checked.

Fixes eclipse-theia#14367
@sdirix sdirix closed this as completed in 6c76b44 Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants