Open whatyougonnado opened 3 years ago
The answer to the captcha is written in the text beside it, i.e the text that is visible in your screenshot: "write makehuman backwards". The answer is thus "namuhekam".
The problem in the stack trace is a unicode decode error. Based on where the error occurs, I'd say you either have a material with a filename with an illegal character, or that the material descriptor (the .mhmat file) contains such characters.
Obviously we'd wish any possible combination of system character encodings, file encodings and serializations would work, but we're not there yet.
The only workaround I can suggest in this case is to first try making sure all characters in filenames and inside .mhmat and .mhclo files are valid UTF-8. And if it still doesn't work, go further and make everything valid ASCII (that is, only american characters, a-zA-Z0-9)
I've been experimenting with the chardet library. It seems to be available in Blender, too. So we could consider to use it for encoding guessing. I'll post some code proposals internally first.
Hi! I used makehuman-community 1.2.0(final) at http://www.makehumancommunity.org/content/makehuman_120.html and Blender 2.83(LTS).
Because I can't see the captcha at a register page in makehuman homepage, I ask in here.
When I make a connection between two, there is a problem. I follow https://github.com/makehumancommunity/makehuman-plugin-for-blender/issues/87 and https://github.com/makehumancommunity/makehuman-plugin-for-blender/issues/62. So I turn off or turn on this smooth button But, not working, is there other ways to make a connection without error?