Re: Re: GRInvalidUtf8Error: Invalid UTF-8 input
Philippe Marschall <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <CA+LFMPjRSZM_HHe0b8V6FDAmqjLMc_ZAVM4b52E5zGgrDhtiwQ@mail.gmail.com> |
On Tue, Jun 21, 2016 at 7:31 PM, Hilaire <[email protected]> wrote: > Hi, > > Le 21/06/2016 19:01, Philippe Marschall a écrit : >> A stack trace would be helpful so that we know where error happens. > > Sadly there is no trace as the debugger does not popup. Only this error > raised, from GRPharoUtf8Codec>>decode: with a call to the invalidUtf8 > method: > > GRPharoUtf8Codec>>invalidUtf8 > GRInvalidUtf8Error signal: 'Invalid UTF-8 input' Ok, it's likely in the server adapter before Seaside actually kicks in then. Can you set a break point in GRPharoUtf8Codec >> #invalidUtf8? My suspect would be ZnZincServerAdaptor >> #convertMultipart: If you can send us the string it's trying to convert that would be helpful. Cheers Philippe