copycat

joined 1 year ago
[–] copycat@lemm.ee 9 points 5 months ago* (last edited 5 months ago) (1 children)

file_path = await new_dialog.files_selected

You probably want file_selected, not files. When the file mode is set to single file, then only file_selected signal is emitted, and when the file mode is set to multiple files, only files_selected is emitted. So if you use await files_selected when file mode is set to single file, then it will be stuck forever.

[–] copycat@lemm.ee 4 points 9 months ago (1 children)

It is dead, but the app still works.

[–] copycat@lemm.ee 4 points 11 months ago

I just tried to update and it failed with error 403 when it tried to download the kernel, so it seems like they took measures.

[–] copycat@lemm.ee 3 points 1 year ago

You can skip it with the --skip-launcher launch option