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
Excuse me, it took so long to respond - I've been trying to reproduce this bug since then (although it used to happen quite often back then).
Now I finally got my hands on an active project with 6 working concurrent items, fotolog. Unfortunately, I don't get this error message anymore. Maybe since the grabbing is much slower (and each line shorter), it leads to a much smaller backlog of strings that have to be processed after to the browser startup.
When I "Inspect" the HTML elements that contain logs, the strings are a lot shorter than 2^16=65536, currently the longest log is 38550 characters long. So maybe the problem arises after exceeding this limit of 2^16 characters for a single Javascript string - but that's just a hypothesis
The title sums it up. When I click on "Stop script" everything works just fine without reloading the tab.
Firefox: 43.0b5
The text was updated successfully, but these errors were encountered: