clcert / psifos-frontend

Frontend (ReactJS) of project Psifos Voting
0 stars 0 forks source link

Crear segunda pregunta con mixnet #114

Open fermacias opened 1 year ago

fermacias commented 1 year ago

REPRO

ESPERADO La pregunta se crea exitosamente

BUG Aparece el siguiente error

Compiled with problems:
×
ERROR
Failed to execute 'readAsText' on 'FileReader': parameter 1 is not of type 'Blob'.
TypeError: Failed to execute 'readAsText' on 'FileReader': parameter 1 is not of type 'Blob'.
    at filesToString (http://localhost:3000/static/js/bundle.js:10517:12)
    at HTMLUnknownElement.callCallback (http://localhost:3000/static/js/bundle.js:104529:18)
    at Object.invokeGuardedCallbackDev (http://localhost:3000/static/js/bundle.js:104573:20)
    at invokeGuardedCallback (http://localhost:3000/static/js/bundle.js:104628:35)
    at invokeGuardedCallbackAndCatchFirstError (http://localhost:3000/static/js/bundle.js:104642:29)
    at executeDispatch (http://localhost:3000/static/js/bundle.js:108264:7)
    at processDispatchQueueItemsInOrder (http://localhost:3000/static/js/bundle.js:108290:11)
    at processDispatchQueue (http://localhost:3000/static/js/bundle.js:108301:9)
    at dispatchEventsForPlugins (http://localhost:3000/static/js/bundle.js:108310:7)
    at http://localhost:3000/static/js/bundle.js:108488:16
camilog commented 1 year ago

No recuerdo bien si podemos soportar esto a nivel de mixnet. @JaramilloCris recuerdas si podríamos tener algún problema? Tengo en mi cabeza que tenemos las cosas establecidas para solamente crear una pregunta mixnet

JaramilloCris commented 1 year ago

Diria que no se puede más de una pregunta mixnet por temas de como esta hecho, habria que darle una vuelta si es posible

JaramilloCris commented 1 year ago

@fermacias yo si pude generar dos preguntas mixnet :thinking: quizas hay algo raro ahí :thinking: