Suwayomi / Suwayomi-Server

A rewrite of Tachiyomi for the Desktop
Mozilla Public License 2.0
3.84k stars 198 forks source link

[Bug] Can't install extensions from repo nor external files #847

Closed TyrantRC closed 7 months ago

TyrantRC commented 7 months ago

Device information

Steps to reproduce

  1. try to install an extension from either a repo or an external file

Expected behavior

should install the extension and be able to use it

Actual behavior

sends back a error message

Other details

This happens with any extension, be it from a repo, or an external file. I can install anything on the stable version, but it was suggested in other issues to install to the latest preview since some extensions were malfunctioning in the stable.

Attached a log of me trying to do it from a fresh install application.log

Robonau commented 7 months ago

@Syer10 line 174, should that be a .jar or should that be an .apk? 2024-01-23 21:43:23.031 [DefaultDispatcher-worker-10] ERROR suwayomi.tachidesk.manga.impl.util.PackageTools - Failed to load jar with path: E:\Images\Manga\#Suwayomi\Data/extensions/tachiyomi-all.mangadex-v1.4.192.jar edit: ignore me

Syer10 commented 7 months ago

@TyrantRC you need to remove the # from the path, that special character will likely break a few things.

TyrantRC commented 7 months ago

@TyrantRC you need to remove the # from the path, that special character will likely break a few things.

This solved the issue. Thanks.

changed root path from "E:\Images\Manga\#Suwayomi" to "E:\Images\Manga\Suwayomi".