The balance all say "Rate limited" - Any way I can correct that to show a balance?
That's a response from Blockchain(
dot)com's API if you've sent multiple queries in just a short while or your IP is above their limit.
The link is; Pywallet is using that as its main API endpoint and since there's no error response and Pywallet doesn't know how to handle such value, it took that (
rate limited) as your balance.
It was written years ago when Blockchain had less strict limits, BTW.
Use manual query like what Loyce suggested or change the API endpoint in Pywallet's code to another balance check API.