-
Notifications
You must be signed in to change notification settings - Fork 800
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Steps to reproduce
I have trying to build plugin with .\gradlew extensionname:deploywithadb
Expected behavior
It should load plugin
Actual behavior
It gives error "could not load 'pluginname' "
Cloudstream version and commit hash
4.4.2 f36939f
Android version
Android 15
Logcat
--------- beginning of main
01-07 13:10:15.714 27638 27638 I HandWritingStubImpl: refreshLastKeyboardType: 1
01-07 13:10:15.714 27638 27638 I HandWritingStubImpl: getCurrentKeyboardType: 1
01-07 13:10:24.549 27638 27638 I HandWritingStubImpl: refreshLastKeyboardType: 1
01-07 13:10:24.549 27638 27638 I HandWritingStubImpl: getCurrentKeyboardType: 1
01-07 13:10:27.115 27638 27638 I MIUIInput: [MotionEvent] ViewRootImpl windowName 'com.lagradost.cloudstream3.prerelease/com.lagradost.cloudstream3.MainActivity', { action=ACTION_DOWN, id[0]=0, pointerCount=1, eventTime=19760657, downTime=19760657, phoneEventTime=13:10:27.111 } moveCount:0
01-07 13:10:27.178 27638 27638 I MIUIInput: [MotionEvent] ViewRootImpl windowName 'com.lagradost.cloudstream3.prerelease/com.lagradost.cloudstream3.MainActivity', { action=ACTION_UP, id[0]=0, pointerCount=1, eventTime=19760720, downTime=19760657, phoneEventTime=13:10:27.175 } moveCount:0
01-07 13:10:27.191 27638 27638 D ScrollerOptimizationManager: registerConfigChangedListener
01-07 13:10:27.193 27638 27638 D ScrollerOptimizationManager: registerConfigChangedListener
01-07 13:10:27.209 27638 27638 D ScrollerOptimizationManager: registerConfigChangedListener
01-07 13:10:27.211 27638 27638 D ScrollerOptimizationManager: registerConfigChangedListener
--------- beginning of system
01-07 13:10:27.426 27638 27638 D UserSceneDetector: invoke error.
01-07 13:10:27.441 27638 27638 W libc : Access denied finding property "vendor.display.enable_optimal_refresh_rate"
01-07 13:10:27.441 27638 27638 W libc : Access denied finding property "vendor.gpp.create_frc_extension"
01-07 13:10:27.434 27638 27638 W eam3.prerelease: type=1400 audit(0.0:142303): avc: denied { read } for name="u:object_r:vendor_display_prop:s0" dev="tmpfs" ino=457 scontext=u:r:untrusted_app:s0:c43,c257,c512,c768 tcontext=u:object_r:vendor_display_prop:s0 tclass=file permissive=0 app=com.lagradost.cloudstream3.prerelease
01-07 13:10:27.445 27638 27638 D VRI[MainActivity]: vri.reportNextDraw android.view.ViewRootImpl.performTraversals:4932 android.view.ViewRootImpl.doTraversal:3543 android.view.ViewRootImpl$TraversalRunnable.run:11550 android.view.Choreographer$CallbackRecord.run:1747 android.view.Choreographer$CallbackRecord.run:1756
01-07 13:10:27.445 27638 27638 D VRI[MainActivity]: vri.Setup new sync=wmsSync-VRI[MainActivity]#10
01-07 13:10:27.450 27638 27691 D HWUI : makeCurrent grContext:0xb4000078ba6cb810 reset mTextureAvailable
01-07 13:10:27.457 27638 27638 D VRI[MainActivity]: vri.reportDrawFinished
01-07 13:10:28.107 27638 27638 I MIUIInput: [MotionEvent] ViewRootImpl windowName 'com.lagradost.cloudstream3.prerelease/com.lagradost.cloudstream3.MainActivity', { action=ACTION_DOWN, id[0]=0, pointerCount=1, eventTime=19761648, downTime=19761648, phoneEventTime=13:10:28.102 } moveCount:0
01-07 13:10:28.202 27638 27638 I MIUIInput: [MotionEvent] ViewRootImpl windowName 'com.lagradost.cloudstream3.prerelease/com.lagradost.cloudstream3.MainActivity', { action=ACTION_UP, id[0]=0, pointerCount=1, eventTime=19761745, downTime=19761648, phoneEventTime=13:10:28.199 } moveCount:7
01-07 13:10:28.644 27638 27638 I MIUIInput: [MotionEvent] ViewRootImpl windowName 'com.lagradost.cloudstream3.prerelease/com.lagradost.cloudstream3.MainActivity', { action=ACTION_DOWN, id[0]=0, pointerCount=1, eventTime=19762186, downTime=19762186, phoneEventTime=13:10:28.640 } moveCount:0
01-07 13:10:28.731 27638 27638 I MIUIInput: [MotionEvent] ViewRootImpl windowName 'com.lagradost.cloudstream3.prerelease/com.lagradost.cloudstream3.MainActivity', { action=ACTION_UP, id[0]=0, pointerCount=1, eventTime=19762275, downTime=19762186, phoneEventTime=13:10:28.729 } moveCount:8
01-07 13:10:32.195 27638 27638 I MIUIInput: [MotionEvent] ViewRootImpl windowName 'com.lagradost.cloudstream3.prerelease/com.lagradost.cloudstream3.MainActivity', { action=ACTION_DOWN, id[0]=0, pointerCount=1, eventTime=19765736, downTime=19765736, phoneEventTime=13:10:32.190 } moveCount:0
01-07 13:10:32.197 27638 27638 I MIUIInput: [MotionEvent] ViewRootImpl windowName 'com.lagradost.cloudstream3.prerelease/com.lagradost.cloudstream3.MainActivity', { action=ACTION_UP, id[0]=0, pointerCount=1, eventTime=19765740, downTime=19765736, phoneEventTime=13:10:32.194 } moveCount:0
01-07 13:10:32.213 27638 27638 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=false callback=android.app.Dialog$$ExternalSyntheticLambda2@d3f7a0
01-07 13:10:32.254 27638 27638 I HandWritingStubImpl: refreshLastKeyboardType: 1
01-07 13:10:32.254 27638 27638 I HandWritingStubImpl: getCurrentKeyboardType: 1
01-07 13:10:36.727 27638 27638 I HandWritingStubImpl: refreshLastKeyboardType: 1
01-07 13:10:36.727 27638 27638 I HandWritingStubImpl: getCurrentKeyboardType: 1
01-07 13:10:42.922 27638 27638 I HandWritingStubImpl: refreshLastKeyboardType: 1
01-07 13:10:42.922 27638 27638 I HandWritingStubImpl: getCurrentKeyboardType: 1
01-07 13:11:06.673 27638 27638 I HandWritingStubImpl: refreshLastKeyboardType: 1
01-07 13:11:06.673 27638 27638 I HandWritingStubImpl: getCurrentKeyboardType: 1
01-07 13:11:07.761 27638 27638 I MIUIInput: [MotionEvent] ViewRootImpl windowName 'com.lagradost.cloudstream3.prerelease/com.lagradost.cloudstream3.MainActivity', { action=ACTION_DOWN, id[0]=0, pointerCount=1, eventTime=19801303, downTime=19801303, phoneEventTime=13:11:07.757 } moveCount:0
01-07 13:11:07.866 27638 27638 I MIUIInput: [MotionEvent] ViewRootImpl windowName 'com.lagradost.cloudstream3.prerelease/com.lagradost.cloudstream3.MainActivity', { action=ACTION_UP, id[0]=0, pointerCount=1, eventTime=19801409, downTime=19801303, phoneEventTime=13:11:07.863 } moveCount:6
01-07 13:11:07.867 27638 27638 D SplineOverScroller: mFlingDuration: 2476,mFlingDistance: 4756.27880859375,mVelocity: 10276
01-07 13:11:08.206 27638 27638 I MIUIInput: [MotionEvent] ViewRootImpl windowName 'com.lagradost.cloudstream3.prerelease/com.lagradost.cloudstream3.MainActivity', { action=ACTION_DOWN, id[0]=0, pointerCount=1, eventTime=19801749, downTime=19801749, phoneEventTime=13:11:08.203 } moveCount:0
01-07 13:11:08.285 27638 27638 I MIUIInput: [MotionEvent] ViewRootImpl windowName 'com.lagradost.cloudstream3.prerelease/com.lagradost.cloudstream3.MainActivity', { action=ACTION_UP, id[0]=0, pointerCount=1, eventTime=19801828, downTime=19801749, phoneEventTime=13:11:08.282 } moveCount:6
01-07 13:11:08.285 27638 27638 D SplineOverScroller: mFlingDuration: 2802,mFlingDistance: 9600.9296875,mVelocity: -20692
01-07 13:11:09.953 27638 27638 I ImeTracker: com.lagradost.cloudstream3.prerelease:b454fab6: onRequestHide at ORIGIN_CLIENT reason HIDE_SOFT_INPUT fromUser false
01-07 13:11:09.956 27638 27638 D ScrollerOptimizationManager: registerConfigChangedListener
01-07 13:11:09.959 27638 27643 W eam3.prerelease: Missing inline cache for void androidx.navigation.NavigatorState.popWithTransition(androidx.navigation.NavBackStackEntry, boolean)
01-07 13:11:09.979 27638 27638 E CoilImgLoader: Error loading image: coil3.request.NullRequestDataException: The request's data is null.
01-07 13:11:09.980 27638 27638 I CoilImgLoader: Loading Image 2131231660
01-07 13:11:09.989 27638 27638 D CoilImgLoader: Image Loading successful
01-07 13:11:12.677 27638 27638 I HandWritingStubImpl: refreshLastKeyboardType: 1
01-07 13:11:12.677 27638 27638 I HandWritingStubImpl: getCurrentKeyboardType: 1
01-07 13:11:27.660 27638 27638 I HandWritingStubImpl: refreshLastKeyboardType: 1
01-07 13:11:27.660 27638 27638 I HandWritingStubImpl: getCurrentKeyboardType: 1
01-07 13:11:30.444 27638 27638 D PluginManager: Reloading all local plugins!
01-07 13:11:30.445 27638 27638 I PluginManager: Unloading plugin: /storage/emulated/0/Cloudstream3/plugins/FilmyHunk.cs3
01-07 13:11:30.445 27638 27638 W PluginManager: Couldn't find plugin /storage/emulated/0/Cloudstream3/plugins/FilmyHunk.cs3
01-07 13:11:30.445 27638 27638 I PluginManager: Unloading plugin: /storage/emulated/0/Cloudstream3/plugins/Pornhoarder.cs3
01-07 13:11:30.445 27638 27638 W PluginManager: Couldn't find plugin /storage/emulated/0/Cloudstream3/plugins/Pornhoarder.cs3
01-07 13:11:30.445 27638 27638 I PluginManager: Unloading plugin: /storage/emulated/0/Cloudstream3/plugins/xHamster.cs3
01-07 13:11:30.445 27638 27638 W PluginManager: Couldn't find plugin /storage/emulated/0/Cloudstream3/plugins/xHamster.cs3
01-07 13:11:30.449 27638 27638 D PluginManager: Files in '/storage/emulated/0/Cloudstream3/plugins' folder: [Ljava.io.File;@239a5c0
01-07 13:11:30.450 27638 27638 I PluginManager: Loading plugin: PluginData(internalName=Eporner.cs3, url=null, isOnline=false, filePath=/storage/emulated/0/Cloudstream3/plugins/Eporner.cs3, version=-2147483648)
01-07 13:11:30.450 27638 27638 E eam3.prerelease: Attempt to load writable dex file: /storage/emulated/0/Cloudstream3/plugins/Eporner.cs3
01-07 13:11:30.451 27638 27638 E PluginManager: Failed to load /storage/emulated/0/Cloudstream3/plugins/Eporner.cs3: java.lang.SecurityException: Writable dex file '/storage/emulated/0/Cloudstream3/plugins/Eporner.cs3' is not allowed.
01-07 13:11:30.451 27638 27638 E PluginManager: at dalvik.system.DexFile.openDexFileNative(Native Method)
01-07 13:11:30.451 27638 27638 E PluginManager: at dalvik.system.DexFile.openDexFile(DexFile.java:406)
01-07 13:11:30.451 27638 27638 E PluginManager: at dalvik.system.DexFile.<init>(DexFile.java:128)
01-07 13:11:30.451 27638 27638 E PluginManager: at dalvik.system.DexFile.<init>(DexFile.java:101)
01-07 13:11:30.451 27638 27638 E PluginManager: at dalvik.system.DexPathList.loadDexFile(DexPathList.java:438)
01-07 13:11:30.451 27638 27638 E PluginManager: at dalvik.system.DexPathList.makeDexElements(DexPathList.java:397)
01-07 13:11:30.451 27638 27638 E PluginManager: at dalvik.system.DexPathList.<init>(DexPathList.java:166)
01-07 13:11:30.451 27638 27638 E PluginManager: at dalvik.system.BaseDexClassLoader.<init>(BaseDexClassLoader.java:160)
01-07 13:11:30.451 27638 27638 E PluginManager: at dalvik.system.BaseDexClassLoader.<init>(BaseDexClassLoader.java:105)
01-07 13:11:30.451 27638 27638 E PluginManager: at dalvik.system.PathClassLoader.<init>(PathClassLoader.java:45)
01-07 13:11:30.451 27638 27638 E PluginManager: at com.lagradost.cloudstream3.plugins.PluginManager.loadPlugin(PluginManager.kt:494)
01-07 13:11:30.451 27638 27638 E PluginManager: at com.lagradost.cloudstream3.plugins.PluginManager.maybeLoadPlugin(PluginManager.kt:194)
01-07 13:11:30.451 27638 27638 E PluginManager: at com.lagradost.cloudstream3.plugins.PluginManager.access$maybeLoadPlugin(PluginManager.kt:94)
01-07 13:11:30.451 27638 27638 E PluginManager: at com.lagradost.cloudstream3.plugins.PluginManager$loadAllLocalPlugins$2.invokeSuspend(PluginManager.kt:454)
01-07 13:11:30.451 27638 27638 E PluginManager: at com.lagradost.cloudstream3.plugins.PluginManager$loadAllLocalPlugins$2.invoke(Unknown Source:8)
01-07 13:11:30.451 27638 27638 E PluginManager: at com.lagradost.cloudstream3.plugins.PluginManager$loadAllLocalPlugins$2.invoke(Unknown Source:4)
01-07 13:11:30.451 27638 27638 E PluginManager: at com.lagradost.cloudstream3.ParCollectionsKt$apmap$2$1$1.invokeSuspend(ParCollections.kt:48)
01-07 13:11:30.451 27638 27638 E PluginManager: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
01-07 13:11:30.451 27638 27638 E PluginManager: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:101)
01-07 13:11:30.451 27638 27638 E PluginManager: at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
01-07 13:11:30.451 27638 27638 E PluginManager: at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:95)
01-07 13:11:30.451 27638 27638 E PluginManager: at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
01-07 13:11:30.451 27638 27638 E PluginManager: at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source:1)
01-07 13:11:30.451 27638 27638 E PluginManager: at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
01-07 13:11:30.451 27638 27638 E PluginManager: at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source:1)
01-07 13:11:30.451 27638 27638 E PluginManager: at com.lagradost.cloudstream3.ParCollectionsKt.apmap(ParCollections.kt:47)
01-07 13:11:30.451 27638 27638 E PluginManager: at com.lagradost.cloudstream3.plugins.PluginManager.loadAllLocalPlugins(PluginManager.kt:453)
01-07 13:11:30.451 27638 27638 E PluginManager: at com.lagradost.cloudstream3.plugins.PluginManager.hotReloadAllLocalPlugins(PluginManager.kt:430)
01-07 13:11:30.451 27638 27638 E PluginManager: at com.lagradost.cloudstream3.MainActivity$Companion.handleAppIntentUrl(MainActivity.kt:303)
01-07 13:11:30.451 27638 27638 E PluginManager: at com.lagradost.cloudstream3.MainActivity.handleAppIntent(MainActivity.kt:669)
01-07 13:11:30.451 27638 27638 E PluginManager: at com.lagradost.cloudstream3.MainActivity.onNewIntent(MainActivity.kt:661)
01-07 13:11:30.451 27638 27638 E PluginManager: at android.app.Activity.onNewIntent(Activity.java:2533)
01-07 13:11:30.451 27638 27638 E PluginManager: at android.app.Activity.performNewIntent(Activity.java:9252)
01-07 13:11:30.451 27638 27638 E PluginManager: at android.app.Instrumentation.callActivityOnNewIntent(Instrumentation.java:1658)
01-07 13:11:30.451 27638 27638 E PluginManager: at android.app.Instrumentation.internalCallActivityOnNewIntent(Instrumentation.java:1679)
01-07 13:11:30.451 27638 27638 E PluginManager: at android.app.Instrumentation.callActivityOnNewIntent(Instrumentation.java:1667)
01-07 13:11:30.451 27638 27638 E PluginManager: at android.app.ActivityThread.deliverNewIntents(ActivityThread.java:4684)
01-07 13:11:30.451 27638 27638 E PluginManager: at android.app.ActivityThread.handleNewIntent(ActivityThread.java:4694)
01-07 13:11:30.451 27638 27638 E PluginManager: at android.app.servertransaction.NewIntentItem.execute(NewIntentItem.java:58)
01-07 13:11:30.451 27638 27638 E PluginManager: at android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:60)
01-07 13:11:30.451 27638 27638 E PluginManager: at android.app.servertransaction.TransactionExecutor.executeNonLifecycleItem(TransactionExecutor.java:186)
01-07 13:11:30.451 27638 27638 E PluginManager: at android.app.servertransaction.TransactionExecutor.executeTransactionItems(TransactionExecutor.java:112)
01-07 13:11:30.451 27638 27638 E PluginManager: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:84)
01-07 13:11:30.451 27638 27638 E PluginManager: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2881)
01-07 13:11:30.451 27638 27638 E PluginManager: at android.os.Handler.dispatchMessage(Handler.java:107)
01-07 13:11:30.451 27638 27638 E PluginManager: at android.os.Looper.loopOnce(Looper.java:249)
01-07 13:11:30.451 27638 27638 E PluginManager: at android.os.Looper.loop(Looper.java:337)
01-07 13:11:30.451 27638 27638 E PluginManager: at android.app.ActivityThread.main(ActivityThread.java:9586)
01-07 13:11:30.451 27638 27638 E PluginManager: at java.lang.reflect.Method.invoke(Native Method)
01-07 13:11:30.451 27638 27638 E PluginManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:593)
01-07 13:11:30.451 27638 27638 E PluginManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:935)
01-07 13:11:30.451 27638 27638 I COMPACT : showToast = Could not load Eporner
01-07 13:11:30.454 27638 27638 E Toast : setGravity() shouldn't be called on text toasts, the values won't be used
01-07 13:11:30.465 27638 27638 D SecurityManager: checkAccessControl flag0
01-07 13:11:30.495 27638 27638 W libc : Access denied finding property "vendor.display.enable_optimal_refresh_rate"
01-07 13:11:30.490 27638 27638 W eam3.prerelease: type=1400 audit(0.0:142484): avc: denied { read } for name="u:object_r:vendor_display_prop:s0" dev="tmpfs" ino=457 scontext=u:r:untrusted_app:s0:c43,c257,c512,c768 tcontext=u:object_r:vendor_display_prop:s0 tclass=file permissive=0 app=com.lagradost.cloudstream3.prerelease
01-07 13:11:30.498 27638 27638 D VRI[Toast]: vri.reportNextDraw android.view.ViewRootImpl.performTraversals:4932 android.view.ViewRootImpl.doTraversal:3543 android.view.ViewRootImpl$TraversalRunnable.run:11550 android.view.Choreographer$CallbackRecord.run:1747 android.view.Choreographer$CallbackRecord.run:1756
01-07 13:11:30.498 27638 27638 D VRI[Toast]: vri.Setup new sync=wmsSync-VRI[Toast]#12
01-07 13:11:30.500 27638 27691 D HWUI : makeCurrent grContext:0xb4000078ba6cb810 reset mTextureAvailable
01-07 13:11:30.502 27638 27638 D VRI[Toast]: vri.reportDrawFinished
01-07 13:11:30.504 27638 27638 D VRI[Toast]: vri.reportNextDraw android.view.ViewRootImpl.handleResized:2756 android.view.ViewRootImpl.-$$Nest$mhandleResized:0 android.view.ViewRootImpl$W.resized:12708 android.app.servertransaction.WindowStateResizeItem.execute:64 android.app.servertransaction.WindowStateTransactionItem.execute:59
01-07 13:11:30.509 27638 27638 D VRI[Toast]: vri.Setup new sync=wmsSync-VRI[Toast]#14
01-07 13:11:30.509 27638 27638 D VRI[Toast]: vri.reportDrawFinished
01-07 13:11:33.821 27638 27638 I HandWritingStubImpl: refreshLastKeyboardType: 1
01-07 13:11:33.821 27638 27638 I HandWritingStubImpl: getCurrentKeyboardType: 1
01-07 13:11:35.228 27638 27638 I MIUIInput: [MotionEvent] ViewRootImpl windowName 'com.lagradost.cloudstream3.prerelease/com.lagradost.cloudstream3.MainActivity', { action=ACTION_DOWN, id[0]=0, pointerCount=1, eventTime=19828769, downTime=19828769, phoneEventTime=13:11:35.223 } moveCount:0
01-07 13:11:35.270 27638 27638 I MIUIInput: [MotionEvent] ViewRootImpl windowName 'com.lagradost.cloudstream3.prerelease/com.lagradost.cloudstream3.MainActivity', { action=ACTION_UP, id[0]=0, pointerCount=1, eventTime=19828813, downTime=19828769, phoneEventTime=13:11:35.267 } moveCount:0
01-07 13:11:35.293 27638 27638 I ImeTracker: com.lagradost.cloudstream3.prerelease:be3d486d: onRequestHide at ORIGIN_CLIENT reason HIDE_SOFT_INPUT fromUser false
01-07 13:11:35.305 27638 27638 D ScrollerOptimizationManager: registerConfigChangedListener
01-07 13:11:35.717 27638 27638 I MIUIInput: [MotionEvent] ViewRootImpl windowName 'com.lagradost.cloudstream3.prerelease/com.lagradost.cloudstream3.MainActivity', { action=ACTION_DOWN, id[0]=0, pointerCount=1, eventTime=19829258, downTime=19829258, phoneEventTime=13:11:35.712 } moveCount:0
01-07 13:11:35.781 27638 27638 I MIUIInput: [MotionEvent] ViewRootImpl windowName 'com.lagradost.cloudstream3.prerelease/com.lagradost.cloudstream3.MainActivity', { action=ACTION_UP, id[0]=0, pointerCount=1, eventTime=19829322, downTime=19829258, phoneEventTime=13:11:35.776 } moveCount:5
01-07 13:11:35.781 27638 27638 D SplineOverScroller: mFlingDuration: 2688,mFlingDistance: 7513.48779296875,mVelocity: 16204
01-07 13:11:36.566 27638 27638 I MIUIInput: [MotionEvent] ViewRootImpl windowName 'com.lagradost.cloudstream3.prerelease/com.lagradost.cloudstream3.MainActivity', { action=ACTION_DOWN, id[0]=0, pointerCount=1, eventTime=19830108, downTime=19830108, phoneEventTime=13:11:36.562 } moveCount:0
01-07 13:11:36.592 27638 27638 I MIUIInput: [MotionEvent] ViewRootImpl windowName 'com.lagradost.cloudstream3.prerelease/com.lagradost.cloudstream3.MainActivity', { action=ACTION_UP, id[0]=0, pointerCount=1, eventTime=19830135, downTime=19830108, phoneEventTime=13:11:36.590 } moveCount:0
01-07 13:11:36.613 27638 27638 D ScrollerOptimizationManager: registerConfigChangedListener
01-07 13:11:36.619 27638 27638 D ScrollerOptimizationManager: registerConfigChangedListener
01-07 13:11:36.634 27638 27638 D ScrollerOptimizationManager: registerConfigChangedListener
01-07 13:11:36.636 27638 27638 D ScrollerOptimizationManager: registerConfigChangedListenerOther details
I have allowed all access files permission and plugin successfully load in cloudstream/plugins/ folder
Acknowledgements
- I am sure my issue is related to the app and NOT some extension.
- I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
- I have written a short but informative title.
- I have updated the app to pre-release version Latest.
- I will fill out all of the requested information in this form.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working