pstube icon indicating copy to clipboard operation
pstube copied to clipboard

Video does not play; I only see a static screen. No play button

Open HubKing opened this issue 1 year ago • 0 comments

I installed the Flatpak version, and video does not play at all. I started it from terminal to see error messages, and the message was like

** (process:117069): WARNING **: 07:15:08.231: Error writing credentials to socket: Error sending message: Broken pipe
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: FileSystemException: Cannot open file, path = '/home/user/.var/app/io.github.prateekmedia.pstube/config/dconf/user' (OS Error: No such file or directory, errno = 2)
#0      _File.open.<anonymous closure> (dart:io/file_impl.dart:356)
#1      _rootRunUnary (dart:async/zone.dart:1434)
<asynchronous suspension>
#2      GVariantDatabase._loadRootTable (package:gsettings/src/gvariant_database.dart:30)
<asynchronous suspension>
#3      GVariantDatabase.lookup (package:gsettings/src/gvariant_database.dart:20)
<asynchronous suspension>
#4      DConfClient.read (package:gsettings/src/dconf_client.dart:85)
<asynchronous suspension>
#5      GSettings.get (package:gsettings/src/gsettings.dart:94)
<asynchronous suspension>
#6      _AdwHeaderBarState.initState.<anonymous closure> (package:libadwaita/src/widgets/adw/header_bar.dart:138)
<asynchronous suspension>

Indeed, in the config directory, there was no dconf. Shouldn't it create a new one, if it does not exist?

image

HubKing avatar Mar 18 '23 22:03 HubKing