Results 34 comments of Max Fowler

I was also having this issue. For my case I always knew that when my worker re-started, that would mean it should remove the zombie worker it was replacing, so...

I'm currently working on creating a [yunohost package](https://yunohost.org/en) for archivebox, and this feature will also be needed for that. Or some other way, which I can supply an initial admin...

for now I was able to achieve what I needed using expect, but having CLI args for archivebox would probably be cleaner. e.g. ``` /usr/bin/expect

I've still been running into some bugs with this from users, for example ["install fails with password similar to username"](https://github.com/YunoHost-Apps/archivebox_ynh/issues/13) and "install fails if password contains $ signs" I could...

ah interesting. yes I'm having trouble imagining how to pass these validator warnings back to the user, given its non-interactive, so to disable these warnings in the case that a...

Its now in the yunohost application catalog https://yunohost.org/en/apps, and here is the package repo https://github.com/YunoHost-Apps/archivebox_ynh feel free to close this issue

fwiw this would be helpful for the purpose of packaging archivebox as a yunohost package, something I've been working on. discussed here https://forum.yunohost.org/t/nginx-config-for-path/16887

I would also be curious to see this experiment with instagram. Although an instagram-specific archiver may be necessary.

I tried repopulating everything again just from the secret file to see if it would fix the issue, and it got back to the same place. ./sbotcli logs returns full...

@cryptix I just ran into this error too, and confirm your workaround fixed the issue, thanks!