Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nable to post episode to anchorfm: TimeoutError: Waiting for selector .//button[contains(text(), "Log in with email")] #103

Closed
ptoseklukas opened this issue Nov 10, 2023 · 4 comments · Fixed by #104
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ptoseklukas
Copy link

Anchor have new login web page. https://podcasters.spotify.com/pod/login

@TheJoin95
Copy link
Member

TheJoin95 commented Nov 10, 2023

Could you specify which version are you using?
We are opening https://github.com/Schrodinger-Hat/youtube-to-anchorfm/blob/83a8fe8cd08cb45a68bb3316e2c8eb4d8d4843f1/src/anchorfm-pupeteer/index.js#L52 which is leading to the right login web page

By the way, there are some issue template to use in order to open an issue otherwise we are losing time on getting the issue right

@TheJoin95
Copy link
Member

@ptoseklukas Could you please share some screenshots or you actual code? Thanks

@ptoseklukas
Copy link
Author

Hello, i mean new page like design and content. Not the URL. Now there isn't button with Log in with email label but with label continue.

This is line where code stop working: https://github.com/Schrodinger-Hat/youtube-to-anchorfm/blob/83a8fe8cd08cb45a68bb3316e2c8eb4d8d4843f1/src/anchorfm-pupeteer/index.js#L114C79-L115C1

image

Action
image

name: 'Upload Episode from YouTube To Anchor.Fm'

on:
  push:
    paths:
      - episode.json
    branches:
      - main
      - master

jobs:
  upload_episode:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Upload Episode from YouTube To Anchor.Fm
        uses: Schrodinger-Hat/[email protected]
        env:
          ANCHOR_EMAIL: ${{ secrets.ANCHOR_EMAIL }}
          ANCHOR_PASSWORD: ${{ secrets.ANCHOR_PASSWORD }}
          EPISODE_PATH: /github/workspace
          POSTPROCESSOR_ARGS: 'ffmpeg:-ac 1'
          UPLOAD_TIMEOUT: 30000000
          PUPETEER_HEADLESS: false
          IS_EXPLICIT: true
          URL_IN_DESCRIPTION: true
          SAVE_AS_DRAFT: false

@TheJoin95
Copy link
Member

Alright, thanks for the explanation, now it's clear. If you are willing to contribute, please do so by opening a new PR :)

cc @matevskial @abe-101

@TheJoin95 TheJoin95 added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants