Code:
./luajit: plugins/send2ebook.koplugin/main.lua:202: attempt to call method 'lazyInitialization' (a nil value)
stack traceback:
plugins/send2ebook.koplugin/main.lua:202: in function 'onConfirm'
frontend/ui/downloadmgr.lua:52: in function 'onConfirm'
frontend/ui/widget/pathchooser.lua:131: in function 'callback'
frontend/ui/widget/button.lua:218: in function 'action'
frontend/ui/uimanager.lua:716: in function '_checkTasks'
frontend/ui/uimanager.lua:993: in function 'handleInput'
frontend/ui/uimanager.lua:1079: in function 'run'
./reader.lua:234: in main chunk
[C]: at 0x00013b61
https://github.com/koreader/koreader.../main.lua#L202
You could see if changing that to Send2Ebook:lazyInitialization() does the trick, since I definitely don't want to actually look at that plugin.