ilianoKokoro
ilianoKokoro
That's not the right place to report those types of issue. It should be on https://github.com/SevenTV/SevenTV
I got the same error once again : ``` Build version: 0.2.3-hotfix Current date: 2024-08-11 14:05:09 Device: Google Pixel 8 OS version: Android 14 (SDK 34) Stack trace: java.lang.NullPointerException at...
Ahhh, then probably just ignore this issue. I was using shrinking on the nightly build. The issue is caused by shrinking, right ?
Something similar just happened to me on the nightly build. Of course, minifying is disabled. ``` Build version: 0.2.3-hf2 Current date: 2024-08-18 10:53:15 Device: Google Pixel 8 OS version: Android...
@maxrave-dev I don't think I can reopen the issue, I do not have the permissions.
``` Build version: 0.2.3-hf2-dev Current date: 2024-08-18 23:50:18 Device: Google sdk_gphone64_x86_64 OS version: Android 14 (SDK 34) Stack trace: java.lang.NullPointerException at com.maxrave.simpmusic.ui.fragment.other.PlaylistFragment.onViewCreated$lambda$23(PlaylistFragment.kt:909) at com.maxrave.simpmusic.ui.fragment.other.PlaylistFragment.$r8$lambda$vJ2l14AtIbSaxyOz-OAD4nv2l2E(Unknown Source:0) at com.maxrave.simpmusic.ui.fragment.other.PlaylistFragment$$ExternalSyntheticLambda7.onClick(D8$$SyntheticClass:0) at android.view.View.performClick(View.java:8055) at...
There is a different error
It just happened to me again on the nightly build. ``` Build version: 0.2.3-hf2 Current date: 2024-08-19 18:20:27 Device: Google Pixel 8 OS version: Android 14 (SDK 34) Stack trace:...
On the fork that I'm using, there is a `!!` check at line `1243`. This is probably that cause. Though, the fact that it triggers may be the sign of...
As for the other error I got, there is also a `!!` check at line `909`. 