kurtmckee/feedparser

failing to run as a github action

Bhupesh-V opened this issue · 0 comments

the feed.status is returning code 429 (Too Many Requests) when run as a GitHub action
Here are the action logs (See: Self Output)
https://github.com/Bhupesh-V/memer-action/runs/3706938874?check_suite_focus=true

The script I am running: https://github.com/Bhupesh-V/memer-action/blob/dev/main.py (trying to consume a RSS feed from reddit)

Although the same script if run locally returns code 200.
Any clue on what might be causing the issue? any help appreciated 🙌🏽

  • feedparser version: 6.0.8
  • Python version: 3.8