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
2024-11-26 10:15:35,316 [ERROR ] Exception in callback functools.partial(<bound method IOLoop._discard_future_result of <tornado.platform.asyncio.AsyncIOMainLoop object at 0x7fcb153ed490>>, <Task finished name='Task-563' coro=<ServerSession.with_document_locked() done, defined at /home/mdo/miniconda3/envs/bx11/lib/python3.11/site-packages/bokeh/server/session.py:77> exception=AttributeError("'NoneType' object has no attribute 'error'")>) name=tornado.application
Traceback (most recent call last):
File "/home/mdo/miniconda3/envs/bx11/lib/python3.11/site-packages/panel/reactive.py", line 507, in _change_coroutine
self._change_event(doc)
File "/home/mdo/miniconda3/envs/bx11/lib/python3.11/site-packages/panel/reactive.py", line 525, in _change_event
self._process_events(events)
File "/home/mdo/miniconda3/envs/bx11/lib/python3.11/site-packages/panel/widgets/tables.py", line 1326, in _process_events
return super()._process_events(events)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/mdo/miniconda3/envs/bx11/lib/python3.11/site-packages/panel/reactive.py", line 1422, in _process_events
self._process_data(events.pop('data'))
File "/home/mdo/miniconda3/envs/bx11/lib/python3.11/site-packages/panel/widgets/tables.py", line 1416, in _process_data
return super()._process_data(data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/mdo/miniconda3/envs/bx11/lib/python3.11/site-packages/panel/reactive.py", line 1410, in _process_data
self.value = old_data
^^^^^^^^^^
File "/home/mdo/miniconda3/envs/bx11/lib/python3.11/site-packages/param/parameterized.py", line 528, in _f
instance_param.__set__(obj, val)
File "/home/mdo/miniconda3/envs/bx11/lib/python3.11/site-packages/param/parameterized.py", line 530, in _f
return f(self, obj, val)
^^^^^^^^^^^^^^^^^
File "/home/mdo/miniconda3/envs/bx11/lib/python3.11/site-packages/param/parameterized.py", line 1553, in __set__
obj.param._call_watcher(watcher, event)
File "/home/mdo/miniconda3/envs/bx11/lib/python3.11/site-packages/param/parameterized.py", line 2526, in _call_watcher
self_._execute_watcher(watcher, (event,))
File "/home/mdo/miniconda3/envs/bx11/lib/python3.11/site-packages/param/parameterized.py", line 2506, in _execute_watcher
watcher.fn(*args, **kwargs)
File "/home/mdo/miniconda3/envs/bx11/lib/python3.11/site-packages/panel/widgets/tables.py", line 141, in _reset_selection
idx = event.old.index[sel]
~~~~~~~~~~~~~~~^^^^^
File "/home/mdo/miniconda3/envs/bx11/lib/python3.11/site-packages/pandas/core/indexes/base.py", line 5389, in __getitem__
return getitem(key)
^^^^^^^^^^^^
IndexError: index 4 is out of bounds for axis 0 with size 3
The text was updated successfully, but these errors were encountered:
ALL software version info
(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc should be added within the dropdown below.)
Software Version Info
Description of expected behavior and the observed behavior
Complete, minimal, self-contained example code that reproduces the issue
Stack traceback
The text was updated successfully, but these errors were encountered: