You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to pass a string to load() because iOS won't load from a URL.
It happens on both Android and iOS. It attempts to parse a mystery line after the last line of the string at 4743 line = JSON.parse(line); but the mystery line appears to be a random part of the data, not split at a line break so it throws JSON Syntax Error. Is it a caching issue?
The text was updated successfully, but these errors were encountered:
On Mar 9, 2017, at 5:34 AM, Chozzle ***@***.***> wrote:
I'm trying to pass a string to load() because iOS won't load from a URL.
It happens on both Android and iOS. It attempts to parse a mystery line after the last line of the string at 4743 line = JSON.parse(line); but the mystery line appears to be a random part of the data, not split at a line break so it throws JSON Syntax Error. Is it a caching issue?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#57>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AARUwrPDWpH_JPx_iLEC9O-WFDRKq4biks5rj__ugaJpZM4MYFmv>.
I'm trying to pass a string to load() because iOS won't load from a URL.
It happens on both Android and iOS. It attempts to parse a mystery line after the last line of the string at 4743
line = JSON.parse(line);
but the mystery line appears to be a random part of the data, not split at a line break so it throws JSON Syntax Error. Is it a caching issue?The text was updated successfully, but these errors were encountered: