"TypeError" has occurred

Various discussions related to Adblock Plus development
Post Reply
STSynthe
Posts: 1
Joined: Tue Jun 07, 2022 5:52 pm

"TypeError" has occurred

Post by STSynthe »

I am developing a filter.

ABP Japanese filters(Edited by えむ/STSynthe)

Using my filters or "EasyList", error is logged in console log(Background page).

Code: Select all

polyfill.js:860 Uncaught (in promise) TypeError: Error in invocation of tabs.get(integer tabId, function callback): Error at parameter 'tabId': Value must be at least 0.
    at polyfill.js:860:27
    at new Promise (<anonymous>)
    at Proxy.asyncFunctionWrapper (polyfill.js:837:18)
    at Object.apply (polyfill.js:892:28)
    at onBlockableItem (background.js:3372:32)
    at logItem (background.js:22379:5)
    at RequestFilter.block (background.js:24504:61)
    at RequestFilter.match (background.js:24521:21)
    at RequestFilter.filter (background.js:24552:17)
    at subEventCallback (extensions::webRequestEvent:81:32)
(匿名) @ polyfill.js:860
asyncFunctionWrapper @ polyfill.js:837
apply @ polyfill.js:892
onBlockableItem @ background.js:3372
logItem @ background.js:22379
block @ background.js:24504
match @ background.js:24521
filter @ background.js:24552
subEventCallback @ extensions::webRequestEvent:81
await in subEventCallback(非同期)
logItem @ background.js:22379
block @ background.js:24504
match @ background.js:24521
filter @ background.js:24552
subEventCallback @ extensions::webRequestEvent:81
Errors can be reproduced by using my filter or "EasyList". This often occurs with Element hide on Twitter web.
  • Adblock Plus 3.14
  • Vivaldi 5.3.2679.38 (Stable channel) (64-bit)
  • Windows 10 (64-bit)
Machine translation is used. I can read simple English.

Thanks for reading.
Post Reply