We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Update the URLs used for downloading the image files.
The current version expects the download URL to start with *.elimu.ai, so the app crashes when an image is stored on an external platform:
*.elimu.ai
2024-12-01 17:01:49.593 11429-11548 ai.elimu.c...Fragment$3 ai.elimu.content_provider.debug I imageGson.getId(): 651 2024-12-01 17:01:49.674 11429-11548 ai.elimu.c...Fragment$3 ai.elimu.content_provider.debug I imageFile: /storage/emulated/0/Android/data/ai.elimu.content_provider.debug/files/Pictures/651_r6.jpg 2024-12-01 17:01:49.675 11429-11548 ai.elimu.c...Fragment$3 ai.elimu.content_provider.debug I imageFile.exists(): false 2024-12-01 17:01:49.675 11429-11548 ai.elimu.c...Fragment$3 ai.elimu.content_provider.debug I downloadUrl: http://eng.elimu.aihttps://black-historic-wren-832.mypinata.cloud/ipfs/QmU5gAfySsHNE8WDW85zb6rdgo2rbn15eTrhBL3DoHB3m7?img-width=640 2024-12-01 17:01:49.676 11429-11548 ai.elimu.c...Downloader ai.elimu.content_provider.debug I downloadFileBytes 2024-12-01 17:01:49.676 11429-11548 ai.elimu.c...Downloader ai.elimu.content_provider.debug I Downloading from http://eng.elimu.aihttps://black-historic-wren-832.mypinata.cloud/ipfs/QmU5gAfySsHNE8WDW85zb6rdgo2rbn15eTrhBL3DoHB3m7?img-width=640 2024-12-01 17:01:49.717 11429-11445 EGL_emulation ai.elimu.content_provider.debug D app_time_stats: avg=9.57ms min=3.20ms max=25.12ms count=60 2024-12-01 17:01:49.722 11429-11548 ai.elimu.c...Downloader ai.elimu.content_provider.debug E null 2024-12-01 17:01:49.727 11429-11548 AndroidRuntime ai.elimu.content_provider.debug E FATAL EXCEPTION: pool-7-thread-1 Process: ai.elimu.content_provider.debug, PID: 11429 java.lang.NullPointerException: Attempt to get length of null array at ai.elimu.content_provider.ui.image.ImagesFragment$3.run(ImagesFragment.java:153)
The text was updated successfully, but these errors were encountered:
fix: download url
9358666
#129
jo-elimu
Successfully merging a pull request may close this issue.
Description
Update the URLs used for downloading the image files.
Why?
The current version expects the download URL to start with
*.elimu.ai
, so the app crashes when an image is stored on an external platform:The text was updated successfully, but these errors were encountered: