Chainlit / chainlit

Build Conversational AI in minutes ⚡️
https://docs.chainlit.io
Apache License 2.0
7.24k stars 955 forks source link

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

Open shelbydavis opened 2 weeks ago

shelbydavis commented 2 weeks ago

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)

dokterbob commented 1 week ago

Thanks for the feedback @shelbydavis.

Could this be related to #1500?

dokterbob commented 1 week ago

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.