Closed ramilrgk closed 1 year ago
The problem started after installing the latest app update. Everything was working fine before
Hmm, you can disable the new update by going to the preferences. (but that's a workaround and not a fix :) )
Can you run Bavarder from the CLI using flatpak run io.github.Bavarder.Bavarder
and send me the output ?
Same problem here
flatpak run io.github.Bavarder.Bavarder
baichat
Setting selected provider to 0
Traceback (most recent call last):
File "/app/share/bavarder/bavarder/main.py", line 995, in update_response
theme_css = ":root {\n" + CUSTOM_STYLE.format(**variables) + " \n}\n" + css
KeyError: 'card_fg_color'
Traceback (most recent call last):
File "/app/share/bavarder/bavarder/main.py", line 995, in update_response
theme_css = ":root {\n" + CUSTOM_STYLE.format(**variables) + " \n}\n" + css
KeyError: 'card_fg_color'
Oh I understand why. Thanks for providing the output
@shadyslim2018 Do you use any GTK Theme ? If yes could you send me the content of ~/.config/gtk-4.0/gtk.css
@define-color accent_color #99c1f1;
@define-color accent_bg_color #3584e4;
Okay, this has been fixed in https://github.com/Bavarder/Bavarder/commit/15a73ae8d18b40c3570ed9a94f2a720a50902a3b
Describe the bug Unable to see output text after request. The output can be copied, but the text itself is invisible in the window. The problem occurs regardless of the providers To Reproduce Steps to reproduce the behavior:
Expected behavior Visible text in output window
Screenshots If applicable, add screenshots to help explain your problem.
Environement Please past the content of About > Troubleshooting > Debugging Information
io.github.Bavarder.Bavarder 0.2.0 Environment: pop:GNOME Gtk: 4.10.3 Python: 3.10.6 OS: Linux 6.2.6-76060206-generic #202303130630~1681329778~22.04~d824cd4 SMP PREEMPT_DYNAMIC Wed A Providers: ['baichat', 'catgpt', 'huggingchat', 'openaigpt35turbo', 'starcoder']