CMahaff / lasim

Move your Lemmy settings from one account to another

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More Gracefully Handle Thread Panics

CMahaff opened this issue · comments

Describe the Bug
Right now if a thread panics (upload or download, usually by a surprise unwrap being None) the UI just freezes. It would be better for the application to crash (and ideally write a file with error information) when this happens so users don't think it is still doing work.

This was seen when lemmy.world was unexpectedly returning an empty "my_user" for site requests (it kept logging people out).

Information
LASIM Version: 0.1.1
LASIM Profile Version: 1
Lemmy Source Instance URL: N/A
Lemmy Source Instance Version: N/A
Lemmy Target Instance URL: N/A
Lemmy Target Instance Version: N/A

Output of LASIM
N/A

Fixed in #12