API Error: You are being rate-limited, try again after 60 seconds. Scryfall requires you to constrain API usage to less than 10 requests per second. DO NOT IGNORE THIS WARNING, FAILURE TO ACT WILL RESULT IN A NETWORK BLOCK. If you need access to a large amount of card data, please use our bulk data offerings at https://scryfall.com/docs/api/bulk-data
Has anyone else been getting this error? I've adjusted my code to limit requests to every 600ms (their ask is 500ms) and verified through logging that I'm only sending one API request per entry and it's spaced out time-wise.
Has anyone else been getting this error? I've adjusted my code to limit requests to every 600ms (their ask is 500ms) and verified through logging that I'm only sending one API request per entry and it's spaced out time-wise.