aplpolaris / promptfx

Kotlin LLM Prompts and User Interface
Apache License 2.0
16 stars 1 forks source link

[bug] Error when restoring previous loaded library from configuration file #318

Closed triathematician closed 2 hours ago

triathematician commented 3 hours ago
Sep 26, 2024 4:58:51 PM tri.promptfx.PromptFxConfig libraryFiles
WARNING: Error loading text library files: URI is not absolute
triathematician commented 2 hours ago

Error was caused by closing UI without loading text manager view -- caused the set of loaded collections to be saved as an empty string in the config file, which then could not be loaded when starting UI the next time.