Matze

Results 5 comments of Matze

I thought about this, too, because the only thing that would happen is that the bridge reuploads the deleted files again (at least how it sounds like) if it didn't...

I've now did a `DELETE FROM telegram_file WHERE mime_type = 'application/gzip';` in the postgres database, too. Stopped the bridge before out of safety concerns. Works now - sending already sent...

> * Specify disabled_algorithms={'keys': ['rsa-sha2-256', 'rsa-sha2-512']} (not sure how) no it's `pubkeys` for the workaround ```python conn.connect('host', username='user', pkey=pkey, disabled_algorithms={'pubkeys': ['rsa-sha2-256', 'rsa-sha2-512']}) ```

Thanks for the reply! As the quirks arent well documented, I accidentially set `36ms` for the 8730 printers but it somehow worked in the end: ```ini [HP OfficeJet Pro 8730]...

For the quirks documention; I've got the impression there are more options than documented in the README. Maybe its because the options quickly evolve in the later versions and already...