-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
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. 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? |
Hello, I'm getting this. I tried disabling all my extensions but still encountering the issue. |
Well, at least that's something. But it's not very helpful, I have no idea what might be up. |
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. |
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) |
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. |
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. |
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.
The text was updated successfully, but these errors were encountered: