ChilliSniff
ChilliSniff12mo ago

third party module not updating / releasing

Dear all, I have just added a github repo , https://github.com/jonasfrey/o_file__wav, added a webhook (https://api.deno.land/webhook/gh/o_file__wav) selected content-type : application/json, selected only 'Branch or tag creation' . then i have added a tag with git tag 0.1 and git push --tags but the module does not appear on https://deno.land/x/o_file__wav@0.1 what could be the problem ?
2 Replies
mxdvl
mxdvl12mo ago
If you look in the webhook event history in Github you can get some good details about what happened If the tag was created before the webhook, for example, you’d need to manually trigger the event
ChilliSniff
ChilliSniff12mo ago
thanks, i did not know such information could be looked up ! , unfortunately i see 3 successfull deliveries , but my module https://deno.land/x/o_file__wav@0.1 still does not exist i have asked the support, their response: "The issue is that consecutive underscores are not allowed in a module name." i have seens that the webhook response provides a status url, visiting this page revealed that my module /github repo is to large in size thanks for your help
More Posts
Possible error in Deno.renameI’ve noticed that `Deno.renameˋ does not actually throw a ˋDeno.errors.AlreadyExists` on Linux and BOutgoing connection over TLS (port 465) from the deno deployment is failingI am trying to send an email via Gmail SMTP. The code is trying to connect to smtp.gmail.com on portsetting module scope variable based on module import pathI have a big utilities file with many helper functions, mostly arround html parsing. Many of which tHow to import a npm package that relies on WasmI'm trying to import `npm:@biscuit-auth/biscuit-wasm@0.4.0` and I wrote the following script: ```TypDeno deploy --allow-write permission.I'm writing a small web app that uses tilia (https://deno.land/x/tilia@0.1.2) to manage a small jsonGetting values from Deno KV in a Web Worker always return empty array despite working correctly o...Getting values from Deno KV in a Web Worker always return empty array despite working correctly outsSimple Deno program on Windows quits after 20 secondsHi I have created a simple deno program and now compiled to an exe file for window using the commanNeed some help for Deno/FreshJS projectI have a Deno/FreshJS project and need some help from someone with extensive experience in Deno/FresI need more help understanding imports and relative paths for a module I am writingI am diving into the world of Deno and I am trying to port an existing node CLI. _If you are develIs there an idiomatic/common/modern way of creating a queue of jobs to be executed one after anot...Is there an idiomatic/common/modern way of creating a queue of jobs to be executed one after another