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
event: A
Command:a
Exception in Tkinter callback
Traceback (most recent call last):
File "D:\python\Anaconda\envs\tenvf\lib\tkinter_init_.py", line 1705, in call
return self.func(*args)
File "D:/python/workspace/YEDDA-master/YEDDA.py", line 313, in textReturnEnter
self.executeCursorCommand(press_key.lower())
File "D:/python/workspace/YEDDA-master/YEDDA.py", line 381, in executeCursorCommand
self.writeFile(self.fileName, content, cursor_index)
File "D:/python/workspace/YEDDA-master/YEDDA.py", line 523, in writeFile
self.autoLoadNewFile(new_name, newcursor_index)
File "D:/python/workspace/YEDDA-master/YEDDA.py", line 542, in autoLoadNewFile
text = self.readFile(fileName)
File "D:/python/workspace/YEDDA-master/YEDDA.py", line 262, in readFile
text = f.read()
File "D:\python\Anaconda\envs\tenvf\lib\codecs.py", line 321, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbe in position 0: invalid start byte
delete insert: 1.1
A
The text was updated successfully, but these errors were encountered:
event: A
Command:a
Exception in Tkinter callback
Traceback (most recent call last):
File "D:\python\Anaconda\envs\tenvf\lib\tkinter_init_.py", line 1705, in call
return self.func(*args)
File "D:/python/workspace/YEDDA-master/YEDDA.py", line 313, in textReturnEnter
self.executeCursorCommand(press_key.lower())
File "D:/python/workspace/YEDDA-master/YEDDA.py", line 381, in executeCursorCommand
self.writeFile(self.fileName, content, cursor_index)
File "D:/python/workspace/YEDDA-master/YEDDA.py", line 523, in writeFile
self.autoLoadNewFile(new_name, newcursor_index)
File "D:/python/workspace/YEDDA-master/YEDDA.py", line 542, in autoLoadNewFile
text = self.readFile(fileName)
File "D:/python/workspace/YEDDA-master/YEDDA.py", line 262, in readFile
text = f.read()
File "D:\python\Anaconda\envs\tenvf\lib\codecs.py", line 321, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbe in position 0: invalid start byte
delete insert: 1.1
A
The text was updated successfully, but these errors were encountered: