-
Hiya!! I was wondering if anyone was able to help me with an error I get when I run my experiment. It ran when I didn't have data saving externally to an excel .csv file, but now I'm getting the error Any help would be much appreciated!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @Swatermx, The "No plugin loaded ..." error almost always means that the |
Beta Was this translation helpful? Give feedback.
Hi @Swatermx,
The "No plugin loaded ..." error almost always means that the
.js
file for the plugin isn't included in the experiment. You may need to add a<script>
tag to load it.Here's a relevant section from the tutorial.