Traffic Graphs Broken in 2.4.0.b.20170512.1940?
-
Besides d3 and d3pie, traffic graphs also use nvd3.
https://github.com/novus/nvd3
Do we support D3 v4.x? No, we do not...
-
Well, that settles that than…
I'm glad I wasn't the one who wanted this to start with, I'd have even less friends.. :o
-
Compatibility issue between d3.js and d3pie.js :(
Change reverted
Just updated to " built on Mon May 15 07:27:41 CDT 2017 ". Should I see traffic graphs again? I still see a blank widget and Traffic Graphs aren't listed under "Available Widgets" on the dashboard.
-
pfBlockerNB widget doesn't update download errors frame and it evens doesn't allow to remove the widget to reinstall it again to try to resolve the issue!
-
Change reverted
Forgot to revert it on 'master' branch? I do see its reverted on 2_3 branch (https://github.com/pfsense/pfsense/commit/2684f8d536501177839de9072a5006c1394ef09a)
-
Back to working with 2.4.0.b.20170516.1310
-
Working for me as well.
-
It`s working here as well but…
See attached screen.
Why on LAN traffic is doubled?
-
Updated to 2.4.0.b.20170520.1905, but traffic graph is still blank. Is there another step needed to fix?
-
hmmmm, I'm on that version as well and traffic graphs are working fine for me.
-
Clear browser cache? Ctrl+F5 ?
-
Clear browser cache? Ctrl+F5 ?
Thanks, that worked. Didn't think about it since I tried two different browsers, one of which hasn't been used to access pfSense in a long time. Figured cache would've expired or been cleared by now.
-
This issue still persists, i have 2.4.2 and Traffic Graph is blank and Retrieving CPU data wheel is spinning forever.
Is there any fix for this ? :(
-
There is no fix as there isn't anything reproducible broken (that i know of anyhow).
You will have to investigate a bit more to find why it is not working on your machine. Check browser developer network tab are there any javascript errors? Do requests for ifstat.php get a valid reply? Did already try to clear browser cache right?
-
I did clear browser cache, no java errors, tried on 3 different computers, tried on my iphone, macbook pro, windows pc, linux laptop, tired in incognito i don't think its a browser problem :(
-
Is the request for ifstats.php send by the timer in the browser? What interfaces are requested? And what does it return?
-
Can you help me identify this ifstat.php request ? where should i look for it ? in this scenarie no widget would refresh, i cannot move any widget or close any widget, only way to make things work again si to ingo Traffic Graphs config, and remove all the interfaces from being shown there, then everything starts to work again and Traffic Graphs is hidden.
-
In chrome you would press F12, then on network tab you could filter on the name ifstats and a new requests would show there. Possibly refresh the page with F5 to be sure everything gets shown.. Click one of those ifstats requests and you will be able to view the headers of the send request and also the response, make sure it looks valid from begin with a { until the end }.
![2018-01-30 00_26_29-pfSense.png](/public/imported_attachments/1/2018-01-30 00_26_29-pfSense.png)
![2018-01-30 00_26_29-pfSense.png_thumb](/public/imported_attachments/1/2018-01-30 00_26_29-pfSense.png_thumb) -
Thank you very much for your help ! i did like you told me and there seems to be no response at all from ifstats, please check out the image.
Let me know what you think.
-
no java errors
Perhaps no java error..
But your screenshot shows at the bottom some 'red' text in the 'console' tab, that surely looks like a Javascript error ;). (p.s. Java is not related to Javascript..)Can you copy that text in full into a code # block here on the forum? It might help tell whats going on..