[PR #13] [CLOSED] Fix first run errors #30

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

📋 Pull Request Information

Original PR: https://github.com/tubearchivist/tubearchivist-jf/pull/13
Author: @numkem
Created: 9/29/2023
Status: Closed

Base: masterHead: first_run_fixes


📝 Commits (1)

📊 Changes

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

View changed files

📝 app/src/series.py (+5 -2)

📄 Description

This fixes 2 errors I've noticed when running for the first time.

  1. If the folder for the seasons already exists (from a previous run for example), the script dies.
  2. The field IndexNumber doesn't exists for Seasons created by the script. Also it's looking for seasons named "2022" (so a str) for example while the IndexNumber is an int.

This seems related to #10 .


🔄 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-jf/pull/13 **Author:** [@numkem](https://github.com/numkem) **Created:** 9/29/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `first_run_fixes` --- ### 📝 Commits (1) - [`e8ef231`](https://github.com/tubearchivist/tubearchivist-jf/commit/e8ef2317ae814796a80e64a15fbbb411d07dacc9) fix first run errors ### 📊 Changes **1 file changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `app/src/series.py` (+5 -2) </details> ### 📄 Description This fixes 2 errors I've noticed when running for the first time. 1. If the folder for the seasons already exists (from a previous run for example), the script dies. 2. The field `IndexNumber` doesn't exists for Seasons created by the script. Also it's looking for seasons named `"2022"` (so a `str`) for example while the IndexNumber is an `int`. This seems related to #10 . --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:33:13 +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/tubearchivist-jf#30
No description provided.