Dominik Sander
Dominik Sander
How is it incomplete?
Is it possible you are looking at the diagram of a Scenario? I don't think we have any other logic in place that would limit the amount of Agents that...
Hmm I have no idea how this could happen. Can you give us a way to reproduce the behavior on a fresh installation? There must be a condition (disabled Agent,...
Can you add a bit more context, what is the error you are getting, does the backup work, when does it fail?
Can you share the command or compose file you use to start the container? `docker run -e TIMEZONE="Eastern Time (US & Canada)" huginn/huginn` works for me
[This](https://github.com/huginn/huginn/commit/46e7a675c78037cabc67532e19d64eb00ef2b7b4#diff-6fed060627ebc96afa8b24b53659c06aR78) is probably the part that causes your issue. The change was supposed to fix issues with variables passed in via a `.env` file that are not quoted but need...
> I think I've fixed the parenthesis problem. Just removing all the escapes and extra quotes works fine with latest. ` { \"name\" : \"TIMEZONE\", \"value\" : \"Eastern Time (US...
@Toucan-Sam If there is only one `item` using `array: true` will work. ``` "extract": { "url": { "xpath": "//*/item/link", "value": ".//text()" }, "mp3": { "xpath": "//*/item/enclosure", "value": "@url", "array": "true",...
@gingerbeardman I guess it depends on the output format, when you are using liquid the [`as_object` filter ](https://github.com/huginn/huginn/wiki/Formatting-Events-using-Liquid#as_object) might help. In other cases I think you can use JSONpath to...
That sounds like a problem with the configuration of your reverse proxy, did you reconfigure your DNS so it resolves `huginn.example.com` to your servers IP?