AtlasOfLivingAustralia / ecodata

Data capture webservices supporting Biocollect and other apps
https://ecodata.ala.org.au/documentation/index
8 stars 15 forks source link

Bookmark (location) service not working #81

Closed nickdos closed 9 years ago

nickdos commented 9 years ago

Getting list of bookmarked location for a user is throwing a 404:

http://ecodata-sightings-dev.ala.org.au/location/user/13

Also adding a new bookmark is also failing:

POSTing to http://dev.ala.org.au:8090/pigeonhole/ajax/saveBookmarkLocation with JSON payload:

{
  "locality":"Apex Shoes, 318, Oxford Street, Paddington, Sydney, New South Wales, 2021, Australia",
  "userId":"13","decimalLatitude":-33.8855301,"decimalLongitude":151.2283397
}

results in 500 error.

nickdos commented 9 years ago

Re-read email and noticed I needed updated config...