Skip to content
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

Google Sheet #ERROR! Exceeded maximum execution time line 0 #66

Open
mattiaotto opened this issue Nov 22, 2024 · 2 comments
Open

Google Sheet #ERROR! Exceeded maximum execution time line 0 #66

mattiaotto opened this issue Nov 22, 2024 · 2 comments

Comments

@mattiaotto
Copy link

Hello, from this morning the MuFunds formula do not work anymore with the error, #ERROR! Exceeded maximum execution time line 0, is it something that can be fixed?

Thanks,
Mattia

@joseballester
Copy link
Owner

Hi Mattia! This is not a muFunds' error itself, but Google Sheets complaining because the function is taking too much time.

I suspect this could be because:

(a) Many function calls are being performed at the same time (e.g. when you open a spreadsheet with many cells using muFunds). In that case, I would suggest reducing the number of cells using the function or calling muFunds asynchronously, with a time-based trigger. I'm planning to make this easier in the future, because many users find this problem, but in the meanwhile you could find some inspiration here.

(b) Morningstar is responding slowly in that moment. In that case, I would suggest trying again later.

@mattiaotto
Copy link
Author

mattiaotto commented Nov 25, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants