NoKey icon indicating copy to clipboard operation
NoKey copied to clipboard

Firefox extension (and webapp opened in Firefox) not working

Open jpdasma opened this issue 7 years ago • 7 comments

Hello, Both the Firefox extension and webapp (when opened with Firefox) is not working.

For the extension it just shows a blank popup.

For the webapp it shows the following json: { "message": "", "url": "", "line": "", "column": "", "error": {}, "log": [], "errors": [], "nav": "Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Firefox/60.0" }

This both happened in Firefox in Linux (Fedora) and Freebsd. I haven't tested with Firefox in Windows.

jpdasma avatar Jun 24 '18 01:06 jpdasma

I too am using Firefox on Linux, and it works for me. I have both version 60 and 62 and both work for me, so it's unlikely that this is caused by Firefox or the OS.
Maybe you have some other extension that is interfering with it?

In any case, could you open the web app and then open the developer console (ctrl+shift+i) to see if there is any useful error message?

Zinggi avatar Jun 24 '18 09:06 Zinggi

Hello, I'm getting this. DOMException​code: 0​columnNumber: 0​data: null​filename: ""​lineNumber: 0​message: "The operation failed for an unknown transient reason"​name: "UnknownError"​result: 2152923166​stack: ""​proto: DOMExceptionPrototype { name: Getter, message: Getter, INDEX_SIZE_ERR: 1, … } Array [] Array [] bundle.js:1:1342470

I tried disabling all my extensions but still encountering the issue.

jpdasma avatar Jun 24 '18 12:06 jpdasma

Well, at least that's something. But it's not very helpful, I have no idea what might be up.
Without more information, I can't know what might be causing this.

Zinggi avatar Jun 24 '18 16:06 Zinggi

Okay, I'll take a look more closely on my end (although I'm really not a web dev and doesn't know elm) after work.

jpdasma avatar Jun 25 '18 01:06 jpdasma

That would be great! Let me know if you find something or if you need some help and if you have suggestions on how to improve the readme.

(I'll go on holidays in two days till the middle of july, so I probably wont be able to respond in that period)

Zinggi avatar Jun 25 '18 14:06 Zinggi

I'm trying to setup my own environment and I'm stuck in the elm-github-install part for the web directory. It's trying to clone https://github.com/spisemisu/elm-utf8 and asks me for authentication. Upon looking at the link it seems that it doesn't exist anymore.

jpdasma avatar Jun 26 '18 07:06 jpdasma

Oh wow, that really suck. Seems like @spisemisu deleted all their repositories. Tools really shouldn't be relying on github that much...

Anyway, I resolved it by forking the dependency that was relying on that library. So if you pull the new changes, it should work now.

Zinggi avatar Jun 26 '18 10:06 Zinggi