MRepoApp / MRepo

A modules manager for Magisk, KernelSU and APatch
GNU General Public License v3.0
998 stars 44 forks source link

[BUG] Cannot Add Repo's #231

Closed BiggieBoiQ closed 3 months ago

BiggieBoiQ commented 3 months ago

Checklist

Bug description

When adding these repos below, I get the following errors.

https://github.com/MRepoApp/magisk-modules-alt-repo java.lang.RuntimeException: {"error""Not Found" at com.sanmer.mrepo.AH.q(Unknown Source:155) at com.sanmer.mrepo.y8.m(Unknown Source:8) at com.sanmer.mrepo.El.run(Unknown Source:112) at com.sanmer.mrepo.WO.run(Unknown Source:47) at com.sanmer.mrepo.a60.run(Unknown Source:2) at com.sanmer.mrepo.hi.run(Unknown Source:95) https://github.com/MRepoApp/magisk-modules-repo-util java.lang.RuntimeException: {"error""Not Found" at com.sanmer.mrepo.AH.q(Unknown Source:155) at com.sanmer.mrepo.y8.m(Unknown Source:8) at com.sanmer.mrepo.El.run(Unknown Source:112) at com.sanmer.mrepo.WO.run(Unknown Source:47) at com.sanmer.mrepo.a60.run(Unknown Source:2) at com.sanmer.mrepo.hi.run(Unknown Source:95) Screenshot_2024-05-24-08-32-28-79_49d88847ecc10b226c73e47576f4ed73 Screenshot_2024-05-24-08-34-02-18_49d88847ecc10b226c73e47576f4ed73

Expected behavior

Expected Behavior was successfully adding repos to the application.

Actual behavior

When adding these repos below, I get the following errors.

https://github.com/MRepoApp/magisk-modules-alt-repo java.lang.RuntimeException: {"error""Not Found" at com.sanmer.mrepo.AH.q(Unknown Source:155) at com.sanmer.mrepo.y8.m(Unknown Source:8) at com.sanmer.mrepo.El.run(Unknown Source:112) at com.sanmer.mrepo.WO.run(Unknown Source:47) at com.sanmer.mrepo.a60.run(Unknown Source:2) at com.sanmer.mrepo.hi.run(Unknown Source:95) https://github.com/MRepoApp/magisk-modules-repo-util java.lang.RuntimeException: {"error""Not Found" at com.sanmer.mrepo.AH.q(Unknown Source:155) at com.sanmer.mrepo.y8.m(Unknown Source:8) at com.sanmer.mrepo.El.run(Unknown Source:112) at com.sanmer.mrepo.WO.run(Unknown Source:47) at com.sanmer.mrepo.a60.run(Unknown Source:2) at com.sanmer.mrepo.hi.run(Unknown Source:95) Screenshot_2024-05-24-08-32-28-79_49d88847ecc10b226c73e47576f4ed73 Screenshot_2024-05-24-08-34-02-18_49d88847ecc10b226c73e47576f4ed73

Steps to reproduce

  1. Open app
  2. Click Settings
  3. Click Repositories
  4. Click the Pencil icon on the bottom right
  5. Paste URL without the https:// since app already has that in the beginning
  6. Hit Add button

UI / OS

OxygenOS

Android Version

14

Additional info

No response

SanmerDev commented 3 months ago