youtube-to-anchorfm: Unable to post episode to anchorfm: TimeoutError: Waiting for selector `.//span[text()="Publish"]/parent::button`

Hi, do you know this issue ?

Error: Unable to post episode to anchorfm: TimeoutError: Waiting for selector .//span[text()="Publish"]/parent::button failed: Waiting failed: 30000ms exceeded at postEpisode (/src/anchorfm-pupeteer/index.js:93:11) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Thanks

About this issue

  • Original URL
  • State: closed
  • Created 4 months ago
  • Comments: 16 (11 by maintainers)

Most upvoted comments

@VasilisTako that’s a good angle to take this down and I agree on doing like you’re suggesting. Could you open a new issue and add these specs please?

Refers to #114

need more precise specs or this could be okay?

lmk when you post a fix for the github action it will be more convenient thanks !

I would make you know if i try something strange, i’ve dived into ur action logs and can see that the exception is starting before the script doesn’t find the publish button (u can see that from the base64 logging before the real exception on the selector occurs) so the problem should be in the middle of this 2 operations.

It’s really strange that is not working on the GitHub action tho. Could you share here the full logs? Do you have a different language setup on your GitHub action?

As i can see from the action logs the language is getting setted correctly. But imo is strange too, will try to debug the action directly with some new logs.