Appear to have issue with Wink hub starting today

I noticed my automations were not working a bit ago (may have been a while but I just noticed). Took a look at HA and I’m getting this error:

[quote]15-12-06 17:23:48 homeassistant.bootstrap: Error during setup of component wink
Traceback (most recent call last):
File “/usr/local/lib/python3.4/dist-packages/homeassistant/bootstrap.py”, line 98, in _setup_component
if not component.setup(hass, config):
File “/usr/local/lib/python3.4/dist-packages/homeassistant/components/wink.py”, line 47, in setup
if func_exists():
File “/home/aamjohns/.homeassistant/lib/pywink/init.py”, line 582, in get_bulbs
return get_devices(‘light_bulb_id’)
File “/home/aamjohns/.homeassistant/lib/pywink/init.py”, line 568, in get_devices
j = requests.get(arequestUrl, headers=headers).json()
File “/usr/local/lib/python3.4/dist-packages/requests/models.py”, line 805, in json
return complexjson.loads(self.text, **kwargs)
File “/usr/lib/python3.4/json/init.py”, line 318, in loads
return _default_decoder.decode(s)
File “/usr/lib/python3.4/json/decoder.py”, line 343, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File “/usr/lib/python3.4/json/decoder.py”, line 361, in raw_decode
raise ValueError(errmsg(“Expecting value”, s, err.value)) from None
ValueError: Expecting value: line 1 column 2 (char 1)[/quote]

Verified the Wink hub is working with my phone and Amazon Echo.

With some help from Paulus, I found out it was my access token. I used the form on this site to get a new token and put that in and now everything is working.