Francisco Dadone

Results 2 issues of Francisco Dadone

**Describe the bug** I get Unprocessable Entity when passing usertags to upload a clip. (From NodeJS) **To Reproduce** ```js const FormData = require('form-data'); const formData = new FormData(); formData.append('sessionid', sessionid);...

bug

**Describe the bug** Getting invalid parameters when trying to login using 2FA. **To Reproduce** curl -X 'GET' \ 'http://localhost:8000/auth/login' \ -H 'accept: application/json' \ -H 'Content-Type: application/x-www-form-urlencoded' \ -d 'username=&password=&verification_code='...

bug