Ok, issued solved. Nive guys at Slack pointed me to the real issue: the server is responding differently to Firefox. So it's not an Elm issue ; )
On Monday, October 10, 2016 at 1:40:10 PM UTC-3, Eduardo Cuducos wrote: > > Hi all, > > I'm working on an app in Elm and one of my JSON parsers is raising an > error only in Firefox. This is the main repo > <https://github.com/datasciencebr/jarbas/>. with the full source at > jarbas/frontend/elm > <https://github.com/datasciencebr/jarbas/tree/master/jarbas/frontend/elm>. > > For example this URL succeeds in Chrome and in Safari but it ends up in a > UnexpectedPayload in Firefox (I added a Debug.crash to track this down > <https://github.com/datasciencebr/jarbas/blob/0db75ee40b728a808b8a65a0f2331510ae8da1d7/jarbas/frontend/elm/Documents.elm#L212> > ): http://jarbas.datasciencebr.com/#/year/2015 > > As the error says unexpected character at line […] I was wondering if > that could be a charset issue, but I'm not sure how to deal with that. > > Any ideas? > > Many many thanks, > > -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
