EmonCMS Error: Can't find variable: _Tr_Vis

Please,

I have the following error message for any selected Dashboard. Even if a create a new one.

Emoncms Version low-write 9.9.5

Is this a know issue?

EmonCMS Error ---------------------- Message: ReferenceError: Can’t find variable: _Tr_Vis URL: http://10.0.0.11/emoncms/Modules/vis/widget/vis_render.js Line: 21 Column: 29 Error object: {“line”:21,“column”:29,“sourceURL”:“http://10.0.0.11/emoncms/Modules/vis/widget/vis_render.js”}

10

Thank you!

The first step is to try and force reload the page to bypass your browser cache (usually Ctrl-F5), or try a “private” browser session.

Have you tried either of those?

Exactly that same error is seen in this post (Dashboards widgets missing since emonpi update - #3 by Frits)

We ended up having to reset the Module repo. Looks like something may be broken with the update (@glyn.hudson, @TrystanLea, @Gwil)

If you have SSH access;

cd /var/www/emoncms/Modules/dashboard
sudo git status

please and from the admin screen look and see what the version number of the Dashboard Module is.

[edit] Can you do a database check and update from the administration page as well please.

1 Like

Brian,

Thank you for your help.
I have this:

On branch stable
Your branch is up-to-date with 'origin/stable',
nothing to commit, working directory clean

Following your orientations in the other topic, it appears to be solved now:

rpi-rw
cd /var/www/emoncms/Modules/dashboard
sudo git reset --hard
sudo git pull

It is working in Linux machine in my office, I will try also at home in my Mac.

1 Like

On the basis of the status message saying you were up-to-date I’m not sure why it should have fixed anything, but if it did, then all is well!

1 Like

It started after an update, like reported in the other topic.
I did the update using Administration interface.
Now I have low-write 9.9.5.

1 Like