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

Firefox extension (and webapp opened in Firefox) not working #33

Open
jpdasma opened this issue Jun 24, 2018 · 7 comments
Open

Firefox extension (and webapp opened in Firefox) not working #33

jpdasma opened this issue Jun 24, 2018 · 7 comments

Comments

@jpdasma
Copy link

jpdasma commented Jun 24, 2018

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.

@Zinggi
Copy link
Owner

Zinggi commented Jun 24, 2018

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?

@jpdasma
Copy link
Author

jpdasma commented Jun 24, 2018

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.

@Zinggi
Copy link
Owner

Zinggi commented Jun 24, 2018

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.

@jpdasma
Copy link
Author

jpdasma commented Jun 25, 2018

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.

@Zinggi
Copy link
Owner

Zinggi commented Jun 25, 2018

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)

@jpdasma
Copy link
Author

jpdasma commented Jun 26, 2018

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.

@Zinggi
Copy link
Owner

Zinggi commented Jun 26, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants