Skip to content
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

iOS App stuck on launch Error: not implemented a@capacitor://localhost/main.11557d1f01f6151e.js:1:7965322 #218

Open
PeratX opened this issue Oct 22, 2024 · 2 comments

Comments

@PeratX
Copy link

PeratX commented Oct 22, 2024

The issue can be reproduced multiple times when launching app using 3.32.4 (build 63677) from app store.
Before the upgrade, there's no such issue.
The issue can be bypassed by close and launch many times.
Using iOS 15.8.2, iPhone 7 as the hardware.
Error Log:

[other](1729567942150)
Error:
Uncaught (in promise): Error: not implemented
a@capacitor://localhost/main.11557d1f01f6151e.js:1:7965322
returnResult@user-script:2:947:49
@user-script:2:929:29
ke@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:44730
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:43747
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:43882
onInvoke@capacitor://localhost/main.11557d1f01f6151e.js:1:12125964
run@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:29360
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:45379
onInvokeTask@capacitor://localhost/main.11557d1f01f6151e.js:1:12125773
runTask@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:29993
I@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:36752
promiseReactionJob@[native code]

[other](1729567705960)
Error:
Uncaught (in promise): Error: not implemented
a@capacitor://localhost/main.11557d1f01f6151e.js:1:7965322
returnResult@user-script:2:947:49
@user-script:2:929:29
ke@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:44730
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:43747
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:43882
onInvoke@capacitor://localhost/main.11557d1f01f6151e.js:1:12125964
run@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:29360
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:45379
onInvokeTask@capacitor://localhost/main.11557d1f01f6151e.js:1:12125773
runTask@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:29993
I@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:36752
promiseReactionJob@[native code]

[other](1728911295060)
Error:
Uncaught (in promise): Error: not implemented
a@capacitor://localhost/main.11557d1f01f6151e.js:1:7965322
returnResult@user-script:2:947:49
@user-script:2:929:29
ke@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:44730
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:43747
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:43882
onInvoke@capacitor://localhost/main.11557d1f01f6151e.js:1:12125964
run@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:29360
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:45379
onInvokeTask@capacitor://localhost/main.11557d1f01f6151e.js:1:12125773
runTask@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:29993
I@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:36752
promiseReactionJob@[native code]

[other](1728569713341)
Error:
Uncaught (in promise): Error: not implemented
a@capacitor://localhost/main.690b853bbde60216.js:1:7964538
returnResult@user-script:2:947:49
@user-script:2:929:29
ke@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:44730
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:43747
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:43882
onInvoke@capacitor://localhost/main.690b853bbde60216.js:1:12124538
run@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:29360
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:45379
onInvokeTask@capacitor://localhost/main.690b853bbde60216.js:1:12124347
runTask@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:29993
I@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:36752
promiseReactionJob@[native code]

[other](1728533166056)
Error:
Uncaught (in promise): Error: not implemented
a@capacitor://localhost/main.690b853bbde60216.js:1:7964538
returnResult@user-script:2:947:49
@user-script:2:929:29
ke@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:44730
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:43747
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:43882
onInvoke@capacitor://localhost/main.690b853bbde60216.js:1:12124538
run@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:29360
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:45379
onInvokeTask@capacitor://localhost/main.690b853bbde60216.js:1:12124347
runTask@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:29993
I@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:36752
promiseReactionJob@[native code]
@debeldami
Copy link
Collaborator

Hi, @PeratX we fix this issue in 3.32.5

Let me know if it now works for you.

@PeratX
Copy link
Author

PeratX commented Oct 30, 2024

nope, the issue persists version 3.32.5 (64368)

[other](1730305852698)
Error:
Uncaught (in promise): Error: not implemented
a@capacitor://localhost/main.a3c0f8acc4bff161.js:1:7965376
returnResult@user-script:2:947:49
@user-script:2:929:29
ke@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:44730
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:43747
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:43882
onInvoke@capacitor://localhost/main.a3c0f8acc4bff161.js:1:12126672
run@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:29360
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:45379
onInvokeTask@capacitor://localhost/main.a3c0f8acc4bff161.js:1:12126481
runTask@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:29993
I@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:36752
promiseReactionJob@[native code]

[other](1730305718054)
Error:
Uncaught (in promise): Error: not implemented
a@capacitor://localhost/main.a3c0f8acc4bff161.js:1:7965376
returnResult@user-script:2:947:49
@user-script:2:929:29
ke@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:44730
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:43747
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:43882
onInvoke@capacitor://localhost/main.a3c0f8acc4bff161.js:1:12126672
run@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:29360
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:45379
onInvokeTask@capacitor://localhost/main.a3c0f8acc4bff161.js:1:12126481
runTask@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:29993
I@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:36752
promiseReactionJob@[native code]

[other](1729850039046)
Error:
Uncaught (in promise): Error: not implemented
a@capacitor://localhost/main.11557d1f01f6151e.js:1:7965322
returnResult@user-script:2:947:49
@user-script:2:929:29
ke@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:44730
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:43747
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:43882
onInvoke@capacitor://localhost/main.11557d1f01f6151e.js:1:12125964
run@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:29360
@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:45379
onInvokeTask@capacitor://localhost/main.11557d1f01f6151e.js:1:12125773
runTask@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:29993
I@capacitor://localhost/polyfills.ef442c55a3c9fd99.js:1:36752
promiseReactionJob@[native code]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@PeratX @debeldami and others