You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I have encountered this bug in the latest nightly build.
The text was updated successfully, but these errors were encountered:
Guidelines
Describe the bug
I keep getting this error message:
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
The text was updated successfully, but these errors were encountered: