When I look in the felix-server branch, leoserver.py is only an http server, not a websocket server. Which branch of the leo-editor repo are you working with? Neither the *felix-server* nor the *devel* branches contain leobridgeserver.py. So, as far as I can see, it is not possible to run leointeg without using leobridgeserver from Felix's repo.
On Wednesday, June 9, 2021 at 5:59:54 PM UTC-4 Edward K. Ream wrote: > On Wed, Jun 9, 2021 at 4:18 PM [email protected] <[email protected]> > wrote: > >> So we may have been talking about different versions. > > > Yes, it's all confusing. > > As another data point, I added leo to sys.path in sitecustomize.py and > switched back to leobridgeserver in the leoInteg settings. > > Now there is more progress, but still no real joy. When starting the > server I get: > > Starting server with command: C:\Users\edreamleo\Python\Python39\python.exe > Starting Leobridgeserver.py (Launch with -h for help) > LeoBridge started at localhost on port: 32125 [ctrl+c] to break > ERROR: Error in openFiles > Looking at the code in leobridgeserver.py, it appears that this message > happens when the server can't find any open files. Imo, this shouldn't > really be an error. Or at least the user should be given the opportunity to > switch directories. > > Edward > -- 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/cb5d3d7c-26d3-4c74-a07f-014666efcbebn%40googlegroups.com.
