Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Recipes

Notices

Reply
 
Thread Tools Search this Thread
Old 04-09-2025, 08:53 PM   #1
bllittle
Junior Member
bllittle began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jan 2021
Device: Kindle app on android tablet
New York Times broken - Python Error

The New York Times recipe had been working fine for at least a year, but after upgrade to 8.2.1 the following error is being generated

TypeError: 'NoneType' object is not subscriptable

Since after a google search it was classified as a Python error, I attempted to open a bug report. However the developer closed the report as a "recipe" error, which he doesn't support, even though I'd only referenced it happening in the NYTimes recipe to give some context.
Anyone else having this issue or know how to fix it?
Thanks.

Last edited by bllittle; 04-09-2025 at 08:54 PM. Reason: Clarity
bllittle is offline   Reply With Quote
Old 04-09-2025, 10:07 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,337
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
You need to post the full error and recipes are python scripts.
kovidgoyal is offline   Reply With Quote
Advert
Old 04-09-2025, 11:42 PM   #3
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,483
Karma: 78910112
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
At times it can be due to either the web page having changed, intermittent errors connecting to the web site, or a news article that has unexpected data.
PeterT is offline   Reply With Quote
Old 04-10-2025, 09:05 AM   #4
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,483
Karma: 78910112
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
I can replicate this. Looks as if there is an issue in the Styles section of the paper.

Spoiler:

Fetch news from The New York Times (Web)
Conversion options changed from defaults:
verbose: 2
output_profile: 'kobo'
Resolved conversion options
calibre version: 8.2.1
{'add_alt_text_to_img': False,
'asciiize': False,
'author_sort': None,
'authors': None,
'base_font_size': 0,
'book_producer': None,
'change_justification': 'original',
'chapter': None,
'chapter_mark': 'pagebreak',
'comments': None,
'cover': None,
'debug_pipeline': None,
'dehyphenate': True,
'delete_blank_paragraphs': True,
'disable_font_rescaling': False,
'dont_download_recipe': False,
'dont_split_on_page_breaks': True,
'duplicate_links_in_toc': False,
'embed_all_fonts': False,
'embed_font_family': None,
'enable_heuristics': False,
'epub_flatten': False,
'epub_inline_toc': False,
'epub_max_image_size': 'none',
'epub_toc_at_end': False,
'epub_version': '2',
'expand_css': False,
'extra_css': None,
'extract_to': None,
'filter_css': None,
'fix_indents': True,
'flow_size': 260,
'font_size_mapping': None,
'format_scene_breaks': True,
'html_unwrap_factor': 0.4,
'input_encoding': None,
'input_profile': <calibre.customize.profiles.InputProfile object at 0x7f2a02014d90>,
'insert_blank_line': False,
'insert_blank_line_size': 0.5,
'insert_metadata': False,
'isbn': None,
'italicize_common_cases': True,
'keep_ligatures': False,
'language': None,
'level1_toc': None,
'level2_toc': None,
'level3_toc': None,
'line_height': 0,
'linearize_tables': False,
'lrf': False,
'margin_bottom': 5.0,
'margin_left': 5.0,
'margin_right': 5.0,
'margin_top': 5.0,
'markup_chapter_headings': True,
'max_toc_links': 50,
'minimum_line_height': 120.0,
'no_chapters_in_toc': False,
'no_default_epub_cover': False,
'no_inline_navbars': False,
'no_svg_cover': False,
'output_profile': <calibre.customize.profiles.KoboReaderOutput object at 0x7f2a009a0450>,
'page_breaks_before': None,
'prefer_metadata_cover': False,
'preserve_cover_aspect_ratio': False,
'pretty_print': True,
'pubdate': None,
'publisher': None,
'rating': None,
'read_metadata_from_opf': None,
'recipe_specific_option': None,
'remove_fake_margins': True,
'remove_first_image': False,
'remove_paragraph_spacing': False,
'remove_paragraph_spacing_indent_size': 1.5,
'renumber_headings': True,
'replace_scene_breaks': '',
'search_replace': None,
'series': None,
'series_index': None,
'smarten_punctuation': False,
'sr1_replace': '',
'sr1_search': '',
'sr2_replace': '',
'sr2_search': '',
'sr3_replace': '',
'sr3_search': '',
'start_reading_at': None,
'subset_embedded_fonts': False,
'tags': None,
'test': False,
'timestamp': None,
'title': None,
'title_sort': None,
'toc_filter': None,
'toc_threshold': 6,
'toc_title': None,
'transform_css_rules': None,
'transform_html_rules': None,
'unsmarten_punctuation': False,
'unwrap_lines': True,
'use_auto_toc': False,
'verbose': 2}
InputFormatPlugin: Recipe Input running
Downloading recipe urn: builtin:nytimes
Trying to get latest version of recipe: nytimes
Using user agent: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Recipe specific options:
web = Web Edition
days = 7
comp = no
Using today's paper from: 2025/04/10
Panama Canal Ship Pilot Navigates Tricky Waters, and Trump: https://www.nytimes.com/2025/04/08/w...hip-pilot.html
How a British Dad Made Comedy Gold Imagining Two Toddlers Chatting: https://www.nytimes.com/2025/03/20/w...dy-uk-dad.html
Facing Early-Onset Alzheimer’s, She Fought for the Right to Plan Her Death: https://www.nytimes.com/2025/02/25/w...de-quebec.html
The Hong Kong Artist Who Got Fired From McDonald’s: https://www.nytimes.com/2025/02/21/w...-activism.html
A French Cartoonist Draws a Window Into the Middle East: https://www.nytimes.com/2025/01/24/w...nce-syria.html
No Second Lady, No Problem: Greenland’s Dog Sled Race Goes Barking On: https://www.nytimes.com/2025/03/29/w...nce-trump.html
In Japan, an Iceless Lake and an Absent God Sound an Ancient Warning: https://www.nytimes.com/2025/03/28/w...mate-lake.html
Dolphin Hunting Is Their Tradition. Rising Seas Have Made It a Lifeline.: https://www.nytimes.com/2025/03/26/w...n-islands.html
What Makes Sydney’s New Beach Different? It’s 50 Miles Inland.: https://www.nytimes.com/2025/03/25/w...ndi-beach.html
To Him, Americans Were Always Heroes. He’s Not So Sure About Today’s.: https://www.nytimes.com/2025/03/24/w...-brothers.html
Derrumbe en República Dominicana: hay al menos 113 muertos tras caer el techo de una discoteca: https://www.nytimes.com/es/2025/04/0...ome-techo.html
Para Xi, el líder de China, ceder ante Trump no es una opción: https://www.nytimes.com/es/2025/04/0...aranceles.html
El caso judicial del príncipe Enrique sobre seguridad en el Reino Unido: lo que sabemos: https://www.nytimes.com/es/2025/04/0...audiencia.html
El papa, convaleciente, sorprende a los peregrinos con una aparición pública: https://www.nytimes.com/es/2025/04/0...san-pedro.html
Vuelan las acusaciones en Corea del Sur tras el suicidio de una actriz: https://www.nytimes.com/es/2025/04/0...-soo-hyun.html
Found section: World
Can Using a Dumber Phone Cure ‘Brain Rot’?: https://www.nytimes.com/2025/04/06/t...brain-rot.html
The U.K. Government Wouldn’t Ban Phones in Schools. These Parents Stepped Up.: https://www.nytimes.com/2025/04/01/w...childhood.html
Facebook Returns to Its Roots: Showing Posts From Friends and Family: https://www.nytimes.com/2025/03/27/t...iends-tab.html
If TikTok Is Here to Stay, What Does That Mean for Us?: https://www.nytimes.com/2025/03/26/t...-deadline.html
Hugues Oyarzabal, Surfing Star Who Rode With a Camera, Dies at 39: https://www.nytimes.com/2025/03/20/s...fing-dead.html
Found section: Technology
The Masters: A Gesundheit Unlike Any Other: https://www.nytimes.com/2025/04/10/u...allergies.html
The Legacy of the Black Caddies at the Masters: https://www.nytimes.com/2025/04/09/s...s-augusta.html
Dave Pelz, Scientist Turned Golf Guru of the Short Game, Dies at 85: https://www.nytimes.com/2025/04/05/s...pelz-dead.html
Ex-Yankees Player Brett Gardner’s Son Died From Carbon Monoxide, Officials Say: https://www.nytimes.com/2025/04/03/w...use-death.html
He Wore a ‘Patriotic’ Hat to a Blue Jays Game. It Got Him Ejected.: https://www.nytimes.com/2025/04/01/s...ected-hat.html
Found section: Sports
Bizarre Sea Creatures Illuminate the Dawn of the Animal Kingdom: https://www.nytimes.com/2023/05/17/s...b-jellies.html
Science Museums Take Stock of 1.1 Billion Objects From Around the World: https://www.nytimes.com/2023/03/23/s...llections.html
Ancient DNA Reveals History of Hunter-Gatherers in Europe: https://www.nytimes.com/2023/03/01/s...rs-europe.html
Oldest Known DNA Offers Glimpse of a Once-Lush Arctic: https://www.nytimes.com/2022/12/07/s...d-species.html
Happy Birthday, Omicron: https://www.nytimes.com/2022/11/26/s...evolution.html
The Very Territorial Caterpillar: https://www.nytimes.com/2025/04/04/s...ibrations.html
Scientists Reveal the Hairy Truth About Giant Ground Sloths: https://www.nytimes.com/2025/04/03/s...-hair-fur.html
This Tree Wants to Be Struck by Lightning: https://www.nytimes.com/2025/04/01/s...ainforest.html
Eating ‘Family Style’ May Have Set the Stage for Life as We Know It: https://www.nytimes.com/2025/03/31/s...n-physics.html
Foie Gras That Skips the Force-Feeding Is Developed by Physicists: https://www.nytimes.com/2025/03/25/s...e-physics.html
Trump Administration Cuts Funding and Staff for Flagship Climate Report: https://www.nytimes.com/2025/04/09/c...ssessment.html
NOAA Staffing Cuts Threaten Years of Salmon Harvests: https://www.nytimes.com/2025/04/09/c...ts-salmon.html
Trump Threatens Climate Policies in the States: https://www.nytimes.com/2025/04/09/c...he-states.html
Trump Administration Cuts Research Funding, Claiming It Creates ‘Climate Anxiety’: https://www.nytimes.com/2025/04/09/c...-research.html
Found section: Science
Kennedy Attends Funeral of Texas Girl Who Died of Measles: https://www.nytimes.com/2025/04/06/h...ath-texas.html
Why Measles Outbreaks May Be the New Normal: https://www.nytimes.com/2025/04/05/h...s-kennedy.html
Many Doctors Have Never Seen Measles Before: https://www.nytimes.com/2025/04/05/w...treatment.html
Dementia May Not Always Be the Threat It Is Now. Here’s Why.: https://www.nytimes.com/2025/03/22/h...s-elderly.html
Why Older People May Not Need to Watch Blood Sugar So Closely: https://www.nytimes.com/2025/03/10/h...sugar-age.html
New Insights Into Older Hearts: https://www.nytimes.com/2025/02/15/h...ase-aging.html
These Settings Aren’t Real. But for Dementia Patients, What Is?: https://www.nytimes.com/2025/02/01/h...-settings.html
When the Retirement Community Goes Bankrupt: https://www.nytimes.com/2025/01/18/h...ankruptcy.html
Massage Can Help After a Workout, But Not for the Reason You Think: https://www.nytimes.com/2025/04/09/w...-recovery.html
The More Protein, the Better?: https://www.nytimes.com/2025/04/09/w...act-check.html
What Are Microplastics Doing to Our Bodies? This Lab Is Racing to Find Out.: https://www.nytimes.com/2025/04/08/w...cs-health.html
It’s Now Even Easier to Test for S.T.I.s: https://www.nytimes.com/2025/04/08/w...ome-tests.html
Do Healthy Breakfast Cereals Exist?: https://www.nytimes.com/2025/04/08/w...st-cereal.html
Found section: Health
Singer Sues Met Opera Over Firing for Post-Pregnancy Vocal Problems: https://www.nytimes.com/2025/04/09/a...met-opera.html
John Nelson, Conductor Who Got France to Cherish Berlioz, Dies at 83: https://www.nytimes.com/2025/04/09/a...lson-dead.html
She Knocks the Cobwebs Off the Violin Repertory: https://www.nytimes.com/2025/04/07/a...lharmonic.html
How Online Rage Invaded a 151-Year-Old Intellectual Retreat: https://www.nytimes.com/2025/04/03/n...n-rushdie.html
Martha Argerich, la esquiva y enigmática ‘diosa’ del piano: https://www.nytimes.com/es/2025/04/0...-pianista.html
Found section: Music
How to Look Like Yourself on Your Wedding Day: https://www.nytimes.com/2025/04/05/s...p-wedding.html
An Epic Celebration in Guatemala, Ruins and Volcano Included: https://www.nytimes.com/2025/04/04/s...o-wedding.html
Starting a New Life Together, With Wellness Top of Mind: https://www.nytimes.com/2025/04/03/s...s-wedding.html
Hey D.J.! (Don’t Play That Song): https://www.nytimes.com/2025/03/29/s...-dj-music.html
For a Bus Driver and a Salon Manager, a Detour on the Path to Parenthood: https://www.nytimes.com/2025/03/28/s...o-wedding.html
Tiny Love Stories: ‘This Unusual Wooing Worked’: https://www.nytimes.com/2025/04/09/s...ng-worked.html
Let Yourself Rage With Poet Laureate Ada Limón: https://www.nytimes.com/2025/04/09/p...y-emotion.html
Why I Lied About Being Married: https://www.nytimes.com/2025/04/04/s...g-married.html
Tiny Love Stories: ‘Breathing Felt Like Betrayal’: https://www.nytimes.com/2025/04/02/s...-betrayal.html
My Brother Has Schizophrenia. This Is How I Love Him.: https://www.nytimes.com/2025/04/02/p...zophrenia.html
Found section: Style
Traceback (most recent call last):
File "runpy.py", line 198, in _run_module_as_main
File "runpy.py", line 88, in _run_code
File "site.py", line 47, in <module>
File "site.py", line 43, in main
File "calibre/utils/ipc/worker.py", line 215, in main
File "calibre/gui2/convert/gui_conversion.py", line 31, in gui_convert_recipe
File "calibre/gui2/convert/gui_conversion.py", line 25, in gui_convert
File "calibre/ebooks/conversion/plumber.py", line 1089, in run
File "calibre/customize/conversion.py", line 242, in __call__
File "calibre/ebooks/conversion/plugins/recipe_input.py", line 153, in convert
File "calibre/web/feeds/news.py", line 1121, in download
File "calibre/web/feeds/news.py", line 1299, in build_index
File "<string>", line 274, in parse_index
File "<string>", line 261, in parse_web_sections
File "<string>", line 335, in parse_web_section
KeyError: 'collectionsPage'
PeterT is offline   Reply With Quote
Old 04-10-2025, 09:50 AM   #5
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,337
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
https://github.com/kovidgoyal/calibr...175ce071ef63bb
kovidgoyal is offline   Reply With Quote
Advert
Old 04-10-2025, 02:59 PM   #6
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,483
Karma: 78910112
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Worked like a charm. With luck the o/p will see this
PeterT is offline   Reply With Quote
Old 04-12-2025, 12:57 PM   #7
jazzbox
Member
jazzbox doesn't litterjazzbox doesn't litter
 
Posts: 21
Karma: 190
Join Date: Nov 2017
Device: Kindle paperwhite
Thanks,Kovid

The fixed recipe worked for 4/11 and4/12. The old recipe did not fail on 4/10, but did fail on 4/09. When I retried the dl for 4/09, the new recipe fails as below:

Spoiler:
calibre, version 8.2.1 (win32, embedded-python: True)
Conversion error: Failed: Fetch news from The New York Times

Fetch news from The New York Times
Conversion options changed from defaults:
output_profile: 'kindle_pw3'
recipe_specific_option: ['date:2025/04/09']
verbose: 2
Resolved conversion options
calibre version: 8.2.1
{'add_alt_text_to_img': False,
'asciiize': False,
'author_sort': None,
'authors': None,
'base_font_size': 0,
'book_producer': None,
'change_justification': 'original',
'chapter': None,
'chapter_mark': 'pagebreak',
'comments': None,
'cover': None,
'debug_pipeline': None,
'dehyphenate': True,
'delete_blank_paragraphs': True,
'disable_font_rescaling': False,
'dont_compress': False,
'dont_download_recipe': False,
'duplicate_links_in_toc': False,
'embed_all_fonts': False,
'embed_font_family': None,
'enable_heuristics': False,
'expand_css': False,
'extra_css': None,
'extract_to': None,
'filter_css': None,
'fix_indents': True,
'font_size_mapping': None,
'format_scene_breaks': True,
'html_unwrap_factor': 0.4,
'input_encoding': None,
'input_profile': <calibre.customize.profiles.InputProfile object at 0x00000124B50D6A90>,
'insert_blank_line': False,
'insert_blank_line_size': 0.5,
'insert_metadata': False,
'isbn': None,
'italicize_common_cases': True,
'keep_ligatures': False,
'language': None,
'level1_toc': None,
'level2_toc': None,
'level3_toc': None,
'line_height': 0,
'linearize_tables': False,
'lrf': False,
'margin_bottom': 5.0,
'margin_left': 5.0,
'margin_right': 5.0,
'margin_top': 5.0,
'markup_chapter_headings': True,
'max_toc_links': 50,
'minimum_line_height': 120.0,
'mobi_file_type': 'old',
'mobi_ignore_margins': False,
'mobi_keep_original_images': False,
'mobi_toc_at_start': False,
'no_chapters_in_toc': False,
'no_inline_navbars': True,
'no_inline_toc': False,
'output_profile': <calibre.customize.profiles.KindlePaperWhite3Outpu t object at 0x00000124B50CD590>,
'page_breaks_before': None,
'personal_doc': '[PDOC]',
'prefer_author_sort': False,
'prefer_metadata_cover': False,
'pretty_print': False,
'pubdate': None,
'publisher': None,
'rating': None,
'read_metadata_from_opf': None,
'recipe_specific_option': ['date:2025/04/09'],
'remove_fake_margins': True,
'remove_first_image': False,
'remove_paragraph_spacing': False,
'remove_paragraph_spacing_indent_size': 1.5,
'renumber_headings': True,
'replace_scene_breaks': '',
'search_replace': None,
'series': None,
'series_index': None,
'share_not_sync': False,
'smarten_punctuation': False,
'sr1_replace': '',
'sr1_search': '',
'sr2_replace': '',
'sr2_search': '',
'sr3_replace': '',
'sr3_search': '',
'start_reading_at': None,
'subset_embedded_fonts': False,
'tags': None,
'test': False,
'timestamp': None,
'title': None,
'title_sort': None,
'toc_filter': None,
'toc_threshold': 6,
'toc_title': None,
'transform_css_rules': None,
'transform_html_rules': None,
'unsmarten_punctuation': False,
'unwrap_lines': True,
'use_auto_toc': False,
'verbose': 2}
InputFormatPlugin: Recipe Input running
Downloading recipe urn: custom:1001
Using user agent: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Recipe specific options:
web = Todays Paper
days = 7
comp = no
date = 2025/04/09
The Front Page
As Trump’s Sweeping Tariffs Kick in, Officials Signal Openness to Talks: https://www.nytimes.com/2025/04/08/u...ffs-greer.html
Trump’s Tariffs Are Already Reducing Car Imports and Idling Factories: https://www.nytimes.com/2025/04/08/b...-industry.html
He Was Held Captive in His Room for Decades. Then He Set It on Fire.: https://www.nytimes.com/2025/04/08/n...y-captive.html
In Trump Cases, Supreme Court Retreats From Confrontation: https://www.nytimes.com/2025/04/08/u...rontation.html
Scientists Revive the Dire Wolf, or Something Close: https://www.nytimes.com/2025/04/07/s...xtinction.html
Top I.R.S. Officials Said to Resign After Deal to Give ICE Migrants’ Data: https://www.nytimes.com/2025/04/08/u...data-deal.html
Frantic Search for Survivors as Roof Collapse in Dominican Republic Kills at Least 184: https://www.nytimes.com/2025/04/08/w...-collapse.html
Panama Canal Ship Pilot Navigates Tricky Waters, and Trump: https://www.nytimes.com/2025/04/08/w...hip-pilot.html
FEMA Cuts More Than $300 Million in Disaster Prevention Aid to New York: https://www.nytimes.com/2025/04/07/n...-new-york.html
Justice Dept. Lawyers Are Struggling to Defend Trump’s Policies in Court: https://www.nytimes.com/2025/04/07/u...s-defense.html
Marcia Marcus, Painter Rediscovered in Her Last Decade, Dies at 97: https://www.nytimes.com/2025/04/06/a...rcus-dead.html
Market Chaos Could Inflict Its Own Economic Damage: https://www.nytimes.com/2025/04/08/b...p-tariffs.html
Where Will We Eat When the Middle-Class Restaurant Is Gone?: https://www.nytimes.com/2025/04/04/d...estaurant.html
How About a Dash of Respect for the Daiquiri?: https://www.nytimes.com/2025/04/03/d.../daiquiri.html
‘The White Lotus’: Jason Isaacs Has Tricks Up His Sleeves: https://www.nytimes.com/2025/04/07/a...on-finale.html
At 90, Wole Soyinka Revisits His Younger, More Optimistic Self: https://www.nytimes.com/2025/04/08/t...llers-nyc.html
International
Panama Canal Ship Pilot Navigates Tricky Waters, and Trump: https://www.nytimes.com/2025/04/08/w...hip-pilot.html
Already Ravaged by War, Myanmar Now Longs for Earthquake Relief: https://www.nytimes.com/2025/04/07/w...quake-aid.html
An Explosive Clock Is Ticking on Iran and Its Nuclear Program: https://www.nytimes.com/2025/04/08/w...ons-trump.html
Some Israelis Favor Attacking Iran, Expressing Skepticism About Talks: https://www.nytimes.com/2025/04/08/w...-reaction.html
With Trump’s Return, Netanyahu Faces Fewer Restraints on Gaza Than Ever: https://www.nytimes.com/2025/04/08/w...rael-gaza.html
Israel’s Supreme Court Pauses Netanyahu’s Attempt to Fire Spy Chief: https://www.nytimes.com/2025/04/08/w...spy-chief.html
For Xi, China’s Strongman Leader, Ceding to Trump Is Not an Option: https://www.nytimes.com/2025/04/07/w...p-tariffs.html
An Experiment in Recklessness: Trump as Global Disrupter: https://www.nytimes.com/2025/04/08/u...trade-war.html
Will Retaliation Work for Europe? It’s a Gamble.: https://www.nytimes.com/2025/04/08/w...taliation.html
Is This America’s Liz Truss Moment?: https://www.nytimes.com/2025/04/08/w...liz-truss.html
Frantic Search for Survivors as Roof Collapse in Dominican Republic Kills at Least 184: https://www.nytimes.com/2025/04/08/w...-collapse.html
Zelensky Claims Capture of 2 Chinese Citizens Fighting for Russia: https://www.nytimes.com/2025/04/08/w...-belgorod.html
Dozens Die in Floods Hitting Congo’s Capital: https://www.nytimes.com/2025/04/08/w...sa-floods.html
Pilots Discussed Alternate Ways to Land Before Deadly Jeju Air Crash: https://www.nytimes.com/2025/04/08/w...nications.html
National
A New Push to Open the Doors on Childhood Sexual Abuse: https://www.nytimes.com/2025/04/08/u...ns-states.html
Justice Dept. Lawyers Are Struggling to Defend Trump’s Policies in Court: https://www.nytimes.com/2025/04/07/u...s-defense.html
Another Law Firm Braces for Possible Blowback From Trump: https://www.nytimes.com/2025/04/07/u...sham-taft.html
What Is a Student Visa? The Rights and Risks Amid Trump’s Crackdown.: https://www.nytimes.com/2025/04/07/n...ent-trump.html
Trump Is Threatening School Funding. Here’s What Families Should Know.: https://www.nytimes.com/2025/04/07/n...s-parents.html
Congestion Pricing Will Live On for Several Months After Court Agreement: https://www.nytimes.com/2025/04/07/n...icing-dot.html
Trump Signs Orders Aimed at Reviving a Struggling Coal Industry: https://www.nytimes.com/2025/04/08/c...al-mining.html
Fate of G.O.P. Budget Is in Doubt as Anti-Spending House Republicans Hold Out: https://www.nytimes.com/2025/04/08/u...esolution.html
Trump Administration to Roll Back Array of Gun Control Measures: https://www.nytimes.com/2025/04/07/u...-measures.html
National Park Service Restores Web Page Featuring Harriet Tubman: https://www.nytimes.com/2025/04/08/u...lroad-dei.html
New York Investigates Brands Accused of Selling Illegally Sourced Weed: https://www.nytimes.com/2025/04/07/n...tigations.html
FEMA Cuts More Than $300 Million in Disaster Prevention Aid to New York: https://www.nytimes.com/2025/04/07/n...-new-york.html
FEMA Tells New York to Fork Over Another $106 Million in Migrant Grants: https://www.nytimes.com/2025/04/08/n...money-nyc.html
Obituaries
Marcia Marcus, Painter Rediscovered in Her Last Decade, Dies at 97: https://www.nytimes.com/2025/04/06/a...rcus-dead.html
Edward Countryman, Student of the American Revolution, Dies at 80: https://www.nytimes.com/2025/04/06/b...yman-dead.html
Jeremiah Ostriker, Who Plumbed Dark Forces That Shape Universe, Dies at 87: https://www.nytimes.com/2025/04/07/s...iker-dead.html
Editorials, Op-Ed and Letters
There’s a Method to Trump’s Tariff Madness: https://www.nytimes.com/2025/04/07/o...mp-dollar.html
Trump and Netanyahu Steer Toward an Ugly World, Together: https://www.nytimes.com/2025/04/08/o...autocracy.html
I Invented a Popular Kitchen Gadget. Tariffs Will Kill My Business.: https://www.nytimes.com/2025/04/08/o...l-tariffs.html
There’s Nothing Real About Trump’s ‘Real America’: https://www.nytimes.com/2025/04/08/o...n-america.html
When Politics Has a Place in the Classroom: https://www.nytimes.com/2025/04/08/o...-politics.html
Business Day
Market Chaos Could Inflict Its Own Economic Damage: https://www.nytimes.com/2025/04/08/b...p-tariffs.html
American Whiskey Braces for Another Trump Trade War: https://www.nytimes.com/2025/04/08/b...s-whiskey.html
Wall Street Bursts With Anger Over Tariff ‘Stupidity’: https://www.nytimes.com/2025/04/08/b...-reaction.html
Oil Executives Are Quiet on Trump Policies. Privately, They’re Worried.: https://www.nytimes.com/2025/04/08/b...p-tariffs.html
Markets Slide Again in Afternoon Slump as Trade Tensions Escalate: https://www.nytimes.com/2025/04/07/b...k-markets.html
Trump and Paramount Agree on Mediator in ‘60 Minutes’ Lawsuit: https://www.nytimes.com/2025/04/07/b...0-minutes.html
How Trump’s TikTok Negotiations Were Upended by China and Tariffs: https://www.nytimes.com/2025/04/07/t...a-tariffs.html
The Treasury Secretary Needs Better Data on How You Save for Retirement: https://www.nytimes.com/2025/04/08/y...t-bessent.html
Oil Spill in North Dakota Prompts Shutdown of Keystone Pipeline: https://www.nytimes.com/2025/04/08/u...th-dakota.html
Google Says Employees Can Discuss Antitrust Case: https://www.nytimes.com/2025/04/07/t...ettlement.html
Panama Official Accuses Hong Kong Port Operator of Misconduct: https://www.nytimes.com/2025/04/08/b...son-audit.html
The Arts
‘The White Lotus’: Jason Isaacs Has Tricks Up His Sleeves: https://www.nytimes.com/2025/04/07/a...on-finale.html
At 90, Wole Soyinka Revisits His Younger, More Optimistic Self: https://www.nytimes.com/2025/04/08/t...llers-nyc.html
Review: A Party With 17 ‘Old Friends’ and 41 Sondheim Songs: https://www.nytimes.com/2025/04/08/t...s-salonga.html
She’s Martha Graham. Who Are You?: https://www.nytimes.com/2025/04/07/a...new-works.html
Film at Lincoln Center Chooses Daniel Battsek as Next President: https://www.nytimes.com/2025/04/08/m...president.html
At James Earl Jones Memorial, Friends Share Laughs, Tears and Moving Stories: https://www.nytimes.com/2025/04/07/t...al-denzel.html
Rare Beatles Audition Tape Surfaces in a Vancouver Record Shop: https://www.nytimes.com/2025/04/02/a...o-session.html
Soaking in the Swamps and Myths of South of Midnight: https://www.nytimes.com/2025/04/08/a...ht-review.html
Global Art Sales Fell by 12% Last Year, Report Says: https://www.nytimes.com/2025/04/08/a...et-report.html
Food
Where Will We Eat When the Middle-Class Restaurant Is Gone?: https://www.nytimes.com/2025/04/04/d...estaurant.html
A Chef’s Favorite Dessert Is Also the Easiest to Make: https://www.nytimes.com/2025/04/03/d...ican-cake.html
Easter Eggs Are So Expensive Americans Are Dyeing Potatoes: https://www.nytimes.com/2025/04/03/d...-potatoes.html
Traceback (most recent call last):
File "runpy.py", line 198, in _run_module_as_main
File "runpy.py", line 88, in _run_code
File "site.py", line 83, in <module>
File "site.py", line 78, in main
File "site.py", line 50, in run_entry_point
File "calibre\utils\ipc\worker.py", line 215, in main
File "calibre\gui2\convert\gui_conversion.py", line 31, in gui_convert_recipe
File "calibre\gui2\convert\gui_conversion.py", line 25, in gui_convert
File "calibre\ebooks\conversion\plumber.py", line 1089, in run
File "calibre\customize\conversion.py", line 242, in __call__
File "calibre\ebooks\conversion\plugins\recipe_input.py ", line 153, in convert
File "calibre\web\feeds\news.py", line 1121, in download
File "calibre\web\feeds\news.py", line 1299, in build_index
File "<string>", line 279, in parse_index
File "<string>", line 254, in parse_todays_page
File "<string>", line 329, in parse_todays_page
TypeError: 'NoneType' object is not subscriptable
jazzbox is offline   Reply With Quote
Old 04-12-2025, 10:01 PM   #8
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,337
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
I'm afraid downloading historical pages is very much best effort, as it would reqiure maintaining different versions of the parsing code.
kovidgoyal is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New York Times (web) recipe broken again zfcus Recipes 6 03-04-2020 08:04 PM
New York Times recipe broken nelson1379 Recipes 36 10-11-2018 10:29 PM
New York Times Technology Beat is broken NSILMike Recipes 1 04-16-2017 12:55 AM
New York Times Book Review broken wingmongyee Recipes 3 01-02-2016 12:32 AM
New York Times recipe broken? gianfri Calibre 1 03-20-2010 09:52 AM


All times are GMT -4. The time now is 06:07 AM.


MobileRead.com is a privately owned, operated and funded community.