[GH-ISSUE #8702] Dispatcharr script not creating directories #1893

Closed
opened 2026-02-26 12:50:34 +03:00 by kerem · 2 comments
Owner

Originally created by @MrYadro on GitHub (Oct 28, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/8702

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Dispatcharr

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/dispatcharr.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

pve-manager/9.0.11/3bf5476b8a4699e2 (running kernel: 6.14.11-4-pve)

📝 Provide a clear and concise description of the issue.

Multiple "File not found" errors due to missing directories in Install script.

Example of the "official" Debian install script:
https://github.com/Dispatcharr/Dispatcharr/blob/main/debian_install.sh#L193

🔄 Steps to reproduce the issue.

  1. Import logos from EPG
  2. Go to logs journalctl -e

Paste the full error output (if available).

FileNotFoundError: [Errno 2] No such file or directory: '/data/m3us'
FileNotFoundError: [Errno 2] No such file or directory: '/data/epgs'

🖼️ Additional context (optional).

Image
Originally created by @MrYadro on GitHub (Oct 28, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/8702 ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Dispatcharr ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/dispatcharr.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? pve-manager/9.0.11/3bf5476b8a4699e2 (running kernel: 6.14.11-4-pve) ### 📝 Provide a clear and concise description of the issue. Multiple "File not found" errors due to missing directories in Install script. Example of the "official" Debian install script: https://github.com/Dispatcharr/Dispatcharr/blob/main/debian_install.sh#L193 ### 🔄 Steps to reproduce the issue. 1. Import logos from EPG 2. Go to logs `journalctl -e` ### ❌ Paste the full error output (if available). ``` FileNotFoundError: [Errno 2] No such file or directory: '/data/m3us' FileNotFoundError: [Errno 2] No such file or directory: '/data/epgs' ``` ### 🖼️ Additional context (optional). <img width="1269" height="584" alt="Image" src="https://github.com/user-attachments/assets/50b75db4-f97e-498b-bad1-195f2cfed538" />
kerem 2026-02-26 12:50:34 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@MickLesk commented on GitHub (Oct 29, 2025):

This is what happens when scripts are requested, we define them as “testable” everywhere, and no one tests them or provides feedback. Incidentally, the approved test period was almost two weeks.

<!-- gh-comment-id:3460351235 --> @MickLesk commented on GitHub (Oct 29, 2025): This is what happens when scripts are requested, we define them as “testable” everywhere, and no one tests them or provides feedback. Incidentally, the approved test period was almost two weeks.
Author
Owner

@tremor021 commented on GitHub (Oct 29, 2025):

Done with #8708

<!-- gh-comment-id:3461193916 --> @tremor021 commented on GitHub (Oct 29, 2025): Done with #8708
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
starred/ProxmoxVE#1893
No description provided.