[BUG] Unable to open works view of composers in Android App
Posted: Wed Mar 11, 2026 7:31 pm
For several days, it is no longer possible for some composers to open the works view of a composer in the Android app when clicking on the composer name. When clicking on the composer name (e.g., after searching in the "Home" menu), the following error message appears (see also the attached screenshot):
However, the error does not affect all composers; some can still be opened, but the error appears for many composers. I tried it on three different Android devices (and for one of them, it was a fresh installation), but the error appeared on all devices. Because the works view of the composer can't be opened, it is actually blocking me from downloading some works easily, and I have to search manually for the works in the "Home" view in order to navigate to the work.
Steps to reproduce:
I am also attaching the debugging information from one of my devices. I am using version 3.2.0 of the IMSLP app.
Code: Select all
Attempt to invoke virtual method 'int.com.imslp.data.db.PersonSection.b()' on a null object referenceSteps to reproduce:
- Install IMSLP app (if not already done)
- Open IMSLP app and search for "Andersen"
- Click on "Andersen, Fritz" and the error message appears
I am also attaching the debugging information from one of my devices. I am using version 3.2.0 of the IMSLP app.
Code: Select all
{
"app_info": {
"flavor": "prodGoogle",
"has_anon": false,
"is_subscribed": false,
"is_web_socket_connected": false,
"memory_free_mb": 32,
"memory_max_mb": 512,
"memory_total_mb": 64,
"sync_mode": "SHARE_ONLY",
"sync_revision_major": 0,
"sync_revision_position": 0,
"sync_revision_requested": 0,
"version_code": 30200,
"version_name": "3.2.0"
},
"database_info": {
"current_version": 16,
"items_count_report": {
"advanced_filters_count": 0,
"annotation_layer_count": 0,
"annotations_count": 0,
"bookmarks_count": 0,
"favorite_composer_count": 0,
"favorite_work_count": 0,
"folder_attributes_count": 0,
"jump_buttons_count": 0,
"play_lists_count": 0,
"recordings_count": 0,
"scores_count": 0,
"set_lists_count": 0,
"share_accept_count": 0,
"share_count": 0,
"share_user_count": 0,
"shareback_count": 0,
"unsynced_count": 0,
"user_merge_count": 0
},
"target_version": 16,
"total_items_count": 0
},
"date": "2026-03-10T08:31:09.504Z",
"device_info": {
"android_version": "16 (36)",
"brand": "google",
"country": "United Kingdom (GB)",
"language": "English (en)",
"memory_free_mb": 2307,
"memory_is_low": false,
"memory_total_mb": 7573,
"model": "Pixel 8",
"orientation": "Portrait"
}
}