Skip to content

Module list is empty #235

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

Open
1 task done
USnwst opened this issue Mar 26, 2025 · 14 comments · May be fixed by #236
Open
1 task done

Module list is empty #235

USnwst opened this issue Mar 26, 2025 · 14 comments · May be fixed by #236
Labels
bug Something isn't working

Comments

@USnwst
Copy link

USnwst commented Mar 26, 2025

Steps to reproduce/复现步骤

Phone: OnePlus ACE3 Android 15
Magisk: kitsune 27001. Enable built-in zygisk

Phenomenon: LSPosed cannot load module list, not from repository list, as shown in the figure:
Try reinstalling LSP to change the version, but it doesn't work
Recent changes to the lsp module have not occurred, but suddenly the module list cannot be loaded yesterday

Image

Expected behaviour/预期行为

Normal display of installed module list

Actual behaviour/实际行为

The list of installed modules is empty

Xposed Module List/Xposed 模块列表

F*ck for VIP
微x模块
企微小打手
....

Root implementation/Root 方案

kitsune 27001

System Module List/系统模块列表

爱玩机工具箱
Always Trust User Certificates
Lsposed 7170

LSPosed version/LSPosed 版本

7170 7171 。。。

Android version/Android 版本

android 15

Version requirement/版本要求

Logs/日志

LSPosed_2025-03-26T16_53_52.219261.zip

@USnwst USnwst added the bug Something isn't working label Mar 26, 2025
@JingMatrix
Copy link
Owner

It is shown in the logs that you failed to ping the host api.github.com.

You may try disable some system modules of internet connection and then flash the latest CI build of LSPosed (7177).

@USnwst
Copy link
Author

USnwst commented Mar 26, 2025

@JingMatrix Thank you for the reply. I have switched to the lsposed7177 version and turned off all the system modules in Xposed Kitsune, leaving only LSPosed. After restarting, the module list is still not showing up

@JingMatrix
Copy link
Owner

Please upload your new logs with LSPosed 7177 (debug version).

@USnwst
Copy link
Author

USnwst commented Mar 26, 2025

LSPosed_2025-03-26T17_24_49.771364.zip

The network issue in front might be why I couldn't load the repository. After turning on the proxy and reopening LSPosed, I still can't load the module page

@JingMatrix
Copy link
Owner

It might be that you installed this fork LSPosed by overriding some other forks.
Please completely uninstall LSPosed, reboot, and then reinstall LSPosed.

@USnwst
Copy link
Author

USnwst commented Mar 27, 2025

How can I completely uninstall the Lsposed in the phone, is it removed in the magisk system module?

@JingMatrix
Copy link
Owner

Remove LSPosed from Magisk manager plus deleting the folder /data/adb/lspd

@USnwst
Copy link
Author

USnwst commented Mar 27, 2025

I have uninstalled lsposed from magisk and deleted /data/adb/lspd, the same problem still appears after reinstallation, this is my LSPosed 7177 (debug version) log, hope useful:

LSPosed_2025-03-27T21_09_15.408323.zip

@JingMatrix
Copy link
Owner

The following error log illustrates the problem:

[ 2025-03-27T21:02:14.630        0:  2874:  2874 E/SQLiteLog       ] (1) duplicate column name: auto_include in "ALTER TABLE modules ADD COLUMN auto_include BOOLEAN DEFAULT 0 CHECK (auto_include IN (0, 1));"
[ 2025-03-27T21:02:14.630        0:  2874:  2874 E/SQLiteLog       ] (1) no such table: configs in "SELECT `group`, `key`, data FROM configs WHERE module_pkg_name = ? and user_id = ?"

It seems to a bug here:

} catch (SQLiteException ex) {
// Fix wrong init code for new column auto_include
if (ex.getMessage().startsWith("duplicate column name: auto_include")) {
db.setVersion(4);
} else {
throw ex;
}

I should fix the error message matching.

@JingMatrix JingMatrix changed the title Module interface is empty Module list is empty Mar 27, 2025
@USnwst
Copy link
Author

USnwst commented Mar 27, 2025

Which version do I need to install? Is LSPosed-v1.10.1-7177-zygisk-debug

@JingMatrix
Copy link
Owner

JingMatrix commented Mar 27, 2025

I will start working on this soon, please be patient.
You will be notified by mails to test new builds.

@Dev4Mod
Copy link

Dev4Mod commented Mar 27, 2025

What I think is ideal is, in addition to capturing the error message, which may come in a different format depending on the ROM, to check in the schema if the column exists in that table. I also find it strange to create a table with a column in version 1 and insert it again in version 4.

@JingMatrix JingMatrix linked a pull request Mar 28, 2025 that will close this issue
@yuche yuche linked a pull request Mar 28, 2025 that will close this issue
@ASENUQ
Copy link

ASENUQ commented Apr 4, 2025

7177这个版本在哪?它一直提示需要更新

@bocchi810
Copy link
Collaborator

7177这个版本在哪?它一直提示需要更新

在Action里,别问了

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

Successfully merging a pull request may close this issue.

5 participants