10-05-2024, 01:16 PM | #1 |
Connoisseur
Posts: 51
Karma: 16
Join Date: Feb 2015
Device: Kindle Paperwhite
|
Washington Post RSS feed-based recipes not working
Trying to get the Washington Post RSS feed-based recipe to work
https://feeds.washingtonpost.com/rss...ons/editorials When I try to create using a standard recipe option, it doesn't work. Seems like that is happening already with other RSS based recipes like the NYT, The Economist and now with the Washington Post. I know unkn0wn has graciously created one for the NYT RSS based recipes which works great. I am hoping his expertise can help on this one. Thank you. |
10-09-2024, 01:35 AM | #2 |
Fanatic
Posts: 542
Karma: 82944
Join Date: May 2021
Device: kindle
|
wapo recipes still work.
you should always attach the log txt file here. |
Advert | |
|
10-09-2024, 12:40 PM | #3 |
Connoisseur
Posts: 51
Karma: 16
Join Date: Feb 2015
Device: Kindle Paperwhite
|
Hi unkn0wn, just trying to get the rss feed from here
https://www.washingtonpost.com/discu...ost-rss-feeds/ So I can look up by columnists and read their past posts. The simple recipe I created just says "<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)>" with nothing downloaded. I know there is already a Washington Post recipe but just wondering why creating a simple recipe from scratch doesn't work. Thanks. |
10-09-2024, 03:17 PM | #4 |
Grand Sorcerer
Posts: 12,749
Karma: 75000002
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
The issue is one posted about many times. There is a security issue related to the vertificate store on your computer being out of date.
There have been MANY reported issues and workarounds posted in these forums. The next version of calibre Kovid is overriding Windows default certificate store and using a custom one. Sent from my Pixel 7a using Tapatalk |
10-09-2024, 10:08 PM | #5 |
Connoisseur
Posts: 51
Karma: 16
Join Date: Feb 2015
Device: Kindle Paperwhite
|
I used unkn0wn's suggestion for other users with certificate issues by adding this in the recipe
def get_browser(self): return BasicNewsRecipe.get_browser(self, verify_ssl_certificates=False) So, the certificate error message went away but still fails to download any article. I attached the basic recipe. |
Advert | |
|
10-10-2024, 01:56 AM | #6 |
Fanatic
Posts: 542
Karma: 82944
Join Date: May 2021
Device: kindle
|
i cannot help you with this. The built-in recipe is working fine, use it.
|
10-10-2024, 11:47 AM | #7 |
Connoisseur
Posts: 51
Karma: 16
Join Date: Feb 2015
Device: Kindle Paperwhite
|
I figured it out. The Washington Post recipe is based off the same rss feeds that I was referring to. All I had to do was replace it with my own rss links and everything works great.
I also figured using this code helps out with other recipes that are getting certificate errors. def get_browser(self): return BasicNewsRecipe.get_browser( self, verify_ssl_certificates=False, user_agent='Mozilla/5.0 (Windows NT 10.0; rv:128.0) Gecko/20100101 Firefox/128.0') Thanks! |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
NYT RSS feed-based recipes | Steven630 | Recipes | 5 | 09-18-2024 12:25 PM |
Washington Post not working | jazzbox | Recipes | 1 | 01-06-2019 07:44 PM |
Recipes with only one feed? | Dereks | Recipes | 0 | 04-02-2011 10:28 AM |
Washington Post news feed crash | nickredding | Calibre | 3 | 01-29-2010 09:25 PM |