-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashing during export on 1.0.2 #15
Comments
Copying the errors I saw here from chrome developer mode: Error 1 Access to fetch at 'https://mint.intuit.com/pfm/v1/user' from origin 'chrome-extension://jekpaapjbcmkbilkckepljakpndlpepp' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled. Error 2: Unchecked runtime.lastError: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received |
Thanks for reporting this. Can you test if this error still happens with https://github.com/monarchmoney/mint-export-extension/releases/tag/1.0.3? |
It seems that the issue may be related to rate limiting, as you mentioned. Could you try changing the value of |
I'm actually not sure how to do that - I'm just savvy enough to download and post to GitHub, but im not sure where or how to change this value. If you can direct me to what file it's in I can try and edit it? Do I need to edit the value and then manually rebuild the package myself? |
1.0.5 looks to have fixed the issue, I was able to download balance history for 52 accounts. |
I'm still having this problem, I have 210 accounts. |
Did you try switching them to "show everywhere" in the "hide accounts" tab? |
Yep, all of my accounts are set to "show everywhere". Just tried it again, this time it crashed after about 40 accounts. |
Just to clarify. My issue is the original issue listed in this report, where you get the "Oops, we ran into an error" webpage, and can't log back into Mint for 10 minutes. Not the "xx accounts failed to download" error. |
I ran the extension on 1.0.2 unpacked in developer mode, and cannot export my balances without the extension crashing. I also get an error from mint.com until I close and re-open chrome saying mint.com is unavailable. Wonder if mint is rate limiting? I can usually get to about 40 accounts before it crashes.
I have 205 total accounts
The text was updated successfully, but these errors were encountered: