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]: Playback reset #5992

Closed
5 of 6 tasks
Flashwalker opened this issue Oct 28, 2024 · 6 comments
Closed
5 of 6 tasks

[Bug]: Playback reset #5992

Flashwalker opened this issue Oct 28, 2024 · 6 comments
Labels
B: content not loading bug Something isn't working

Comments

@Flashwalker
Copy link

Flashwalker commented Oct 28, 2024

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

  1. Use tor proxy on v.0.22.0 Beta
  2. Play the video for the 10+ min

I'm runing Freetube Appimage (the .deb package is also affected) via tor proxy.
Playback is interrupted every few minutes and the playback progress returns to the beginning and stops.
As far as I know, tor rebuilds the proxy chain every 10 minutes.

I didn't have this problem in v.0.21.2.

Expected Behavior

Continuous playback
Keep playback position

Issue Labels

content not loading

FreeTube Version

v.0.22.0 Beta

Operating System Version

Ubuntu 24.04

Installation Method

.AppImage

Primary API used

Local API

Last Known Working FreeTube Version (If Any)

v.0.21.2

Additional Information

Error: ENOENT: no such file or directory, open '/home/user/.config/FreeTube/player_cache/576f07ca'
    at async open (node:internal/fs/promises:639:25)
    at async Object.readFile (node:internal/fs/promises:1242:14)
    at async /run/firejail/appimage/resources/app.asar/dist/main.js:2:105760
    at async WebContents.<anonymous> (node:electron/js2c/browser_init:2:86160) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/home/user/.config/FreeTube/player_cache/576f07ca'
}

Nightly Build

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

absidue commented Oct 28, 2024

Could you please provide screenshots or screen recordings of what is happening? Please also provide logs from the devtools inside the app (CTRL+SHIFT+I), FreeTube doesn't log to the command line.

Copy link
Contributor

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.

@Flashwalker
Copy link
Author

Flashwalker commented Nov 23, 2024

Hard to catch, it's random.

The actual problem is just that the playback progress goes back to the beginning:
after disconnecting, I press Ctrl+R to reload the page, and previously the playback progress was saved. But now, more often than not, it starts over again.

@kLabz
Copy link

kLabz commented Dec 10, 2024

Got the same error, the window seemingly freezes but is actually in an error loop
image
image

I can repro anytime, if there's something you need me to try.
freetube-0.22.0-2 (installed via AUR)

And I'm getting the same error in terminal:

Error: ENOENT: no such file or directory, open '/home/user/.config/FreeTube/player_cache/3bb1f723'
    at async open (node:internal/fs/promises:639:25)
    at async Object.readFile (node:internal/fs/promises:1242:14)
    at async /usr/lib/freetube/app.asar/dist/main.js:2:105760
    at async WebContents.<anonymous> (node:electron/js2c/browser_init:2:86160) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/home/user/.config/FreeTube/player_cache/3bb1f723'
}

@efb4f5ff-1298-471a-8973-3d47447115dc

@kLabz see #6334 (comment)

@kLabz
Copy link

kLabz commented Dec 10, 2024

Oh ok, thanks! Was following that other issue too 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B: content not loading bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

4 participants