deckbsd/glouton-satnogs-data-downloader

Question/Support

Opened this issue · 0 comments

Hello !

thank you for your work, I would like to download data from the satnogs network and I think this project is very interesting.
I have completed the installation as follow

git clone https://github.com/deckbsd/glouton-satnogs-data-downloader.git
cd glouton-satnogs-data-downloader
python ./setup.py install

I have created an account on https://db.satnogs.org/ and I have added my API key in the config file (/glouton/config.json).

However, when I use the command python ./bin/glouton -s 2018-01-20T00:51:54 -e 2018-01-21T00:51:54 -n 28654 , I only get a list of log of the type :

...
job 3 scanning page...19
job 4 scanning page...20
job 1 terminated
job 3 terminated
job 4 terminated
job 2 scanning page...22
job 2 terminated
job 3 scanning page...23
job 3 terminated
job 1 scanning page...21
job 1 terminated
job 4 scanning page...24
job 4 terminated
...

but the log never ends and I cannot get any data.... what am I missing ?
could you please provide a small guide for dummies ? xD

Thanks and regards,

Simon