On Tue, Feb 18 2025, lev...@riseup.net wrote:
> I can't remember the specific one that prompted the OP but this one
> causes the same error message (it is from recent history.)
> https://www.youtube.com/channel/UCshObcm-nLhbu8MY50EZ5Ng
>
> The error is, so far, limited to youtube links or possibl
er wrote:
> Hi Yulran,
>
> I think this is related to how gexps are expanded. In your first gexp, you
> use #$accounts, which expands to ("account1" "account2"), and it's
> interpreted as a procedure call.
>
> Untested, but '#$accounts shoul
Hi guix,
I'm having trouble with nesting g-expressions when defining a mcron job. I want
the job to run the same "mastodon-archive" commands for several accounts, so I
define a list of accounts and use 'map' to build the complete command. This
works well when there are only strings involved, bu
Hi,
I hope you found the solution in the meantime, but in case it helps, there's
also an issue in your service-extension that will indeed cause 'Wrong type to
apply' or 'Wrong type argument' errors when you try to build your system.
The second argument of service-extension should be a function