[Fixed] Module 'numpy' has no attribute 'asscalar'

Thanks @rickhurlbatt. Since posting I have done quite a bit more debugging and discovered that when the code gets to the ‘return’ line at the end of the sever function its throwing this error so not sure why its throwing a ‘numpy’ error, when there is no reference to numpy in my code. Trying to return a dictionary object which seems to be the issue.

1 Like