Skip to content
This repository has been archived by the owner on Apr 28, 2018. It is now read-only.

Foursquare not working #72

Open
jhugman opened this issue Dec 2, 2016 · 1 comment
Open

Foursquare not working #72

jhugman opened this issue Dec 2, 2016 · 1 comment

Comments

@jhugman
Copy link
Contributor

jhugman commented Dec 2, 2016

From the server logs.

Dec 02 15:24:27 ip-172-31-12-95 python[18051]: ERROR:prox:Exeption hitting foursquare
Dec 02 15:24:27 ip-172-31-12-95 python[18051]: Traceback (most recent call last):
Dec 02 15:24:27 ip-172-31-12-95 python[18051]:   File "app/search.py", line 89, in getVenueDetailsFromProvider
Dec 02 15:24:27 ip-172-31-12-95 python[18051]:     info = resolve(idObj)
Dec 02 15:24:27 ip-172-31-12-95 python[18051]:   File "app/providers/fs.py", line 7, in resolve
Dec 02 15:24:27 ip-172-31-12-95 python[18051]:     fsId = idObj["namespace_id"]
Dec 02 15:24:27 ip-172-31-12-95 python[18051]: KeyError: 'namespace_id'
@liuche
Copy link
Contributor

liuche commented Dec 3, 2016

Looks like it could because the fs code is using the Factual namespace_id, rather than fetching from the regex slug like Yelp.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants