youtube-to-anchorfm: Failing to upload

I run the action and Upload Episode from YouTube To Anchor.Fm part of the action continues to fail with following error:

...
+ puppeteer@10.4.0
added 55 packages from 73 contributors and audited 55 packages in 8.546s

8 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

internal/modules/cjs/loader.js:818
  throw err;
  ^

Error: Cannot find module '/github/workspace/index.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
    at Function.Module._load (internal/modules/cjs/loader.js:667:27)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
    at internal/main/run_main_module.js:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}
...

image

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 25 (15 by maintainers)

Commits related to this issue

Most upvoted comments

I will close for inactivity and seems the problem related to this issue is resolved! thanks @abe-101 🚀

as of version v1.0.2 this is no longer an issue and can be closed @grubeli

It’s reasonable to change the selctor into something more generic. It should be easy, but right now I’m focused on other OSS project. Can someone on this issue find it out and send us a PR?

I think that the error could be the variable EPISODE_PATH on .github/workflows/upload.yml, @grubeli Could you change it from “/github/workflow” to “/github/workspace” and se if it works ? Maybe it will not fully work because we have a new problem that popped out on last Thursday related to the “Next” button on “Episode options” page, but I think in the next few days it will be fixed.

@zephyrus3 just done it