I do rarely sync with devel, once per 2-3 weeks.
Today I decided to sync up my working copy with the latest changes of 
'develop' branch.

After that leo could not start because of:

--global-docks: False
duplicate, (not conflicting) key bindings in myLeoSettings.leo
tree   Tab focus-to-body
all    Tab indent-region
text   Tab newline-and-indent
Leo 6.2-b1-devel, **** branch, build 1b230938df
2020-02-25 10:01:10 +0300
wrote recent file: C:/Users/****/.leo/.leoRecentFiles.txt

bad .leo file: WORK.leo
g.toUnicode: unexpected argument of type ParseError
toUnicode openLeoFile,getLeoFile,readFile,readWithElementTree


Traceback (most recent call last):

  File "E:\git\leo\leo\core\leoCommands.py", line 2278, in executeAnyCommand
    return command(event)

  File "E:\git\leo\leo\core\leoGlobals.py", line 240, in 
commander_command_wrapper
    method(event=event)

  File "E:\git\leo\leo\commands\commanderFileCommands.py", line 261, in 
open_outline
    open_completer(c, closeFlag, fileName)

  File "E:\git\leo\leo\commands\commanderFileCommands.py", line 204, in 
open_completer
    c2 = g.openWithFileName(fileName, old_c=c)

  File "E:\git\leo\leo\core\leoGlobals.py", line 3920, in openWithFileName
    return g.app.loadManager.loadLocalFile(fileName, gui, old_c)

  File "E:\git\leo\leo\core\leoApp.py", line 3288, in loadLocalFile
    previousSettings = lm.getPreviousSettings(fn)

  File "E:\git\leo\leo\core\leoApp.py", line 2241, in getPreviousSettings
    c = lm.openSettingsFile(fn)

  File "E:\git\leo\leo\core\leoApp.py", line 2412, in openSettingsFile
    ok = c.fileCommands.openLeoFile(theFile, fn,

  File "E:\git\leo\leo\core\leoFileCommands.py", line 692, in openLeoFile
    ok, ratio = self.getLeoFile(

  File "E:\git\leo\leo\core\leoFileCommands.py", line 559, in getLeoFile
    v = FastRead(c, self.gnxDict).readFile(fileName)

  File "E:\git\leo\leo\core\leoFileCommands.py", line 60, in readFile
    v, g_element = self.readWithElementTree(path, s)

TypeError: cannot unpack non-iterable NoneType object

Traceback (most recent call last):
  File "E:\git\leo\leo\plugins\qt_frame.py", line 1638, in closeEvent
    g.app.gui.close_event(event)
AttributeError: 'NullGui' object has no attribute 'close_event'

Well then I rolled back to the version I was working with before. The same 
issue.
What went that wrong and how can I restore access to my outline now?

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/a7da0bee-7b69-4cc6-8565-b74a30eea0ea%40googlegroups.com.

Reply via email to