-
Notifications
You must be signed in to change notification settings - Fork 550
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
Error: [$interpolate:interr] #329
Comments
I am seeing the same issue.is there any fix for this ? |
|
Same issue here, any updates? Im using the latest version |
Does it also happen with https://github.com/goerli/ethstats-server ? |
This happens since the filter function doesn't check the input type, adding a simple type test would address this issue. |
Hello,
I'm having some issues on the dashboard. It looks like the data are not properly refreshed (I have to manually restart the dashboard to update it) and the console is sending a lot of error logs like this one:
netstats.min.js:110 Error: [$interpolate:interr] http://errors.angularjs.org/1.2.28/$interpolate/interr?p0=%7B%7B%20lastDifficulty%20%7C%20totalDifficultyFilter%20%7D%7D&p1=TypeError%3A%20result.toFixed%20is%20not%20a%20function at netstats.min.js:24 at Object.p (netstats.min.js:98) at h.$digest (netstats.min.js:128) at h.$apply (netstats.min.js:131) at netstats.min.js:362 (anonymous) @ netstats.min.js:110 (anonymous) @ netstats.min.js:86 p @ netstats.min.js:99 $digest @ netstats.min.js:128 $apply @ netstats.min.js:131 (anonymous) @ netstats.min.js:362
Could you please help me fixing this issue?
EDIT: the corrected link leads to this page: https://docs.angularjs.org/error/$interpolate/interr?p0=%7B%7B%20lastDifficulty%20%7C%20totalDifficultyFilter%20%7D%7D&p1=TypeError:%20result.toFixed%20is%20not%20a%20function
Thanks
The text was updated successfully, but these errors were encountered: