AppTapp / Installer-Issues

A repository to report issues with Installer 5
39 stars 3 forks source link

[CRASH] #165

Closed Aahil52 closed 3 years ago

Aahil52 commented 3 years ago

**Describe the crash App crashes when trying to view any tweak from skitty’s repo with a few exceptions

To Reproduce Steps to reproduce the behavior: Add and open skitty’s repo Attempt to view on of the tweaks (for example: ersatz) (a few tweaks are an exception)

Expected behavior A clear and concise description of what you expected to happen. Show the tweak // no crash

Screenshots If applicable, add screenshots to help explain your problem.

Device (please complete the following information):

Additional context Add any other context about the problem here.

Crashlog -- REQUIRED Either upload the crashlog here or upload it to a service like psty.io https://pastebin.com/TVNNnB81

vanwijkdave commented 3 years ago

Found cause, will continue trying to fix the crash

vanwijkdave commented 3 years ago

The issue was that it took the version number as an Integer, and tried to put in in a string, which resulted in a crash. It now checks if the data is a string, and if it isn't it'll try to convert the value of it to one.

Works perfectly fine again 👌🏻 https://imgur.com/a/1TxVDno