question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Uncaught (in promise)

See original GitHub issue

Hi,

I’ve included the umd version of quicklinks but I keep getting several console errors repeating the error:

Uncaught (in promise) Event {isTrusted: true, type: "error", target: link, currentTarget: null, eventPhase: 0, …}bubbles: falsecancelBubble: falsecancelable: falsecomposed: falsecurrentTarget: nulldefaultPrevented: falseeventPhase: 0isTrusted: truepath: (5) [link, head, html.js.no-focus-outline.sizes.customelements.history.pointerevents.postmessage.webgl.websockets.css…, document, Window]returnValue: truesrcElement: linktarget: linktimeStamp: 2088.500000001659type: "error"__proto__: Event
Promise.then (async)
r @ quicklink.umd.js:1
c @ quicklink.umd.js:1
(anonymous) @ quicklink.umd.js:1
(anonymous) @ quicklink.umd.js:1

Any advice with resolving these errors would be great. Thanks.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:8
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
randyoucommented, Dec 24, 2018

Uncaught (in promise) if got status 404 by a link.

0reactions
demianrenzullicommented, Nov 23, 2019

Hey @MatTeague, this issue has been opened for a year now.

Proceeding to close it, but feel free to reopen it if you still need help.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"Uncaught (in promise) undefined" error when using with ...
The error tells you that there is an error but you don´t catch it. This is how you can catch it:
Read more >
Promises - Error Handling - Beginner JavaScript - Wes Bos
What does that log "Uncaught (in promise)" mean? It means that there was an error in one of our promises, but we did...
Read more >
JavaScript (ES2015) Promise error “Uncaught (in promise ...
I'm working on a simple script to test JavaScript Promises – specifically, handling Promises in loops, and dealing with functions that both ...
Read more >
How to handle Uncaught (in promise) DOMException ... - Quora
It means that you have a right parenthesis somewhere that you shouldn't. The error should give you a row and column number indicating...
Read more >
How to debug Error (In Promise) Uncaught - YouTube
We are debugging Uncaught (in Promise ) status 400 error in Axios.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found