On 13 jan, 11:49, YC <[email protected]> wrote:
> Hi! Thanks for following up. I just found out the problem.
> It was my code problem. I did not use binary flag when opening a file.
> So the raw post data that contain non-english character was not
> written into that file.
>
> The following is the solution.
> File.open(filename, 'wb') do |f|
>   f.puts request.raw_post
> end

Glad to hear, and thanks for sharing the solution. I am still
wondering why the PuSH bot didn't work earlier though. Is anyone else
having problems, or is it just me?

Reply via email to