jomo
jomo
``` js if (err || (is_uuid && !profile)) { // error or uuid without profile if (!err && !profile) { // no error, but uuid without profile ``` As commented...
Found another one where there were actually two different UUIDs - `5fc215bd-8306-4396-971a-5670ff2a6529` - `4374362b-e8f3-43eb-8311-11db5b109fac` However, both share the [same skin](http://textures.minecraft.net/texture/4f4e479f9d6d56de4bb75a957719903e212d17b3b90ac25ddddf74f728219). I used [crafatar/mojang_fake_api](https://github.com/crafatar/mojang_fake_api) to always return that texture URL (but...
I started logging the Buffer type + length: ``` js exp.draw_model = function(rid, img, scale, helm, body, callback) { var image = new Image(); // ... logging.debug(rid, "typeof img", typeof...
> some fucked up reason nvm :see_no_evil: > image not found, using default. And the `mhf_alex_skin.png` file is exactly `997` bytes. All good so far :+1: But this > uses...
After thinking about it a little, it does actually make some sense. The error is thrown when `image.src` is set to an empty buffer, but it's logged much later. All...
@reednj doesn't seem like it: [User-Agent](https://tools.ietf.org/html/rfc1945#section-10.15): > The User-Agent request-header field contains information about the user agent originating the request. This is for statistical purposes, the tracing of protocol violations,...
Actually, the [comment](https://tools.ietf.org/html/rfc1945#section-2.2) part of the User-Agent allows it: > Comments may be included in some HTTP header fields by surrounding the comment text with parentheses. Comments are only allowed...
It gets picked up by Thunderbird all the time and I think it's perfectly reasonable. There are URLs rendered as links, but the target is not what it _seems_ to...
AFAIK unpaid accounts can no longer have a username. I'm quite sure that you can only pick a username after you bought the game. Might make some sense for the...
About the unpaid accounts: [Mojang has announced](https://twitter.com/Marc_IRL/status/339555015565922304) that registered but unpaid usernames will be withdrawn. I bet this will happen before name changing is enabled.