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)
Refers to #114
need more precise specs or this could be okay?
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.
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.