Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. GET /video-cut-tool-back-end 200 3.311 ms - 522
  2. Upload sent
  3. Hit Send
  4. Your Video Mode is : single
  5. Your video upload to commons is : true
  6. You Video Audio Disablity is : false
  7. Video Rotation : false
  8. Video Crop : false
  9. Video trim into multiple videos : false
  10. Video trim in to single video : true
  11. Rotate Video : -1
  12. downloading video tmp/tmp-2-1579834200894
  13. user token { key: '069efa3fa9535214369aafabaed09f7e',
  14. secret: 'bd38c21453b75186eb330128e314c9ff3750bb46' }
  15. parsed content { error:
  16. { code: 'mwoauth-invalid-authorization',
  17. info: 'The authorization headers in your request are not valid: No approved grant was found for that authorization token.',
  18. '*': 'See https://commons.wikimedia.org/w/api.php for API usage. Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce> for notice of API deprecations and breaking changes.' },
  19. servedby: 'mw1342' }
  20. /mnt/nfs/labstore-secondary-tools-project/video-cut-tool-back-end/www/js/models/wikiUploadUtils.js:49
  21. const csrfToken = parsedBody.query.tokens.csrftoken
  22. ^
  23.  
  24. TypeError: Cannot read property 'tokens' of undefined
  25. at Request.request [as _callback] (/mnt/nfs/labstore-secondary-tools-project/video-cut-tool-back-end/www/js/models/wikiUploadUtils.js:49:42)
  26. at Request.self.callback (/mnt/nfs/labstore-secondary-tools-project/video-cut-tool-back-end/www/js/node_modules/request/request.js:185:22)
  27. at emitTwo (events.js:126:13)
  28. at Request.emit (events.js:214:7)
  29. at Request.<anonymous> (/mnt/nfs/labstore-secondary-tools-project/video-cut-tool-back-end/www/js/node_modules/request/request.js:1161:10)
  30. at emitOne (events.js:116:13)
  31. at Request.emit (events.js:211:7)
  32. at IncomingMessage.<anonymous> (/mnt/nfs/labstore-secondary-tools-project/video-cut-tool-back-end/www/js/node_modules/request/request.js:1083:12)
  33. at Object.onceWrapper (events.js:313:30)
  34. at emitNone (events.js:111:20)
  35. npm ERR! code ELIFECYCLE
  36. npm ERR! errno 1
  37. npm ERR! video-cut-tool-back-end@0.0.1 start: `node ./bin/www`
  38. npm ERR! Exit status 1
  39. npm ERR!
  40. npm ERR! Failed at the video-cut-tool-back-end@0.0.1 start script.
  41. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  42.  
  43. npm ERR! A complete log of this run can be found in:
  44. npm ERR! /data/project/video-cut-tool-back-end/.npm/_logs/2020-01-24T02_50_01_051Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement