KeymanWeb is not working on my site

How can I fix it?

Here is the code:

<script src="https://s.keyman.com/kmw/engine/2.0.473/keymanweb.js"></script>

<!-- 
  For desktop browsers, a script for the user interface must be inserted here.
   
  Standard UIs are toggle, button, float and toolbar.  
  The toolbar UI is best for any page designed to support keyboards for 
  a large number of languages.
-->
<script src="https://s.keyman.com/kmw/engine/2.0.473/kmwuitoggle.js"></script>

<!-- Initialization: set paths to keyboards, resources and fonts as required -->
<script>
  (function(kmw) {
    kmw.init();
    kmw.addKeyboards('@eng');
    kmw.addKeyboards('@clm');
  })(tavultesoft.keymanweb);
</script>
   <!-- KeymanWeb script --> 

Hi @montler_unt_edu,

I have visited your site and observed the issue. The Keyman site appears to be returning an error trying to load your keyboards, we are looking into it; tracking this issue at https://github.com/keymanapp/r.keymanweb.com/issues/8

I think we’ve got things working properly again – was a server glitch.

This conversation has been resolved.