-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtriaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team
Description
On stable 3.19.0
On command flutter pub get (though I imagine it doesn't matter)
This is the fourth biggest crasher on stable
FormatException: Unexpected end of input (at character 1)
at _ChunkedJsonParser.fail(convert_patch.dart:1376)
at _ChunkedJsonParser.close(convert_patch.dart:494)
at _parseJson(convert_patch.dart:36)
at JsonDecoder.convert(json.dart:610)
at JsonCodec.decode(json.dart:216)
at jsonDecode(json.dart:155)
at Session._refreshSessionData.parseContents(session.dart:83)
at Session._refreshSessionData(session.dart:93)
at Session.getSessionId(session.dart:42)
at UserProperty._toMap(user_property.dart:63)
at UserProperty.preparePayload(user_property.dart:50)
at generateRequestBody(utils.dart:109)
at AnalyticsImpl.send(analytics.dart:599)
at FlutterCommand._sendPostUsage(flutter_command.dart:1650)
at FlutterCommand.run.<anonymous closure>(flutter_command.dart:1394)
at <asynchronous gap>(async)
at AppContext.run.<anonymous closure>(context.dart:153)
at <asynchronous gap>(async)
at CommandRunner.runCommand(command_runner.dart:212)
at <asynchronous gap>(async)
at FlutterCommandRunner.runCommand.<anonymous closure>(flutter_command_runner.dart:355)
at <asynchronous gap>(async)
at AppContext.run.<anonymous closure>(context.dart:153)
at <asynchronous gap>(async)
at FlutterCommandRunner.runCommand(flutter_command_runner.dart:295)
at <asynchronous gap>(async)
at run.<anonymous closure>.<anonymous closure>(runner.dart:119)
at <asynchronous gap>(async)
at AppContext.run.<anonymous closure>(context.dart:153)
at <asynchronous gap>(async)
at main(executable.dart:90)
at <asynchronous gap>(async)
richard457
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtriaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team