ERROR: BadApiKeyError: API key does not exist

Getting this error quite a bit in my Admin Log:

E GET /api/v1/flow-toggles/
Oct. 12, 2014, 4:16 a.m. (pykeg.web.api.util) BadApiKeyError: API key does not exist
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/pykeg/web/api/middleware.py", line 72, in process_view
    util.check_api_key(request)
  File "/usr/local/lib/python2.7/dist-packages/pykeg/web/api/util.py", line 69, in check_api_key
    raise kbapi.BadApiKeyError('API key does not exist')
BadApiKeyError: API key does not exist

Any ideas?

Was you tablet connected to a different server at some point? I got something similar after migrating to digital ocean. I had to delete and reload the flow meters.

That seemed to do the trick! Thanks. :slight_smile: