View Issue Details

IDProjectCategoryView StatusLast Update
0005914Spring engineGeneralpublic2018-03-01 22:44
Reportersilentwings Assigned Toabma  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Summary0005914: SpringFiles: new map not appearing via API
Descriptionhttps://springfiles.com/spring/spring-maps/cervino does not appear on http://api.springfiles.com/files/maps/?C=M;O=D
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

abma

2018-03-01 22:44

administrator   ~0018863

hm, that was a weird error:

springfiles.com is running ubuntu 14.04.

for some reason ubuntu choose to update apache to use latest fancy https stuff which makes it work correctly with https certificates and the alternate names.

for downloading urllib (python lib) was used which seems to not support this: but instead of failing with an error it just hanged.

workarround for this was: switch to "requests" for downloading and disable https verification (it runs on localhost, so what...)

https://github.com/springfiles/upq/commit/e7e82554bc027431116084966e5cb30c0875ae2d

Issue History

Date Modified Username Field Change
2018-03-01 19:14 silentwings New Issue
2018-03-01 22:44 abma Assigned To => abma
2018-03-01 22:44 abma Status new => resolved
2018-03-01 22:44 abma Resolution open => fixed
2018-03-01 22:44 abma Note Added: 0018863