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]> 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]. > > > 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.
