Alexander Piskun
Alexander Piskun
Can you attach link to the workflow please
let's defer this node until Visionatrix 1.5 version, hopefully this issue will be resolved by then(or we need to build binary wheels ourselves for Python3.12 for that package) for :...
closing, as now we support ComfyUI-Manager and all nodes can be installed from there. _and for now it is hard to say how we can support nodes related to webcams...
This should be fixed with the now merged PR. Thanks for reporting this issue!
webhooks_listener code that calls ExApp is located here: https://github.com/nextcloud/server/blob/28df049b995608d20ae01f8a4f322bc46c9a5d4d/apps/webhook_listeners/lib/BackgroundJobs/WebhookCall.php#L61-L80
I can check this later with your example(will try today, but can't promise), we currently use this only in `flow` ExApp, but it's code is hard to read.
> The webhook call has no permissions Do not understand how that is possible. `NextcloudApp` class uses AppAPI `auth` which should have admin permissions.. Will take a look at this
I modifed your example a bit, and I see that `basic_file_checker` is called, but `Auth` for it to be executed is not passed, so looks like Nextcloud does not send...
Please ,post the content of ` oc_webhook_listeners ` table. I guess the field `app_id` maybe is not filled in it for some reason, or maybe it contains old records.
thanks, I will try to reproduce this today