If you can get it down to a http://sscce.org/ I think it is worth opening
an issue here <https://github.com/elm-lang/elm-compiler/issues>.

If I can reproduce it, I'd wager it wouldn't be too tough to fix.

On Wed, Jul 6, 2016 at 12:38 AM, Zachary Kessin <[email protected]> wrote:

> I am getting an actual runtime error with Elm, I am trying to send a
> string out a port to javascript and I am getting this in firebug. In is
> saying subs[i](value) is not a function. This is on a port with type "port
> setSheet    : String -> Cmd msg".
>
> i logged out the sheet id and it was fine (its the 1ID-... line) but for
> some reason when I try to call the action it is blowing up. This i in elm
> 0.17
>
>
> Sheet Id : "1lD-Z4VtqU4pJm1DfVAJZiFarTficwkkj5MYKgxiVvZU"
> elm-dashboard.js (line 835)
> TypeError: subs[i] is not a function
>
> subs[i](value);
>
>
>
>
> elm-dashboard.js (line 2104, col 5)
>
>
>
>
>
> --
> Zach Kessin
> Twitter: @zkessin <https://twitter.com/zkessin>
> Skype: zachkessin
>
> --
> 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.
>

-- 
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.

Reply via email to