Thanks Carlo ... that will certainly help me solve this problem ... I probably won't be able to get ss3 patched until after ESUG :), but now I know where to look ...

Dale

On 8/10/19 3:20 PM, sk via Pharo-users wrote:
Hi Dale

Looks like a NumberParser error due to the chrome Accept request header including "v=b3".

Chrome sends something like: "
Accept:
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3"
which seems to break on SS3.
You could try wget and receive the same error:��wget --header="Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3" ��"http://ss3.gemtalksystems.com/ss/GTDImplementation"
If you remove v=b3 or modify it to by v=3 then there is no error.

Somewhat related bug report for a different project: https://github.com/emicklei/go-restful/issues/400

Carlo