Alex
Alex
Could i take your picture for a twitter post? If you have twitter send me your profile so i can tag you :)
Can you give me your version info?
The issue is that apparently the host that you are trying to log into does not exist in the database. Though this should not happen as it gets added in...
> My best guess would be that you ran into a race condition with SQLite where you tried to read from the db before the host was added. Perhaps because...
Took a look at the log but it is really hard to debug without being able to test it. The question would be why this host wasn't in the database...
Found the root cause for this yesterday. This is triggered by a logic flaw when running against hosts with anonymous auth (and we don't supply a user). Will push a...
Hi, yes I am aware of the problem but I did not find a solution yet. All import specific stuff (e.g. in the pyproject.toml file) depend on the package name...
Very interesting, thanks for the PR! Do you have any resources about that topic that you could share?
Thanks for the addition!