[PR #83] [MERGED] Allow the scanner to recover from a 404 response from TA #100

Closed
opened 2026-03-23 20:34:17 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tubearchivist/tubearchivist-plex/pull/83
Author: @akoebbe
Created: 10/16/2024
Status: Merged
Merged: 3/11/2025
Merged by: @lamusmaser

Base: testHead: 404-response-recovery


📝 Commits (2)

  • 37cd3ca Merge pull request #80 from tubearchivist/test
  • 05f1011 Allow the scanner to recover from a 404 response from TA

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 Scanners/Series/TubeArchivist Series Scanner.py (+2 -1)

📄 Description

I lost my TA database and when rebuilding it from the video files some of the files didn't populate (I assume because they were taken down after I originally downloaded them). Since the files still exist the scanner finds them and tries to query TA for the metadata, but receives a 404 and the script isn't allowed to continue. This fix continues the loop so that rest of the videos can be pulled in.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/tubearchivist/tubearchivist-plex/pull/83 **Author:** [@akoebbe](https://github.com/akoebbe) **Created:** 10/16/2024 **Status:** ✅ Merged **Merged:** 3/11/2025 **Merged by:** [@lamusmaser](https://github.com/lamusmaser) **Base:** `test` ← **Head:** `404-response-recovery` --- ### 📝 Commits (2) - [`37cd3ca`](https://github.com/tubearchivist/tubearchivist-plex/commit/37cd3ca80079ec16b9708f825824c4e3c01ed82f) Merge pull request #80 from tubearchivist/test - [`05f1011`](https://github.com/tubearchivist/tubearchivist-plex/commit/05f1011fb2414e81b3e034cb9ee12b15e73e1fe7) Allow the scanner to recover from a 404 response from TA ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Scanners/Series/TubeArchivist Series Scanner.py` (+2 -1) </details> ### 📄 Description I lost my TA database and when rebuilding it from the video files some of the files didn't populate (I assume because they were taken down after I originally downloaded them). Since the files still exist the scanner finds them and tries to query TA for the metadata, but receives a 404 and the script isn't allowed to continue. This fix continues the loop so that rest of the videos can be pulled in. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:34:17 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
tubearchivist/archived-tubearchivist-plex#100
No description provided.