Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Application error: Uncaught (in promise): TypeError: e.replace is not a functionType #1091

Closed
Drakuwa opened this issue Dec 9, 2019 · 6 comments
Labels
Milestone

Comments

@Drakuwa
Copy link

Drakuwa commented Dec 9, 2019

Error message: Uncaught (in promise): TypeError: e.replace is not a function
TypeError: e.replace is not a function
at NS (chrome-extension://flnheeellpciglgpaodhkhmapeljopja/main.649f735f13b1c272333d.js:1:2795292)
at e.writeValue (chrome-extension://flnheeellpciglgpaodhkhmapeljopja/main.649f735f13b1c272333d.js:1:2797745)
at chrome-extension://flnheeellpciglgpaodhkhmapeljopja/main.649f735f13b1c272333d.js:1:1802959
at chrome-extension://flnheeellpciglgpaodhkhmapeljopja/main.649f735f13b1c272333d.js:1:1813270
at Array.forEach ()
at t.setValue (chrome-extension://flnheeellpciglgpaodhkhmapeljopja/main.649f735f13b1c272333d.js:1:1813243)
at chrome-extension://flnheeellpciglgpaodhkhmapeljopja/main.649f735f13b1c272333d.js:1:1830148
at e.invoke (chrome-extension://flnheeellpciglgpaodhkhmapeljopja/polyfills.72b889dd8c5039bf7f7f.js:1:7509)
at Object.onInvoke (chrome-extension://flnheeellpciglgpaodhkhmapeljopja/main.649f735f13b1c272333d.js:1:1048214)
at e.invoke (chrome-extension://flnheeellpciglgpaodhkhmapeljopja/polyfills.72b889dd8c5039bf7f7f.js:1:7449)

Error stack:

Error: Uncaught (in promise): TypeError: e.replace is not a function
TypeError: e.replace is not a function
    at NS (chrome-extension://flnheeellpciglgpaodhkhmapeljopja/main.649f735f13b1c272333d.js:1:2795292)
    at e.writeValue (chrome-extension://flnheeellpciglgpaodhkhmapeljopja/main.649f735f13b1c272333d.js:1:2797745)
    at chrome-extension://flnheeellpciglgpaodhkhmapeljopja/main.649f735f13b1c272333d.js:1:1802959
    at chrome-extension://flnheeellpciglgpaodhkhmapeljopja/main.649f735f13b1c272333d.js:1:1813270
    at Array.forEach (<anonymous>)
    at t.setValue (chrome-extension://flnheeellpciglgpaodhkhmapeljopja/main.649f735f13b1c272333d.js:1:1813243)
    at chrome-extension://flnheeellpciglgpaodhkhmapeljopja/main.649f735f13b1c272333d.js:1:1830148
    at e.invoke (chrome-extension://flnheeellpciglgpaodhkhmapeljopja/polyfills.72b889dd8c5039bf7f7f.js:1:7509)
    at Object.onInvoke (chrome-extension://flnheeellpciglgpaodhkhmapeljopja/main.649f735f13b1c272333d.js:1:1048214)
    at e.invoke (chrome-extension://flnheeellpciglgpaodhkhmapeljopja/polyfills.72b889dd8c5039bf7f7f.js:1:7449)
    at j (chrome-extension://flnheeellpciglgpaodhkhmapeljopja/polyfills.72b889dd8c5039bf7f7f.js:1:13937)
    at chrome-extension://flnheeellpciglgpaodhkhmapeljopja/polyfills.72b889dd8c5039bf7f7f.js:1:14744
    at e.invokeTask (chrome-extension://flnheeellpciglgpaodhkhmapeljopja/polyfills.72b889dd8c5039bf7f7f.js:1:8193)
    at Object.onInvokeTask (chrome-extension://flnheeellpciglgpaodhkhmapeljopja/main.649f735f13b1c272333d.js:1:1048126)
    at e.invokeTask (chrome-extension://flnheeellpciglgpaodhkhmapeljopja/polyfills.72b889dd8c5039bf7f7f.js:1:8114)
    at t.runTask (chrome-extension://flnheeellpciglgpaodhkhmapeljopja/polyfills.72b889dd8c5039bf7f7f.js:1:3375)
    at g (chrome-extension://flnheeellpciglgpaodhkhmapeljopja/polyfills.72b889dd8c5039bf7f7f.js:1:10460)
@welcome
Copy link

welcome bot commented Dec 9, 2019

👋🏾Thanks for opening your first issue here! Be sure to follow the issue template! ✌🏾

@imolorhe
Copy link
Collaborator

Hey @Drakuwa, thanks for reporting this issue. Could you give me more info as to when this error occurred? Also which version of Altair are you using? And on what platform?
When does this error occur? And does it re occur, or it happened only once?

@imolorhe imolorhe added the bug label Dec 10, 2019
@Drakuwa
Copy link
Author

Drakuwa commented Dec 10, 2019

Hey @imolorhe I'm using the Chrome extension, App Version: 2.3.8; Chrome Version 78.0.3904.108 (Official Build) (64-bit); Fedora 30, Linux 5.3.13-200.fc30.x86_64;
The error occurred on startup, when I started Altair from the address bar icon and it happened more than once, but now it doesn't. I have 3 windows opened in the app and a lot of tabs opened in Chrome.

@imolorhe
Copy link
Collaborator

Thanks @Drakuwa for the information. Did you do anything for the error to stop happening?

@Drakuwa
Copy link
Author

Drakuwa commented Dec 13, 2019

Not really, I know that I have automatic updates enabled by default, right? That could have solved the issue...

@imolorhe
Copy link
Collaborator

Okay, so it was probably fixed in the latest version of the update. Let me know if the issue happens again, so we can debug further.

Feel free to close this issue for now.

imolorhe added a commit that referenced this issue Dec 28, 2019
@imolorhe imolorhe added this to the v2.4.3 milestone Dec 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants