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] Tachidesk-Server Extension Not Working - Stuck on Loading Screen #658

Closed
sandip3 opened this issue Aug 14, 2023 · 5 comments
Closed
Labels
bug Something isn't working

Comments

@sandip3
Copy link

sandip3 commented Aug 14, 2023

Issue: Tachidesk-Server Extension Not Working - Stuck on Loading Screen

Description: The Tachidesk-Server extension is not functioning properly; it remains stuck on the loading screen. I've tried two installation methods, but the issue persists.

Screenshots:

  • Loading screen screenshot:
    Screenshot from 2023-08-14 13-41-47

  • Hardware specifications screenshot:
    Screenshot from 2023-08-14 13-59-11

Methods Tried:

Method 1: Using Command Line (CMD)

  1. Added PPA repository:
sudo add-apt-repository ppa:suwayomi/tachidesk-server
  1. Updated package list:
sudo apt update
  1. Installed Tachidesk-Server:
sudo apt install tachidesk-server

Method 2: Using DEB File

Downloaded DEB file from Tachidesk-Server-v0.7.0-r1197-debian-all.deb

📢 Attention: Kindly Respond to and Acknowledge the Issue Request from a Devoted Fan of Your Work 🌟

@sandip3 sandip3 added the bug Something isn't working label Aug 14, 2023
@Syer10
Copy link
Collaborator

Syer10 commented Aug 14, 2023

Have you looked at the server logs? Its likely not able to connect to github for some reason

@sandip3
Copy link
Author

sandip3 commented Aug 16, 2023

Have you looked at the server logs? Its likely not able to connect to github for some reason

How do i Check "SERVER LOG"

image

@Defin3
Copy link

Defin3 commented Aug 17, 2023

judging from your username (pardon me) you seems to be an Indian ( im also). Use Cloudflare WRAP it solved my issue. you can try other VPN see if it works (it should work definitely)
also you can get see logs by launching Debug launcher which is in Techidesk directory. (im on windows so it was Debug launcher.bat for me I dont know about linux though.

@sandip3
Copy link
Author

sandip3 commented Aug 18, 2023

judging from your username (pardon me) you seems to be an Indian ( im also). Use Cloudflare WRAP it solved my issue. you can try other VPN see if it works (it should work definitely) also you can get see logs by launching Debug launcher which is in Techidesk directory. (im on windows so it was Debug launcher.bat for me I dont know about linux though.

In Ubuntu, navigating to the 'Debug' launcher in the file manager can be a bit complex.

@sandip3
Copy link
Author

sandip3 commented Aug 18, 2023

just now i run tachidesk-server-debug-launcher.sh and this is output:

13:36:10.648 [main] INFO  suwayomi.tachidesk.server.ServerSetup - Running Tachidesk v0.6.5 revision r1122
13:36:10.711 [main] DEBUG xyz.nulldev.ts.config.ConfigManager - Loaded config:
{
    "android" : {
        "app" : {
            "debug" : true,
            "packageName" : "eu.kanade.tachiyomi"
        },
        "files" : {
            "cacheDir" : "/home/saint/.local/share/Tachidesk/android-compat/appdata/cache",
            "codeCacheDir" : "/home/saint/.local/share/Tachidesk/android-compat/appdata/code_cache",
            "dataDir" : "/home/saint/.local/share/Tachidesk/android-compat/appdata/data",
            "databasesDir" : "/home/saint/.local/share/Tachidesk/android-compat/appdata/databases",
            "downloadCacheDir" : "/home/saint/.local/share/Tachidesk/android-compat/extappdata/downloadCache",
            "externalCacheDirs" : [
                "/home/saint/.local/share/Tachidesk/android-compat/extappdata/cache"
            ],
            "externalFilesDirs" : [
                "/home/saint/.local/share/Tachidesk/android-compat/extappdata/files"
            ],
            "externalMediaDirs" : [
                "/home/saint/.local/share/Tachidesk/android-compat/extappdata/media"
            ],
            "externalStorageDir" : "/home/saint/.local/share/Tachidesk/android-compat/extappdata",
            "filesDir" : "/home/saint/.local/share/Tachidesk/android-compat/appdata/files",
            "noBackupFilesDir" : "/home/saint/.local/share/Tachidesk/android-compat/appdata/no_backup",
            "obbDirs" : [
                "/home/saint/.local/share/Tachidesk/android-compat/extappdata/obb"
            ],
            "packageDir" : "/home/saint/.local/share/Tachidesk/android-compat/android-compat/packages",
            "prefsDir" : "/home/saint/.local/share/Tachidesk/android-compat/appdata/shared_prefs",
            "rootDir" : "/home/saint/.local/share/Tachidesk/android-compat/appdata"
        },
        "system" : {
            "isDebuggable" : true
        }
    },
    "androidcompat" : {
        "rootDir" : "/home/saint/.local/share/Tachidesk/android-compat"
    },
    "server" : {
        "basicAuthEnabled" : false,
        "basicAuthPassword" : "",
        "basicAuthUsername" : "",
        "debugLogsEnabled" : false,
        "downloadsPath" : "",
        "electronPath" : "",
        "initialOpenInBrowserEnabled" : true,
        "ip" : "0.0.0.0",
        "port" : 4567,
        "socksProxyEnabled" : false,
        "socksProxyHost" : "",
        "socksProxyPort" : "",
        "systemTrayEnabled" : true,
        "webUIEnabled" : true,
        "webUIFlavor" : "WebUI",
        "webUIInterface" : "browser"
    }
}

13:36:10.753 [main] DEBUG suwayomi.tachidesk.server.ServerSetup - Data Root directory is set to: /home/saint/.local/share/Tachidesk
13:36:11.379 [main] INFO  suwayomi.tachidesk.server.util.AppMutex - Another instance of Tachidesk is running on 127.0.0.1:4567
13:36:11.379 [main] INFO  suwayomi.tachidesk.server.util.AppMutex - Probably user thought tachidesk is closed so, opening webUI in browser again.
Gtk-Message: 13:36:11.462: Failed to load module "canberra-gtk-module"
13:36:11.480 [main] INFO  suwayomi.tachidesk.server.util.AppMutex - Aborting startup.

@Syer10 Syer10 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants