leetcode-downloader
leetcode-downloader copied to clipboard
Download your accepted LeetCode submissions
HTTP 429 too many requests
I can only download at most 60 submissions. Maybe the script should respect the leetcode API rate limit? ``` { Error: Request failed with status code 429 at createError (/Users/xxx/Projects/leetcode-downloader/node_modules/axios/lib/core/createError.js:16:15)...
submissions.json is empty: [ ]
After `http_proxy= https_proxy= node fetch-submissions.js` I got in the console: ``` Done fetching ``` but the resulting `submissions.json` (and `zero-submissions.json`) files contain only `[]`. The cookie is set and I...
Unhandled promise rejection (rejection id: 2): Error: connect EINVAL 0.0.31.182:443
I followed the instructions given and `node fetch-submissions.js` gives me the following: ``` (node:18346) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: connect EINVAL 0.0.31.182:443 - Local (0.0.0.0:0) (node:18346) [DEP0018]...