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
Also happens with readTSV and other functions that use catchHttpResonse. readJson crashes when trying to read it: com.beust.klaxon.KlaxonException: Unexpected character at position 0: 'b' (ASCII: 98)', but this too should be caught.
The text was updated successfully, but these errors were encountered:
No, it makes no sense to display list the files in the directory and interpret that String as csv.
It should either throw an exception, or concatenate all CSVs in the directory and read them all :)
Also happens with
readTSV
and other functions that usecatchHttpResonse
.readJson
crashes when trying to read it:com.beust.klaxon.KlaxonException: Unexpected character at position 0: 'b' (ASCII: 98)'
, but this too should be caught.The text was updated successfully, but these errors were encountered: