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

Error: [$interpolate:interr] #329

Open
headyj opened this issue Aug 10, 2018 · 5 comments
Open

Error: [$interpolate:interr] #329

headyj opened this issue Aug 10, 2018 · 5 comments

Comments

@headyj
Copy link

headyj commented Aug 10, 2018

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

@nelaturuk
Copy link

I am seeing the same issue.is there any fix for this ?

@mikeyb
Copy link

mikeyb commented Aug 29, 2018

TypeError: result.toFixed is not a function
I would check to make sure that call is returning a valid result and not null or undefined

@marcosmartinez7
Copy link

marcosmartinez7 commented Dec 11, 2018

Same issue here, any updates?

Im using the latest version

@5chdn
Copy link

5chdn commented Dec 11, 2018

Does it also happen with https://github.com/goerli/ethstats-server ?

@ghost
Copy link

ghost commented Jun 8, 2022

This happens since the filter function doesn't check the input type, adding a simple type test would address this issue.

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

5 participants