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.

Fake Filler 3.1.0 (?) fails in Chrome

See original GitHub issue

I’m pretty confused as to how that code landed in the Chrome extension, as this repo indicates the current master version is 3.0.0, but it tries to access the Service worker. I cannot find the mentioned code in this repo either.

DOMException: Failed to read the 'ready' property from 'ServiceWorkerContainer': 'ready' is only supported in pages.

Is this is legitimate? If so, what should this do? This cannot ever properly execute as the code is not run inside a page. There is also some code related to a Firebase Database too, which doesn’t seem necessary. Seems quite fishy to me, would love if you can provide answers to this situation, thanks!

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
tarekiscommented, Aug 13, 2020

I created a new Chrome profile and tested it with only FakeFiller installed, it still reproduces.
It only logs in the console because I had the option to “Pause on Exceptions” enabled.

GitHub doesn’t like videos so here’s it hosted on a third-party site: https://streamable.com/v0iv9y

0reactions
tarekiscommented, Aug 11, 2020

Yeah, I sadly still get it with 3.1.2.
I missed to mention this doesn’t actually show in the console but pauses the process when you enable “Pause on Exceptions” in the Dev Tools Sources panel, without it, it silently fails.

Maybe the stack trace helps, I pulled this after formatting with Dev Tools, the minified one won’t be of much use.

  | (anonymous) | @ | content-script.js:formatted:11438
  | Me.i.a.i.g | @ | content-script.js:formatted:7007
  | Ve | @ | content-script.js:formatted:7107
  | Ue | @ | content-script.js:formatted:7097
  | e.ec | @ | content-script.js:formatted:7162
  | we | @ | content-script.js:formatted:6900
  | Promise.then (async) |   |  
  | he | @ | content-script.js:formatted:6882
  | ye | @ | content-script.js:formatted:6891
  | Le | @ | content-script.js:formatted:7081
  | Re | @ | content-script.js:formatted:7036
  | Ne | @ | content-script.js:formatted:6963
  | Ru | @ | content-script.js:formatted:11592
  | Ju | @ | content-script.js:formatted:12001
  | Xu | @ | content-script.js:formatted:12016
  | qh | @ | content-script.js:formatted:13967
  | Qh | @ | content-script.js:formatted:14107
  | instanceFactory | @ | content-script.js:formatted:16019
  | t.getOrInitializeService | @ | content-script.js:formatted:5196
  | t.getImmediate | @ | content-script.js:formatted:5104
  | t._getService | @ | content-script.js:formatted:3964
  | t.<computed> | @ | content-script.js:formatted:4097
  | d | @ | content-script.js:formatted:4089
  | (anonymous) | @ | content-script.js:formatted:3152
  | n | @ | content-script.js:formatted:12
  | (anonymous) | @ | content-script.js:formatted:119
  | n | @ | content-script.js:formatted:12
  | (anonymous) | @ | content-script.js:formatted:33384
  | n | @ | content-script.js:formatted:12
  | (anonymous) | @ | content-script.js:formatted:34298
  | n | @ | content-script.js:formatted:12
  | (anonymous) | @ | content-script.js:formatted:72
  | (anonymous) | @ | content-script.js:formatted:73

As far as I can tell the mere call of firebase.auth throws the error: https://github.com/FakeFiller/fake-filler-extension/blob/6c5ca7d52aa3795c7c7cb40043a82788070b7530/src/common/firebase.ts#L23

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fake Filler
A form filler that fills all inputs on a page with fake/dummy data.
Read more >
Fake Filler - The best form filler for testing forms
Fake Filler is an essential form filler extension for developers and testers to fill all inputs on a page with dummy data.
Read more >
Download Fake Filler 3.1.0 CRX File for Chrome (Old Version)
You are about to download the Fake Filler 3.1.0 crx file for Chrome based browsers: A form filler that fills all inputs on...
Read more >
Release Notes for Cisco Identity Services Engine, Release 3.1
Posture Script Remediation. You can create and upload posture remediation scripts to Cisco ISE to resolve non-compliance issues in endpoints. For more ...
Read more >
Essential: Versions: 3.3.1.0 (Build ... - Moodle plugins directory
FIX: Issue #835: Display fake blocks before Flat Navigation. ... FIX: Issue #825: Missing region_main_settings_menu() when using flat navigation.
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