-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
json.decoder.JSONDecodeError when using glmScore #169
Comments
Thanks very much for the terrific debugging effort !! A fix for the issue is being investigated. |
Hi @bkemper24 is there any update about this? With latest viya versions (2023.05 up to 2023.12 so far I have been testing) there are plenty of cas actions returning an invalid json file which make swat unusable with HTTP protocol. |
I was able to recreate what appeared to be the problem you were hitting using the glmScore action. The issue was a CAS server side issue. The fix ( for the issue I was seeing ) went into 2023.12. I am currently not seeing any more json decoder issues, if you are still seeing problems with 2023.12, could you please give me some examples of the actions you are running that are hitting the problem so I can look into it further ? |
You're right, actually I tested up to 2023.11 (the scheduled update on our system was delayed so I was mistaken). Thank you |
Hi, I'm running this action:
The action on cas completes successfully, but swat dies reading the response:
I debugged the line where it happens, method
invoke
ofconnection.py
:I extracted the
txt
content to see what is wrong, here's thetxt
:The deconding error appears to be around these lines:
In fact, that's not a valid json value. How can this be solved?
Details:
Thank you
The text was updated successfully, but these errors were encountered: