Closed norbusan closed 5 years ago
Oh! I see, I actually removed the count attribute because it was fixed to 1
and I did not found a reason why it should every be another number.
So thats ok, omit the number!
So it is working now even on device, let us close this.
With current susi_server we get the following crash
I bisected this and the bad commit introducing this is 3e27f092dbc46247720013d3f158d0b2a071a0f8 refactoring answer computation
Relevant change in the json answers:
Relevant change in source code:
Tje susi_python code does:
For now I have removed the
count
related part of the query code in susi_python, see https://github.com/fossasia/susi_python/commit/b9823a0cf0f97f8f370de44fe7368af7b6cb1c18 but I would like to ask @Orbiter @stealthanthrax @hongquan whether this is the correct fix or whether the server should be changed to re-include the count argument.