You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of expected behavior and the observed behavior
The ragna OSS package is getting an error when it tries to create more than 25 chats using the ChatInterface widget. I'm still struggling to produce a MRE with panel alone, but I've included a relevant traceback below. Based on the output from the traceback, I was wondering if the default value for the scroll_position class attribute should be 0 rather than None (see the commit here). Preliminary investigations suggest that this does seem to resolve the problem.
The traceback does seem to suggest some other possible issues eg remaining_events can be referenced before defined in a finally block if the try block exits early, but this might possibly just be an artefact of the original error.
ALL software version info
Panel - 1.3.4
Bokeh - 3.3.2
CPython - 3.9.18
Chrome - 120.0.6099.62
Description of expected behavior and the observed behavior
The
ragna
OSS package is getting an error when it tries to create more than 25 chats using theChatInterface
widget. I'm still struggling to produce a MRE withpanel
alone, but I've included a relevant traceback below. Based on the output from the traceback, I was wondering if the default value for thescroll_position
class attribute should be0
rather thanNone
(see the commit here). Preliminary investigations suggest that this does seem to resolve the problem.The traceback does seem to suggest some other possible issues eg
remaining_events
can be referenced before defined in afinally
block if thetry
block exits early, but this might possibly just be an artefact of the original error.Stack traceback and/or browser JavaScript console output
Screenshots or screencasts of the bug in action
The text was updated successfully, but these errors were encountered: