pyoncord / BunnyManager

A manager designed to install Bunny, a mod for Discord mobile apps, on non-rooted Android devices
Open Software License 3.0
239 stars 8 forks source link

failing at any point #17

Open tomiia opened 1 month ago

tomiia commented 1 month ago

bunny manager fails at any point with me

since it's hard to get past downloading and icon replacement but i still have two logs VD-Manager-1720729453680.log VD-Manager-1720729961711.log

why is it doing that?

tomiia commented 1 month ago

oh and, it never, NEVER, caches files properly

Screenshot_2024-07-11-22-39-52-66_518e3e880c9e063b47dd86707691cc2e

coolesding commented 1 month ago

i dont know much but it does very much look like it isnt able to store the file after downloading (verification looks to take place BEFORE trying to write it [aka in memory ig]) so it fails when trying to work on a file, thus why it says "file not found" in the second log

you may have not given the manager permission to access files which i believe is a requirement

i dont know why the download cancelled on the first log, maybe your wifi disconnected, it doesnt seem relevant to the other issue you have

pylixonly commented 3 weeks ago

I smell device issue, or lack of permissions It'd say that the file was not properly cached if the file does not exist or has a size of 0

https://github.com/pyoncord/BunnyManager/blob/8cbe4ca6e37dbc1faef4d1f4a6b414ebffe2dc42/app/src/main/java/dev/beefers/vendetta/manager/installer/step/download/base/DownloadStep.kt#L73-L90

tomiia commented 3 weeks ago

permissions are good people already told me to check it

it seems like it wont cache files at all anyway, only way i found is using faster network so it would... fail faster then after usually 10 to 20 tries, it succeeds

Rico040 commented 3 weeks ago

maybe you don't have enough free space