networkmaps icon indicating copy to clipboard operation
networkmaps copied to clipboard

Texture upload fails.

Open sugyo opened this issue 3 years ago • 0 comments

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};
                                                                                       ^

sugyo avatar Apr 10 '22 12:04 sugyo