My devserver is indeed a staging server. Also, I have written a couple of extensions for our specific workflow in the organization. For that too I need a devserver.
I validated that MySQL 5.6 does not produce this warning. I will upgrade to MySQL 5.6 soon. Thanks Koushik On Friday, December 23, 2016 at 1:37:04 AM UTC-5, Christian Hammond wrote: > > What's the purpose of your dev server? Depending on needs, SQLite might be > a better option, but probably not if this is a staging server. > > You might want to try a newer version of MySQL. I might be wrong, but I > don't believe I've hit this issue with 5.6. When in DEBUG = True mode, > warnings will propagate as errors. You may have to configure MySQL to > ignore the error code. > > Christian > > > On Thu, Dec 22, 2016 at 10:40 Koushik Roy <[email protected] <javascript:>> > wrote: > >> Christian, >> There is still one problem, though. >> For a development server where an exception is raised due to this utf8 >> warning, creating new review request fails. >> >> rbt post --server=http://localhost:8080 >> Generating diff for pending changeset default >> >> ==> HTTP Authentication Required >> Enter authorization information for "Web API" at localhost:8080 >> Username: admin >> Password: >> ERROR: Error uploading diff >> >> >> One or more fields had errors (HTTP 400, API Error 105) >> >> path: Invalid utf8 character string: 'C96A49' >> >> Your review request still exists, but the diff is not attached. >> >> http://localhost:8080/r/5/ >> >> >> Any advice? >> >> Thanks, >> >> Koushik >> >> >> >> >> >> >> >> >> >> -- >> >> >> Supercharge your Review Board with Power Pack: >> https://www.reviewboard.org/powerpack/ >> >> >> Want us to host Review Board for you? Check out RBCommons: >> https://rbcommons.com/ >> >> >> Happy user? Let us know! https://www.reviewboard.org/users/ >> >> >> --- >> >> >> You received this message because you are subscribed to the Google Groups >> "reviewboard" group. >> >> >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> >> >> For more options, visit https://groups.google.com/d/optout. >> >> >> -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
