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

Internal error when trying to download anything #12

Closed
i0ntempest opened this issue Oct 26, 2020 · 2 comments
Closed

Internal error when trying to download anything #12

i0ntempest opened this issue Oct 26, 2020 · 2 comments

Comments

@i0ntempest
Copy link

When trying to download anything from the Apple developer page I get a message saying an internal error occurred. If I choose continue then aria2 keeps running and downloads just fine, if I choose crash then aria2 also keeps running but crash reporter does not pop up.
Copied from the error window:

Exception Name: NSInternalInconsistencyException
Description: Completion handler passed to -[Downloader.DownloaderViewController webView:decidePolicyForNavigationAction:decisionHandler:] was called more than once
User Info: (null)

0   CoreFoundation                      0x00007fff364a4b57 __exceptionPreprocess + 250
1   libobjc.A.dylib                     0x00007fff6f31e5bf objc_exception_throw + 48
2   CoreFoundation                      0x00007fff364a49b5 +[NSException raise:format:] + 189
3   WebKit                              0x00007fff474b266d _ZNK6WebKit28CompletionHandlerCallChecker30completionHandlerHasBeenCalledEv + 203
4   WebKit                              0x00007fff475acdf2 _ZZN6WebKit15NavigationState16NavigationClient31decidePolicyForNavigationActionERNS_12WebPageProxyEON3WTF3RefIN3API16NavigationActionENS4_13DumbPtrTraitsIS7_EEEEONS5_INS_27WebFramePolicyListenerProxyENS8_ISC_EEEEPNS6_6ObjectEEN3$_4clE24WKNavigationActionPolicyP11objc_object + 32
5   Downloader                          0x000000010edc78e3 Downloader + 30947
6   Downloader                          0x000000010edc64eb Downloader + 25835
7   WebKit                              0x00007fff475a534e _ZN6WebKit15NavigationState16NavigationClient31decidePolicyForNavigationActionERNS_12WebPageProxyEON3WTF3RefIN3API16NavigationActionENS4_13DumbPtrTraitsIS7_EEEEONS5_INS_27WebFramePolicyListenerProxyENS8_ISC_EEEEPNS6_6ObjectE + 1266
8   WebKit                              0x00007fff475fdcd0 _ZN6WebKit12WebPageProxy31decidePolicyForNavigationActionEON3WTF3RefINS_15WebProcessProxyENS1_13DumbPtrTraitsIS3_EEEERNS_13WebFrameProxyEON7WebCore18SecurityOriginDataEyONS_20NavigationActionDataEONS_13FrameInfoDataENS1_8OptionalINS1_16ObjectIdentifierINS_26WebPageProxyIdentifierTypeEEEEERKNSA_15ResourceRequestEOSM_ON3IPC17FormDataReferenceEONSA_16ResourceResponseERKNS_8UserDataEONS2_INS0_20PolicyDecisionSenderENS4_ISY_EEEE + 3508
9   WebKit                              0x00007fff475fcecb _ZN6WebKit12WebPageProxy42decidePolicyForNavigationActionAsyncSharedEON3WTF3RefINS_15WebProcessProxyENS1_13DumbPtrTraitsIS3_EEEENS1_16ObjectIdentifierIN7WebCore18PageIdentifierTypeEEENS8_INS9_19FrameIdentifierTypeEEEONS9_18SecurityOriginDataENS9_21PolicyCheckIdentifierEyONS_20NavigationActionDataEONS_13FrameInfoDataENS1_8OptionalINS8_INS_26WebPageProxyIdentifierTypeEEEEERKNS9_15ResourceRequestEOSP_ON3IPC17FormDataReferenceEONS9_16ResourceResponseERKNS_8UserDataEy + 299
10  WebKit                              0x00007fff475fcd66 _ZN6WebKit12WebPageProxy36decidePolicyForNavigationActionAsyncEN3WTF16ObjectIdentifierIN7WebCore19FrameIdentifierTypeEEEONS3_18SecurityOriginDataENS3_21PolicyCheckIdentifierEyONS_20NavigationActionDataEONS_13FrameInfoDataENS1_8OptionalINS2_INS_26WebPageProxyIdentifierTypeEEEEERKNS3_15ResourceRequestEOSH_ON3IPC17FormDataReferenceEONS3_16ResourceResponseERKNS_8UserDataEy + 150
11  WebKit                              0x00007fff4783cbc0 _ZN6WebKit12WebPageProxy17didReceiveMessageERN3IPC10ConnectionERNS1_7DecoderE + 11168
12  WebKit                              0x00007fff4737b684 _ZN3IPC18MessageReceiverMap15dispatchMessageERNS_10ConnectionERNS_7DecoderE + 114
13  WebKit                              0x00007fff47641232 _ZN6WebKit15WebProcessProxy17didReceiveMessageERN3IPC10ConnectionERNS1_7DecoderE + 28
14  WebKit                              0x00007fff4736792b _ZN3IPC10Connection15dispatchMessageENSt3__110unique_ptrINS_7DecoderENS1_14default_deleteIS3_EEEE + 209
15  WebKit                              0x00007fff4736728f _ZN3IPC10Connection24dispatchIncomingMessagesEv + 475
16  JavaScriptCore                      0x00007fff3abbee67 _ZN3WTF7RunLoop11performWorkEv + 551
17  JavaScriptCore                      0x00007fff3abbf01a _ZN3WTF7RunLoop11performWorkEPv + 26
18  CoreFoundation                      0x00007fff36428d52 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
19  CoreFoundation                      0x00007fff36428cf1 __CFRunLoopDoSource0 + 103
20  CoreFoundation                      0x00007fff36428b0b __CFRunLoopDoSources0 + 209
21  CoreFoundation                      0x00007fff3642783a __CFRunLoopRun + 927
22  CoreFoundation                      0x00007fff36426e3e CFRunLoopRunSpecific + 462
23  HIToolbox                           0x00007fff35053abd RunCurrentEventLoopInMode + 292
24  HIToolbox                           0x00007fff350537d5 ReceiveNextEventCommon + 584
25  HIToolbox                           0x00007fff35053579 _BlockUntilNextEventMatchingListInModeWithFilter + 64
26  AppKit                              0x00007fff33699039 _DPSNextEvent + 883
27  AppKit                              0x00007fff33697880 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352
28  AppKit                              0x00007fff3368958e -[NSApplication run] + 658
29  AppKit                              0x00007fff3365b396 NSApplicationMain + 777
30  Downloader                          0x000000010edc1fc9 Downloader + 8137
31  libdyld.dylib                       0x00007fff704c6cc9 start + 1
@i0ntempest
Copy link
Author

I just noticed this dialog pops up because I enabled "Display dialogs for uncaught exceptions" enabled for crash reporter. If this is not considered a bug feel free to close.

@vineetchoudhary
Copy link
Owner

Fixed in the latest release.

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

2 participants