Closed dominikmatt closed 7 years ago
Thank you for the bug report! This was due to a change in the kd-tree code that I missed updating in the annotation code. I believe it's now fixed (9d94dc6b) and I updated the web site; the 500 error on your example URL is gone. If you find further related problems please re-open this ticket.
Thanks again for the clear bug report!
Actual Behavior
When i call the annoation-api example with the jobId
1493115
i get a 500-Error with following message: (http://nova.astrometry.net/api/jobs/1493115/annotations/)ERROR OUTPUT
AttributeError at /api/jobs/1493115/annotations/
'module' object has no attribute 'kdtree_get_positions'
Request Method: GET Request URL: http://nova.astrometry.net/api/jobs/1493115/annotations/ Django Version: 1.11.2 Exception Type: AttributeError Exception Value: 'module' object has no attribute 'kdtree_get_positions'
Exception Location: /home/nova/nova/astrometry/blind/plotann.py in match_kdtree_catalog, line 34 Python Executable: /usr/bin/python Python Version: 2.7.12 Python Path:
Server time: Sun, 20 Aug 2017 08:48:16 -0400