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 TypeError: window.queueMicrotask

See original GitHub issue

My Home Assistant version: 0.118.3

What I am doing: Nothing special - normal usage

What I expected to happen:

What happened instead:

Minimal steps to reproduce:

# The least ammount of code possible to reproduce my error



# End of code

Error messages from the browser console:

Logger: frontend.js.latest.202010214
Source: components/system_log/__init__.py:193
First occurred: 13:33:38 (183 occurrences)
Last logged: 14:03:48

https://nauen.duckdns.org:8123/browser_mod.js:149:7364 Uncaught TypeError: window.queueMicrotask is not a function
Home Assistant wurde vollständig gestartet!

By putting an X in the boxes ([ ]) below, I indicate that I:

  • [x ] Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).

  • [x ] Have made sure I am using the latest version of the plugin.

  • [x ] Have followed the troubleshooting steps of the “Common Problems” section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.

  • Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Pirol62commented, Jan 7, 2021

As Jpsy wrote - the update to the latest Fire OS solved the problem.

1reaction
KTibowcommented, Nov 27, 2020

Those errors are normal and usually browser_mod still works.

Read more comments on GitHub >

github_iconTop Results From Across the Web

queueMicrotask() - Web APIs - MDN Web Docs
A function to be executed when the browser engine determines it is safe to call your code. Enqueued microtasks are executed after all...
Read more >
How does the following queueMicrotask polyfill fallback to ...
I would have expected the polyfill to be implemented as follows. if (typeof window.queueMicrotask !== "function") { window.queueMicrotask ...
Read more >
TIL: window.setImmediate() has gone - DEV Community ‍ ‍
VM237:1 Uncaught ReferenceError: setImmediate is not defined. The alternative is window.queueMicrotask() , which was defined by WHATWG as ...
Read more >
TypeError: Headers is not a constructor · Issue #7 - GitHub
I have both KY and Ky-universal installed. What am I doing wrong or missing? If I try to catch this, the error is...
Read more >
Browser_mod - turn your browser into a controllable device ...
I get a popup window but is is empty. ... Uncaught TypeError: window.queueMicrotask ... Android Webview supports queueMicrotask since v0.71.
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