apiland icon indicating copy to clipboard operation
apiland copied to clipboard

Cannot create a module

Open pagoru opened this issue 2 years ago • 3 comments

I already upload three versions and still not working:

https://deno.land/x/changelog_formatter

I already created other modules, so I don't know what's going on, the webhooks are working fine.

pagoru avatar Apr 10 '23 14:04 pagoru

You might want to check the error message via status_url:

image

image

hashrock avatar Apr 11 '23 04:04 hashrock

@hashrock thanks it was about permissions, I don't understand why the petition returns 200 if it fails.

pagoru avatar Apr 11 '23 08:04 pagoru

I am unsure this is something we can solve: the registry queues a job up for the actual operations required, so the response from github & its status are a reflection is the queueing was succcessful, which is why we return a separate url for viewing the status of the job

crowlKats avatar Jun 02 '23 04:06 crowlKats