Is the rest platform Broken or is it me
If i put this in a browser
http://api.forismatic.com/api/1.0/?method=getQuote&format=json&lang=en
I get
{"quoteText":"If you would take, you must first give, this is the beginning of intelligence. ", "quoteAuthor":"Lao Tzu ", "senderName":"", "senderLink":"", "quoteLink":"http://forismatic.com/en/c56dff928c/"}
back
when I look at the Logs I see
File "aiohttp/_http_parser.pyx", line 523, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: invalid HTTP method
2018-12-18 10:18:48 ERROR (SyncWorker_1) [homeassistant.components.sensor.rest] Error fetching data: <PreparedRequest [GET]> from http://api.forismatic.com/api/1.0/?method=getQuote&format=json&lang=en failed with HTTPConnectionPool(host='api.forismatic.com', port=80): Max retries exceeded with url: /api/1.0/?method=getQuote&format=json&lang=en (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9da4b4d0b8>: Failed to establish a new connection: [Errno -3] Try again',))
2018-12-18 10:18:48 ERROR (SyncWorker_8) [homeassistant.components.sensor.rest] Error fetching data: <PreparedRequest [GET]> from http://api.icndb.com/jokes/random?firstName=Chuck&lastName=Norris&limitTo=[nerdy] failed with HTTPConnectionPool(host='api.icndb.com', port=80): Max retries exceeded with url: /jokes/random?firstName=Chuck&lastName=Norris&limitTo=[nerdy] (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9da294b9e8>: Failed to establish a new connection: [Errno -3] Try again',))
2018-12-18 10:18:48 WARNING (MainThread) [homeassistant.components.sensor] Platform rest not ready yet. Retrying in 90 seconds.
2018-12-18 10:18:48 WARNING (MainThread) [homeassistant.components.sensor] Platform rest not ready yet. Retrying in 90 seconds.
Did I miss something