1
0
Fork 0
Commit graph

6 commits

Author SHA1 Message Date
cb4effa348 fix /search mode prematurely starting
sometimes 'exit' would be called before 'close', and 'close' didn't do the safety check 'exit' did, making `--running` run twice; additionally, proc.exitCode was always null, check codeOrError instead from the proc.on callback
2024-02-14 22:32:00 -05:00
ef16b61219 reduce padding in output 2024-02-12 17:01:13 -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
121452e1c9 organize 2024-02-09 20:43:24 -05:00