1
0
Fork 0
Commit graph

14 commits

Author SHA1 Message Date
f68db2fb4d Update run-downloadDb.js 2024-02-28 22:26:51 -05:00
b917b77e71 add batching 2024-02-28 22:24:24 -05:00
2f023b919c fix use of createDb 2024-02-28 20:50:46 -05:00
a20a20b3ce skip /search if errors or skipped /media 2024-02-28 18:37:09 -05:00
a76a393a12 Update run-downloadDb.js 2024-02-25 15:04:23 -05:00
78ceefe33f fix initDb always running in downloadDb 2024-02-23 23:31:07 -05:00
d76871d3ac v0 -> v1 db, support adding multiple users 2024-02-18 23:50:08 -05:00
352bb03a90 create db during downloadDb if it is missing 2024-02-13 23:51:43 -05:00
4efcaf013b create downloadUser for amending individual users 2024-02-13 17:51:56 -05:00
ef16b61219 reduce padding in output 2024-02-12 17:01:13 -05:00
04d110d8fe update db file with lastUpdated 2024-02-10 15:13:28 -05:00
3933505fc6 better error handling
- rate limit is stderr, so need to check to make sure only finishing on other errors
- color errors in log
- log errors to userDb
- use fallback date in case dates weren't logged (e.g. /media failed)
- report on not-found users, which may indicate a username change or deleted account
- report on authorization errors
2024-02-10 15:07:54 -05:00
eec7e72ce0 handle /search API after running /media requests 2024-02-09 22:28:41 -05:00
cae6761d24 docs 2024-02-09 21:13:23 -05:00