bordaigorl / rmview

A live viewer for reMarkable written in PyQt5
GNU General Public License v3.0
755 stars 63 forks source link

Connection lost: Connection to the other side was lost in a non-clean fashion: Connection lost. #78

Closed jasonhemann closed 3 years ago

jasonhemann commented 3 years ago

I've just upgraded my tablet to 2.7; this was my first time using rmview after that update. The libcrypto install seemed to go perfectly fine. When stopping, however, I think I saw an error/warning message I had not expected. Was this expected? I exited using the gui menus Python > Quit Python.

...                                                                                                                                                                                                                                                           
Connected to 10.11.99.1                                                                                                                                                                                                                                       
Installing libcrypto...                                                                                                                                                                                                                                       
Installation successful!                                                                                                                                                                                                                                      
25/05/2021 20:45:41 Listening for VNC connections on TCP port 5900                                                                                                                                                                                            

Starting VNC server                                                                                                                                                                                                                                           
Stopping framebuffer thread...                                                                                                                                                                                                                                
Connection lost: Connection to the other side was lost in a non-clean fashion: Connection lost.                                                                                                                                                               
Framebuffer thread stopped                                                                                                                                                                                                                                    

Bye!                                                                                                                                                                                                                                                          
bordaigorl commented 3 years ago

Yes it's nothing to worry about. It has actually been solved in the devel version. Since you now installed libcrypto, you should be able to use the devel branch if you'd like.

jasonhemann commented 3 years ago

Terrific! Thanks!