Page 1 of 1

Springfiles maps don't seem to sync

Posted: 29 Jan 2020, 02:02
by PetTurtle
I uploaded my map to springboard springfiles over 2 days ago and it still didn't sync to http://api.springfiles.com/files/maps/?C=M;O=D, this also seems to apply to all other maps uploaded before the 9th. Plz help.

Re: Springfiles maps don't seem to sync

Posted: 29 Jan 2020, 15:28
by gajop
to springboard
do you mean springfiles?
springboard is an editor: you don't upload maps to it

although honestly you can't do much with springboard anyway... :oops:

Re: Springfiles maps don't seem to sync

Posted: 29 Jan 2020, 17:36
by PetTurtle
Sorry, springfiles

Re: Springfiles maps don't seem to sync

Posted: 21 Feb 2020, 01:09
by PetTurtle
springfiles maps stopped syncing again since the 15th

Re: Springfiles maps don't seem to sync

Posted: 21 Feb 2020, 20:44
by abma
@PetTurtle:

thanks for reporting. the mirroring stopped working because of a resource leak which made the service error with "to many open files". very likely this problem is fixed by adding usync.RemoveAllArchives() in "https://github.com/springfiles/upq/comm ... 6f4895R328"

some maps were not mirrored at all, i made a "one shot" which readded these maps and games. when doing this i've changed the way how springfiles and the service synchronizes, this should be more reliable than before.

Re: Springfiles maps don't seem to sync

Posted: 30 Apr 2020, 05:22
by Aquanim
Maps seem to not be syncing properly again, for instance the latest uploaded version of Catwalk is 0.97 https://springfiles.com/spring/spring-maps/catwalk-0

but only 0.91 appears here: https://api.springfiles.com/

Re: Springfiles maps don't seem to sync

Posted: 04 May 2020, 05:53
by Aquanim
The previously missing maps all made it onto Springfiles around 2020-05-02 05:13:50 (not sure what timezone) but maps uploaded since that time don't seem to be registered by the API.

e.g. https://springfiles.com/spring/spring-m ... atrolredux
and version 0.98 of https://springfiles.com/spring/spring-maps/catwalk-0

Re: Springfiles maps don't seem to sync

Posted: 07 May 2020, 23:30
by abma
it took a while but i've simplified the code which syncs springfiles / api.springfiles.com a lot. now springfiles.com directly uses api.springfiles.com for getting mirrors + metadata. this means: when it is on api.springfiles.com, springfiles.com instantly is updated, too.

thanks again for your feedback / patience!