Closed jordanscience closed 11 months ago
Could you please specify which version of the action are you running?
Testing the action on tag 2.0.0 gives me the same error of @jordanscience. It appears that this issue might be related to the Node.js version used in that particular version of the action (cause on the logs i see deprecated warns on node install). However, if I update the action to use tag v2.3.0, the issue is resolved, and the YouTube video is successfully published to Anchor.fm.
Exactly, you just needed to update to the latest version. All good then!
Hello,
Just tried to upload an episode via Github action I get
Error: Unable to post episode to anchorfm: Error: No element found for selector: #email at postEpisode (/src/anchorfm-pupeteer/index.js:157:15) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async main (/src/index.js:37:5)
Did you encounter this kind of issue ?
Thanks