networkmaps
networkmaps copied to clipboard
Texture upload fails.
Texture upload fails with this.data.user[this.data.session[sessionid].user].textures undefined.
POST /upload/texture HOST:127.0.0.1:3000 USER AGENT:Mozilla/5.0 ...
Ready
{
format: 'png',
size: 21141,
width: 420,
height: 420,
space: 'srgb',
channels: 4,
depth: 'uchar',
density: 144,
isProgressive: false,
hasProfile: false,
hasAlpha: true
}
/work/networkmaps/lib/usermgt.js:2099
this.data.user[this.data.session[sessionid].user].textures[digest] = {"name": filename};
^