cpbotha / nvpy

Simplenote syncing note-taking application, inspired by Notational Velocity and ResophNotes, but uglier and cross-platformerer.
Other
849 stars 114 forks source link

_tkinter.TclError: ambiguous option "": must be moveto or scroll #236

Open yuuki0xff opened 5 months ago

yuuki0xff commented 5 months ago

The nvPY crashed when typing the keyboard and operating the mouse quickly.

2024-03-31 16:52:03,412 - ERROR - Traceback (most recent call last):
  File "/usr/lib/python3.11/tkinter/__init__.py", line 1967, in __call__
    return self.func(*args)
           ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/tkinter/__init__.py", line 2001, in yview
    res = self.tk.call(self._w, 'yview', *args)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_tkinter.TclError: ambiguous option "": must be moveto or scroll

Environment