JSON Error

For some reason I’ve had this error popping up in my log.

16-11-12 18:22:38 aiohttp.client: Attempt to decode JSON with unexpected mimetype: text/plain; charset=“utf-8”

I thought at first it had to do with a custom component that I had initially composed in notepad++ and saved it after I had composed it which messes with the formatting sometimes, but even after unloading my custom components, it still is showing in my log. Its the only error I get in the log and it repeats itself and only started showing up in 0.32.1 Looking back through the terminal output I see where its thrown at, but it doesn’t reference any files or settings. Didn’t know if anybody had this before? Thanks

Check your YAML files. Did you use any special characters like a degree symbol anywhere? This happened to me once.

Same issue here, didn’t had this error before:

aiohttp.client: Attempt to decode JSON with unexpected mimetype: text/plain; charset="utf-8"

How to verify which line it is thrown ?
Running 0.32.3.

This was my problem - the error messages don’t really tell you. I would start by searching any YAML files that were recently changed. Did you copy and paste any examples from a website? That was my issue.

No I’ve poured through my config files, and checked formatting and encoding. I commented out all automations and scripting (as this is where most of my JSON is at) and can’t find it. It’s not really causing a problem, persay, more so my quest for perfection and an error free log.