|
Re: Dashboard Error 74
I can't be specific without looking at the code or debugging it, but this error means that the buffer doesn't have the right amount of data to unflatten. Put a probe on the dashboard string and see if you can make sense of the string. Also check that the decode type matches what you expect. If the encode type and decode type differ, you will either get this message or just leave data off the end.
Greg McKaskle
|