{"id":19123383,"url":"https://github.com/ryaa/capacitor-android-5.7.1-app-crash","last_synced_at":"2026-02-05T10:03:57.946Z","repository":{"id":225855798,"uuid":"767004028","full_name":"ryaa/capacitor-android-5.7.1-app-crash","owner":"ryaa","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-04T16:04:48.000Z","size":405,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-04T21:04:46.534Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryaa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-04T14:32:08.000Z","updated_at":"2024-03-04T14:43:58.000Z","dependencies_parsed_at":"2024-03-04T18:08:00.158Z","dependency_job_id":null,"html_url":"https://github.com/ryaa/capacitor-android-5.7.1-app-crash","commit_stats":null,"previous_names":["ryaa/capacitor-android-5.7.1-app-crash"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryaa/capacitor-android-5.7.1-app-crash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryaa%2Fcapacitor-android-5.7.1-app-crash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryaa%2Fcapacitor-android-5.7.1-app-crash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryaa%2Fcapacitor-android-5.7.1-app-crash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryaa%2Fcapacitor-android-5.7.1-app-crash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryaa","download_url":"https://codeload.github.com/ryaa/capacitor-android-5.7.1-app-crash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryaa%2Fcapacitor-android-5.7.1-app-crash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29119219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T09:40:36.738Z","status":"ssl_error","status_checked_at":"2026-02-05T09:36:49.977Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T05:25:28.918Z","updated_at":"2026-02-05T10:03:57.929Z","avatar_url":"https://github.com/ryaa.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Capacitor Android 5.7.1 app crash reproduction project\n\n## Prerequisities\n\n* [Node.js](http://nodejs.org/) - install node version 20.11.1 (see the installation instructions on the site) or issue `nvm install` (if nvm is used) which will install the required node version\n* [npm](https://www.npmjs.com/) - install the latest npm version 10.x (for example, 10.5.0 by issuing commands `npm install -g npm@10.5.0`)\n* [Ionic CLI](http://ionicframework.com/docs/cli/install.html) - install the latest stable ionic cli version 7.2.x (for example, 7.2.0 by issuing commands `npm install -g @ionic/cli@7.2.0`)\n* Install Capacitor Required Dependencies for iOS and Android Development (see https://capacitor.ionicframework.com/docs/getting-started/dependencies/)\n\n## Instructions\n## Initial setup\n1. clone the source code repository\n2. change to project repository directory (the directory where you cloned the repo)\n3. execute the command `npm install`\n4. to build and run the app an an Android device:\n    - execute the command `ionic build`, then `npx cap sync android` to copy the build from www to the Android native projects and sync native plugins and then `npx cap open android` to open projects in Android Studio\n\n## Reproducing the crash\nBuild and run the app on an Android device. The app will crash with the following error message in the logcat output:\n```\n2024-03-04 17:57:05.341 21704-21752 cr_AwBgThreadClient     io.ionic.starter                     E  Client raised exception in shouldInterceptRequest. Re-throwing on UI thread.\n2024-03-04 17:57:05.342 21704-21704 cr_AwBgThreadClient     io.ionic.starter                     E  The following exception was raised by shouldInterceptRequest:\n2024-03-04 17:57:05.343 21704-21704 AndroidRuntime          io.ionic.starter                     D  Shutting down VM\n2024-03-04 17:57:05.353 21704-21704 AndroidRuntime          io.ionic.starter                     E  FATAL EXCEPTION: main\n                                                                                                    Process: io.ionic.starter, PID: 21704\n                                                                                                    java.lang.IndexOutOfBoundsException: No group 1\n                                                                                                    \tat java.util.regex.Matcher.group(Matcher.java:589)\n                                                                                                    \tat java.util.regex.Matcher.appendEvaluated(Matcher.java:917)\n                                                                                                    \tat java.util.regex.Matcher.appendReplacementInternal(Matcher.java:890)\n                                                                                                    \tat java.util.regex.Matcher.appendReplacement(Matcher.java:1040)\n                                                                                                    \tat java.util.regex.Matcher.replaceFirst(Matcher.java:1468)\n                                                                                                    \tat java.lang.String.replaceFirst(String.java:2757)\n                                                                                                    \tat com.getcapacitor.JSInjector.getInjectedStream(JSInjector.java:75)\n                                                                                                    \tat com.getcapacitor.WebViewLocalServer.handleLocalRequest(WebViewLocalServer.java:411)\n                                                                                                    \tat com.getcapacitor.WebViewLocalServer.shouldInterceptRequest(WebViewLocalServer.java:201)\n                                                                                                    \tat com.getcapacitor.BridgeWebViewClient.shouldInterceptRequest(BridgeWebViewClient.java:23)\n                                                                                                    \tat WV.g6.a(chromium-TrichromeWebViewGoogle6432.aab-stable-616717833:86)\n                                                                                                    \tat org.chromium.android_webview.AwContentsBackgroundThreadClient.shouldInterceptRequestFromNative(chromium-TrichromeWebViewGoogle6432\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryaa%2Fcapacitor-android-5.7.1-app-crash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryaa%2Fcapacitor-android-5.7.1-app-crash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryaa%2Fcapacitor-android-5.7.1-app-crash/lists"}