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
Took me like an hour to track it down. (partly because I had made a number of other project changes in the same session, and thought it was due to those changes instead of the above one)
I'd think that either a better error message should be shown, or it should be able to handle an empty data array without error in the first place.
The text was updated successfully, but these errors were encountered:
On further analysis, the error may have been caused by an interaction between the above change and the others mentioned.
I really don't want to go back to check... (was enough of a headache getting things working again), so if this doesn't occur for other people, it was probably just an issue with my project and can be ignored.
When data array is empty, eg:
This very cryptic/uninformative/misleading error occurs: http://i.imgur.com/kZcS21w.png
"Error calling function: AppRegistry:runApplication"
Took me like an hour to track it down. (partly because I had made a number of other project changes in the same session, and thought it was due to those changes instead of the above one)
I'd think that either a better error message should be shown, or it should be able to handle an empty data array without error in the first place.
The text was updated successfully, but these errors were encountered: