aandrew-me / ytDownloader

A modern GUI App for downloading Videos and Audios from hundreds of sites
https://ytdn.netlify.app/
GNU General Public License v3.0
1.07k stars 96 forks source link

[BUG] When opening the application from the icon an error message appears #233

Closed serial02 closed 2 months ago

serial02 commented 2 months ago

Bug Description

When opening the application from the icon an error message appears

To Reproduce Steps to reproduce the behavior:

  1. Just click on the application icon and the error message will appear again and again.

Screenshots If applicable, add screenshots to help explain your problem.

Captura de tela de 2024-08-20 14-01-49

Captura de tela de 2024-08-20 14-02-23

Info (please complete the following information):

Capturar_select-area_20240820143551

aandrew-me commented 2 months ago

I think I have found why its happening. For now can you try uninstalling it with:

flatpak uninstall --delete-data io.github.aandrew_me.ytdn

And then installing again

serial02 commented 2 months ago

flatpak uninstall --delete-data io.github.aandrew_me.ytdn

Hello

At the moment it resolved, but I haven't restarted the machine yet. If you have the same problem again, post again.

I opened the application via the terminal and the desktop icon and everything seemed normal.

The information is below:

@localhost:~> flatpak uninstall --delete-data io.github.aandrew_me.ytdn

        ID                                Ramo          Op
 1. [-] io.github.aandrew_me.ytdn         stable        r

Desinstalação concluída.
Excluir dados para io.github.aandrew_me.ytdn? [y/n]: y
edson@localhost:~> flatpak install flathub io.github.aandrew_me.ytdn
Procurando por correspondências…

Permissões de io.github.aandrew_me.ytdn:
    ipc      network     x11     file access [1]     dbus access [2]

    [1] xdg-download
    [2] com.canonical.AppMenu.Registrar, org.freedesktop.Notifications, org.kde.StatusNotifierWatcher

        ID                                  Ramo            Op          Remoto           Baixar
 1. [✓] io.github.aandrew_me.ytdn           stable          i           flathub          142,0 MB / 146,5 MB

Instalação concluída.
@localhost:~> flatpak run io.github.aandrew_me.ytdn
[3:0820/160111.079418:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: Arquivo ou diretório inexistente
Gtk-Message: 16:01:15.777: Failed to load module "canberra-gtk-module"
Gtk-Message: 16:01:15.852: Failed to load module "canberra-gtk-module"
Gtk-Message: 16:01:15.854: Failed to load module "canberra-gtk-module"
[3:0820/160115.895329:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: Arquivo ou diretório inexistente
[3:0820/160115.895426:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: Arquivo ou diretório inexistente
Locale:pt-BR
Version: 3.18.0
bounds: {}
APPIMAGE env is not defined, current application is not an AppImage
MESA: error: Failed to query drm device.
glx: failed to create dri3 screen
failed to load driver: crocus
failed to open /dev/dri/card1: Arquivo ou diretório inexistente
failed to load driver: crocus
MESA: error: Failed to query drm device.
glx: failed to create dri3 screen
failed to load driver: crocus
failed to open /dev/dri/card1: Arquivo ou diretório inexistente
failed to load driver: crocus
[44:0820/160116.273705:ERROR:viz_main_impl.cc(196)] Exiting GPU process due to errors during initialization
MESA: error: Failed to query drm device.
Auto update: true

Obrigado por enquanto.

aandrew-me commented 2 months ago

Great!