threeal / upwork-notifier-bot

A Discord bot that notifies users of new jobs from Upwork
MIT License
0 stars 0 forks source link

Fix Failing RSS Feed Fetch Test #158

Open threeal opened 3 weeks ago

threeal commented 3 weeks ago

This issue pinpoints failures in the RSS feed fetch tests, as seen in this workflow. The failure is likely caused by changes in the error message received when fetching the RSS feed from the Upwork URL. Changing the assertion message should fix the problem.

threeal commented 3 weeks ago

Apparently, this error is caused by Upwork no longer supporting RSS feeds since August 20th, 2024 (see this). This will complicate things; we may need to modify this project to use web scraping instead.