[GeoNode-devel] 2.8rc11 API errors
Dave Kennewell
davekennewell at gmail.com
Sun Feb 11 02:54:59 PST 2018
Hi all,
I'm testing 2.8rc11, and any call to the /api/base or /api/layers or
/api/maps endpoint gives the following error:
Internal Server Error: /api/layers/
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/tastypie/resources.py",
line 211, in wrapper
response = callback(request, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/tastypie/resources.py",
line 438, in dispatch_list
return self.dispatch('list', request, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/tastypie/resources.py",
line 470, in dispatch
response = method(request, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/geonode/api/resourcebase_api.py",
line 666, in get_list
**self.remove_api_resource_names(kwargs))
File "/usr/local/lib/python2.7/dist-packages/tastypie/resources.py",
line 2100, in obj_get_list
applicable_filters = self.build_filters(filters=filters)
File "/usr/local/lib/python2.7/dist-packages/geonode/api/resourcebase_api.py",
line 134, in build_filters
filters=filters, ignore_bad_filters=False, **kwargs)
TypeError: build_filters() got an unexpected keyword argument
'ignore_bad_filters'
Can someone replicate this or is it my config error?
thanks
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-devel/attachments/20180211/d1d51825/attachment.html>
More information about the geonode-devel
mailing list