Supplementary notes don't show for shows which have them #154

Open
opened 2023-08-16 17:54:34 +00:00 by davmo · 0 comments
Collaborator

Given a show like 2173, which was built to link to supplementary notes on the HPR server, these notes (and other assets) are currently not available because the links are incorrect.

This show references several assets for example:

sqlite> select filename from assets where episode_id = 2173;
┌─────────────────────────────┐
│          filename           │
├─────────────────────────────┤
│ hpr2173/blinkt_client.py    │
│ hpr2173/blinkt_legends.svg  │
│ hpr2173/cronjob_comments    │
│ hpr2173/full_shownotes.html │
│ hpr2173/img_01.png          │
│ hpr2173/img_02.png          │
│ hpr2173/img_03.png          │
│ hpr2173/img_04.png          │
│ hpr2173/img_05.png          │
│ hpr2173/img_06.png          │
└─────────────────────────────┘

These are on the IA with the same filenames.

Could this issue be resolved by redirection?

Given a show like 2173, which was built to link to supplementary notes on the HPR server, these notes (and other assets) are currently not available because the links are incorrect. This show references several assets for example: ``` sqlite> select filename from assets where episode_id = 2173; ┌─────────────────────────────┐ │ filename │ ├─────────────────────────────┤ │ hpr2173/blinkt_client.py │ │ hpr2173/blinkt_legends.svg │ │ hpr2173/cronjob_comments │ │ hpr2173/full_shownotes.html │ │ hpr2173/img_01.png │ │ hpr2173/img_02.png │ │ hpr2173/img_03.png │ │ hpr2173/img_04.png │ │ hpr2173/img_05.png │ │ hpr2173/img_06.png │ └─────────────────────────────┘ ``` These are on the IA with the same filenames. Could this issue be resolved by redirection?
davmo closed this issue 2023-08-17 08:29:51 +00:00
davmo reopened this issue 2023-08-17 08:30:05 +00:00
davmo changed title from Supplementary notes don't show for shows whcih have them to Supplementary notes don't show for shows which have them 2023-08-17 08:30:35 +00:00
davmo added a new dependency 2023-08-23 11:54:20 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: rho_n/hpr_generator#154
No description provided.