Closed Fantasy-Fellowship closed 11 months ago
I have also been experience issues by the login step
I wonder if it has to do with the prompt to accept the cookies 🤷♂️
Ever since I activated GitHub's two-factor authentication, I've been getting the same error. It used to work fine before.
@abe-101 @matevskial Any solutions regarding the 2FA?
Its hard for me to imagine the issue is related to 2FA
I don't think this is linked to 2FA.
Recently, they added a screen that shows a couple of different ways to login to anchor.fm
I am going to tackle this one.
What do I have to do to make it work? I have modified the file and added the:
console.log('Accessing Log in with email');
await clickXpath(page, '//button[contains(text(), "Log in with email")]');
But it keeps giving me the same error.
Hopefully, you don't have to do anything after the fix gets merged.
Can you please try to run locally by disabling pupeteer headless mode?(Add PUPETEER_HEADLESS=false
in your .env
file)
I have only .env.sample
To test locally, please do these steps.
Make sure you have cloned latest main branch of this repository
Create .env file if you don't have it already, the content of that file should be
ANCHOR_EMAIL=<youremail>
ANCHOR_PASSWORD=<yourpassword>
PUPETEER_HEADLESS=false
Do npm install if you haven't done already
Do npm start
I have not been able to run it locally.
What I have done is delete the fork, recreate it, configure the secret variables and when the episode is uploading it gives me an error.
An important fact is that the log tells me:
Posting episode to anchorfm
launching puppeteer
Trying to log in
Error: Unable to post episode to anchorfm: Error: No element found for selector: #email
And in between, the message should come out:
Accessing Log in with email
But it does not appear.
I have the same issue ( 2FA enabled) ..
Trying to log in 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)
Please update to the last version of the Action or update your forks. Any contributions to this project will help us a lot since we are not a big team, thanks
Recieving error when trying to upload an episode. First time using it so not sure why it is happening. Saw there was a similar bug report already submitted but looked like this had been solved?