Chris Geer

Results 4 comments of Chris Geer

Here is a related error... `SparkleXrm.js:21 Uncaught ReferenceError: WEB_RESOURCE_ORG_VERSION_NUMBER is not defined at Function.scriptLoader.load.Xrm.PageEx.getCacheKey (SparkleXrm.js:21) at Function.SparkleXrm.LocalisedContentLoader.loadContent (SparkleXrmUI.js:229) at Function.ClientUI.View.ConnectionsView.Init (ClientUI.js:39)`

It looks like it's because local user variable is never set. Looks like somewhere `this.user = this.app.getUser()` needs to be called.

You can get around this by removing uvloop from the requirements file. Not sure if it causes problems later but it does allow pip to finish.