Untappd location checkin

Does the location checkin for untappd only work if an individual user has linked their account? I would have expected just the fact that I connected the server to the foursquare API and set a venue ID to be enough, but when it checked in it didn’t have a location. Log says, “(untappd) Foursquare not available, not adding location info.”

I hacked in my lat/lon for now and have it checking in for everyone.

That sounds like a bug. “Foursquare not available” means the untappd plugin couldn’t find the foursquare plugin instance at runtime.

I just realized I had supervisor stuff stopped (including celery) and was running kegbot server from the command line. I wasn’t sure how else to view the logs. But this could have given me a false error.