From b7badcbf0274f3f0e2dcacfa8548bf7ae4522212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Mon, 12 Jan 2015 16:55:38 +0100 Subject: [PATCH] Fix error where API state is requested and printer is offline (cherry picked from commit 619fe9a) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87e44208..c656fe43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,8 @@ * [#580](https://github.com/foosel/OctoPrint/issues/580) - Properly unset job data when instructed so by callers * [#604](https://github.com/foosel/OctoPrint/issues/604) - Properly initialize settings basedir on server startup +* [#679](https://github.com/foosel/OctoPrint/issues/679) - Fix error where API state is requested and printer is offline + (backport of [619fe9a](https://github.com/foosel/OctoPrint/commit/619fe9a0e78826bd1524b235a910156439bcb6d7)). * [IRC] Also allow downloading .g files via Tornado ([Commits](https://github.com/foosel/OctoPrint/compare/1.1.0...1.1.1))