Hi, all
I can't post a review to server with rbt command on Windows.
My comnad and errors like below:
D:\glsearch\platform-system\wemeta>rbt post --diff-filename out.diff
CRITICAL: 'ascii' codec can't decode byte 0xb0 in position 1: ordinal not
in range(128)
My system is win10, and my python version is Python 2.7.9.
What's the problem and what can i do?
--
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.
Index: pom.xml
===================================================================
--- pom.xml (revision 383655)
+++ pom.xml (working copy)
@@ -17,7 +17,7 @@
<module>biz</module>
<module>web</module>
<module>services</module>
- <module>common</module>
+ <!--<module>common</module>-->
</modules>
<properties>