Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Error: ENOENT: no such file or directory #6421

Closed
5 of 6 tasks
PierreDoleCom opened this issue Dec 20, 2024 · 1 comment
Closed
5 of 6 tasks

[Bug]: Error: ENOENT: no such file or directory #6421

PierreDoleCom opened this issue Dec 20, 2024 · 1 comment
Labels
B: accessibility bug Something isn't working

Comments

@PierreDoleCom
Copy link

Guidelines

  • I have encountered this bug in the latest release of FreeTube.
  • I have encountered this bug in the official downloads of FreeTube.
  • I have searched the issue tracker for open and closed issues that are similar to the bug report I want to file, without success.
  • I have searched the documentation for information that matches the description of the bug I want to file, without success.
  • This issue contains only one bug.

Describe the bug

I keep getting this error message:

Error: ENOENT: no such file or directory, open 'C:\Users\Pierre Dole\AppData\Roaming\FreeTube\player_cache\03dbdfab'
at async open (node:internal/fs/promises:639:25)
at async Object.readFile (node:internal/fs/promises:1242:14)
at async C:\Program Files\FreeTube\resources\app.asar\dist\main.js:2:105760
at async WebContents. (node:electron/js2c/browser_init:2:86160) {
errno: -4058,
code: 'ENOENT',
syscall: 'open',
path: 'C:\Users\Pierre Dole\AppData\Roaming\FreeTube\player_cache\03dbdfab'
}

First of all:
This file exists in that path.

I launch FreeTube from a python script via QDesktopServices.openUrl(QUrl(freetube://youtube-url)). Since the windows terminal is open while my python script is running, I see this error message in the terminal after closing FreeTube (I watch one video and then close FT). FT keeps running well while I watch the video. Without this message in the terminal I wouldn't notice there is a bug.

Hard to say how to reproduce this error because it occurs when the terminal is in the background. If I had to guess, I would say its because of the space in my windows username (as always).

Expected Behavior

I don't have any expections. This error doesn't bother me. I just sharing a bug.

Issue Labels

accessibility issue

FreeTube Version

v0.22.1 Beta

Operating System Version

Windows 11

Installation Method

.exe

Primary API used

Local API

Last Known Working FreeTube Version (If Any)

No response

Additional Information

I'm not sure about my choice of the issue label. FT can not access a file?

Nightly Build

@PierreDoleCom PierreDoleCom added the bug Something isn't working label Dec 20, 2024
@github-project-automation github-project-automation bot moved this to To assign in Bug Reports Dec 20, 2024
@absidue
Copy link
Member

absidue commented Dec 20, 2024

As explained here it is not an error just a debug log: #6350 (reply in thread)

@absidue absidue closed this as not planned Won't fix, can't repro, duplicate, stale Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B: accessibility bug Something isn't working
Projects
Status: To assign
Development

No branches or pull requests

2 participants