Nathan Aclander

Results 42 comments of Nathan Aclander

I'm using Hydrogen 0.9.7 on Ubutnu Studio 17.10 and the buttons are still too small to be usable ( this is running on a 2880 x 1800 screen ). I...

Does `session.sleep(1)`not do what you want?

So it just happened again. This happens on the client machine, during the `Checking package Integrity` step: ``` error: linux-lts: signature from "Andreas Radke " is invalid :: File /var/cache/pacman/pkg/linux-lts-5.15.45-1-x86_64.pkg.tar.zst...

``` # journalctl --unit=flexo | grep Primary | tail -n20 Apr 25 20:17:05 dmz-cache flexo[10406]: [2022-04-25T20:17:05.363Z INFO flexo] Primary mirror: "https://arch.hu.fo/archlinux/" Apr 25 20:17:11 dmz-cache flexo[10421]: [2022-04-25T20:17:11.610Z INFO flexo] Primary...

Right, I see this in the `[mirrors_auto]`section of the toml file now. I'm curious why not have an option to have flexo check `/etc/pacman.d/mirrorlist`? Like I mentioned I already use...

Just wanted to update that this is still happening, even after denylisting several mirrors in flexo. Do you know if there's a more consistent way of preventing the signature error...

I'll run this the next time I'm getting errors ( usually to move forward I change the mirror, then change it back ). Looking at the script, it looks like...

So its failing to initialize the plugin. The first error I see in the trace is: ``` ImportError: cannot import name '_bcrypt' from 'bcrypt' (C:\Users\martin\AppData\Roaming\calibre\plugins\Remarkable Plugin.zip\bcrypt\__init__.py) ``` I don't really...

@r0bbie what OS are you getting the error on, and can you paste the stack trace.

So I think I may have found the reason that this issue is happening. I didn't realize bcrypt ( a dependency of paramiko, used to ssh into the remarkable )...