PresideCMS commands breaking on new 3.1

"ERROR","FILEAPPENDER","05/22/2016","16:11:04","commandbox.system.Shell","The parameter name to function getServerInfo is required but was not passed in. The parameter name to function getServerInfo is required but was not passed in.
   at lucee.runtime.type.UDFImpl.defineArguments(UDFImpl.java:137):137
   at lucee.runtime.type.UDFImpl._call(UDFImpl.java:325):325
   at lucee.runtime.type.UDFImpl.call(UDFImpl.java:229):229
   at lucee.runtime.ComponentImpl._call(ComponentImpl.java:642):642
   at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
   at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1761):1761
   at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:742):742
   at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1590):1590
   at commands.preside.start_cfc$cf.udfCall(C:\Users\[user]\.CommandBox\commands\preside\start.cfc:48):48

Hey Pat, we’ve seen this error message before. Typically, ensuring both CommandBox and preside commands are up to date + clearing out your .CommandBox folder if all else fails has solved the issue (a version compatibility issue).

Can you confirm you’re on the latest commands version? (box install --force preside-commands).

It was both the latest versions of both CommandBox and preside commands and I did clearing out the .CommandBox folder. System is Windows 10 and the version of CommandBox was 3.1.0.00352 - I’ve reverted back to 3.0 - cleared the folders and am running again. Just don’t seem to be able to do the same with 3.1

The command was preside start following a successful preside new site command.