aboutsummaryrefslogtreecommitdiffhomepage
path: root/dummy-data/octoprint/api/status_printer_offline-error.json
blob: 10fa163e2712431cebbf43d2fd3e59e523e0969d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
	"error": "SerialException: device reports readiness to read but returned no data (device disconnected or multiple access on port?)",
	"job": {
		"averagePrintTime": null,
		"estimatedPrintTime": null,
		"filament": null,
		"file": {
			"date": null,
			"display": null,
			"name": null,
			"origin": null,
			"path": null,
			"size": null
		},
		"lastPrintTime": null,
		"user": null
	},
	"progress": {
		"completion": null,
		"filepos": null,
		"printTime": null,
		"printTimeLeft": null,
		"printTimeLeftOrigin": null
	},
	"state": "Offline after error"
}