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.

Error in invocation of contentFilterPrivate.isURLBlocked (Opera GX only)

See original GitHub issue

Environment


  • Operating System: Windows_NT
  • Node Version: v16.15.0
  • Nuxt Version: 3.0.0-rc.4
  • Package Manager: npm@8.5.5
  • Builder: vite
  • User Config: modules
  • Runtime Modules: @nuxt/content@2.0.1
  • Build Modules: -

Reproduction

npx nuxi init content-app -t content
cd content-app
npm install
npm run dev

or use: https://stackblitz.com/github/nuxt/starter/tree/content

Describe the bug

image

See image.

Additional context

No response

Logs

[vite] connecting...
client.ts:53 
[vite] connected.
filter_content.js:202 Uncaught (in promise) TypeError: Error in invocation of contentFilterPrivate.isURLBlocked(string url, contentFilterPrivate.ElementType type, string sitekey): No matching signature.
    at FilterContent.isUrlFiltered_ (filter_content.js:202:44)
    at FilterContent.filterAssetsIfNeeded_ (filter_content.js:85:16)
    at FilterContent.filter_ (filter_content.js:78:10)
    at FilterContent.initialize_ (filter_content.js:181:10)
    at filter_content.js:30:46
isUrlFiltered_ @ filter_content.js:202
filterAssetsIfNeeded_ @ filter_content.js:85
filter_ @ filter_content.js:78
initialize_ @ filter_content.js:181
(anonym) @ filter_content.js:30
Promise.then (async)
(anonym) @ filter_content.js:30
runtime-core.esm-bundler.js:1331 <Suspense> is an experimental feature and its API will likely change.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:7
  • Comments:27 (1 by maintainers)

github_iconTop GitHub Comments

25reactions
MarBGamercommented, Jul 5, 2022

It is caused by a fault in the Opera GX tracking blocker. You can fix this by disabling the tracking blocker until Opera releases a fix.

6reactions
nepacommented, Jul 6, 2022

I’ve reported this bug to the developers at Opera Software a couple of days ago already:

https://opera.atlassian.net/servicedesk/customer/portals

Unfortunately, I cannot link to the issue, since their bugtracker is not public.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Opera throws TypeError: Cannot read property 'appendChild ...
It could be caused by the builtin adblocker of Opera. I have this error too, and I've found out that, when disabling the...
Read more >
content - bytemeta
Error in invocation of contentFilterPrivate.isURLBlocked (Opera GX only) ... Getting this 404 error, have no idea from where. stefanfrede.
Read more >
nuxt/content lets you write in a content/ directory, acting as Git ...
js:202 Uncaught (in promise) TypeError: Error in invocation of contentFilterPrivate.isURLBlocked(string url, contentFilterPrivate.ElementType ...
Read more >
accessing draggableScrollableController size in child - Flutter/Flutter
bug: risingwave logs should use localtime. ... Error in invocation of contentFilterPrivate.isURLBlocked (Opera GX only), 27, 2022-07-02, 2022-11-30.
Read more >
@nuxt/content lets you write in a content/ directory, acting as ...
Error in invocation of contentFilterPrivate.isURLBlocked (Opera GX only) ... Uncaught (in promise) TypeError: Error in invocation of contentFilterPrivate.
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