-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Error on Android: api data not showing in release version but works fine in the debug mode #216
Comments
No luck, I tried to test it but now I get this: 2023-03-02 09:00:20.277 14679-14679 ExampleViewModel com.chiksmedina.desaparecidosper I dj.b: The chosen LogFactory implementation does not extend LogFactory. Please check your configuration. (Caused by java.lang.ClassCastException: The application has specified that a custom LogFactory implementation should be used but Class 'org.apache.commons.logging.impl.LogFactoryImpl' cannot be converted to 'dj.i'. Please check the custom implementation. Help can be found @http://commons.apache.org/logging/troubleshooting.html.) |
Hey, not sure if that is a skrapeit bug or if we can avoid an error like this coming up while using skrapeit in release mode. Do you think this is related to #212 And #205? Both stack traces also complaining about apache commons stuff |
#205 works for me, i put these lines on proguard file
|
I think you can create a proguard file in library with lines listed by CMFerrer. |
Describe the bug
I get an exception when I run my application in release mode. Here is the stacktrace:
Code Sample
Expected behavior
skrape works like in Android Studio debug mode
Additional context
Version skrape it: 1.2.2
The text was updated successfully, but these errors were encountered: