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

backend/chainlit/server.py refers to a ProjectSettings member that doesn't exist #1509

Open
shelbydavis opened this issue Nov 8, 2024 · 2 comments
Labels
backend Pertains to the Python backend. bug Something isn't working needs-triage

Comments

@shelbydavis
Copy link

shelbydavis commented Nov 8, 2024

Describe the bug
Error experienced in Chainlit Version 1.3.1
backend/chainlit/server.py line 920: base_path = Path(config.project.local_fs_path).resolve() refers to the local_fs_path member of ProjectSettings, which doesn't exist

(Ran into this based on running into errors in to my own code, which is not releasable, unfortunately)

@dosubot dosubot bot added backend Pertains to the Python backend. bug Something isn't working labels Nov 8, 2024
@dokterbob
Copy link
Collaborator

Thanks for the feedback @shelbydavis.

Could this be related to #1500?

@dokterbob
Copy link
Collaborator

I'd be very happy to have feedback on that one. If you could give it a try (e.g. install directly from the branch, see README how to install from GH) and see whether it solves your issue, that will help me evaluate & merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Pertains to the Python backend. bug Something isn't working needs-triage
Projects
None yet
Development

No branches or pull requests

2 participants