Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

yotta / pictogram

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 60
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Closed
Open
Issue #431 opened Jan 04, 2018 by Miguel Ángel García Cumbreras@magc 
  • New issue
New issue

Prueba 4.3 apartado 1: cambio entre tableros. En tablet muestra transiciones raras volviendo a login, entrando..varias veces, hasta que carga todo

¿No se puede hacer de forma transparente y que no muestre esos cambios de ventanas?

  • Fernando Martínez Santiago @dofer commented Jan 04, 2018
    Developer

    cuando se cambia de tablero activo, que supongo que es a lo que te refieres, se vuelve al login porque es un cambio mayor, y no es algo que se espere que pase a cada momento. De todos modos, le he dado una vuelta, tanto en modo supervisor como alumno, parece que va fino

    cuando se cambia de tablero activo, que supongo que es a lo que te refieres, se vuelve al login porque es un cambio mayor, y no es algo que se espere que pase a cada momento. De todos modos, le he dado una vuelta, tanto en modo supervisor como alumno, parece que va fino
  • Fernando Martínez Santiago @dofer

    closed

    Jan 04, 2018

    closed

    closed
    Toggle commit list
  • Fernando Martínez Santiago @dofer commented Jan 04, 2018
    Developer

    El problema es porque por websockets llega el mensaje por duplicado, por eso hace ese raro. Lo estoy controlando desde la tableta, pero el server no deberia enviar duplicados, obviamente. Esto es lo que recibo cuando hay un cambio de tablero:

    01-04 22:22:48.043 13968-14162/com.yottacode.pictogram.yotta_tablet E/com.yottacode.pictogram.net.websockets.StudentTalk: *****************************************raw Received message {"license":{"creation_ts":"2017-06-01T09:41:54.000Z","activation_ts":"2017-06-01T09:42:21.000Z","duration":8,"expiration_ts":"2018-02-02T00:00:00.000Z","number":"KQ98X7OI6FNHQ7GU","type":"official","creator":"amontejo@ujaen.es","student":95,"isValid":true,"isTrial":false,"isOfficial":true},"id_active_grid":179,"id":95,"username":"arg0001","name":"Andrés","surname":"Ruiz García","birthdate":"2011-08-24T00:00:00.000Z","gender":"M","country":"ES","pic":"\/upload\/studentAvatar\/2a10tvyrnLC0iViKf0d2uu1poyGeroRLPAMfKF6oS85Ylc7ewr0gIl.jpg","notes":"","lang":"es-es","attributes":{"categories":true,"id_active_grid":null,"input_feedback":{"vibration":true,"read":false,"beep":false,"highlight":false},"input_selection":{"click":true,"double_click":false,"long_press":false,"drag":true},"legend":false,"legend_size":"normal","size":"large","picto_background":"#0000ff","tape_background":"#00ffff","one_picto_delivery":false,"delivery":0},"current_method":"no_method","current_instruction":"no_instruction"} 01-04 22:22:48.074 13968-14162/com.yottacode.pictogram.yotta_tablet E/com.yottacode.pictogram.tools.PCBcontext: *************************Major config modification. Restarting is mandatory 01-04 22:22:48.074 13968-14162/com.yottacode.pictogram.yotta_tablet E/com.yottacode.pictogram.net.NetService: **************************RESTARTAPP NETSERVICE LISTENERS 01-04 22:22:48.074 13968-14162/com.yottacode.pictogram.yotta_tablet E/com.yottacode.pictogram.tabletlibrary.net.NetServiceTablet: *************************************App restarting, reset last login:false 01-04 22:22:48.096 13968-14162/com.yottacode.pictogram.yotta_tablet E/com.yottacode.pictogram.net.websockets.StudentTalk: **************************************raw Received message {"license":{"creation_ts":"2017-06-01T09:41:54.000Z","activation_ts":"2017-06-01T09:42:21.000Z","duration":8,"expiration_ts":"2018-02-02T00:00:00.000Z","number":"KQ98X7OI6FNHQ7GU","type":"official","creator":"amontejo@ujaen.es","student":95,"isValid":true,"isTrial":false,"isOfficial":true},"id_active_grid":179,"id":95,"username":"arg0001","name":"Andrés","surname":"Ruiz García","birthdate":"2011-08-24T00:00:00.000Z","gender":"M","country":"ES","pic":"\/upload\/studentAvatar\/2a10tvyrnLC0iViKf0d2uu1poyGeroRLPAMfKF6oS85Ylc7ewr0gIl.jpg","notes":"","lang":"es-es","attributes":{"categories":true,"id_active_grid":null,"input_feedback":{"vibration":true,"read":false,"beep":false,"highlight":false},"input_selection":{"click":true,"double_click":false,"long_press":false,"drag":true},"legend":false,"legend_size":"normal","size":"large","picto_background":"#0000ff","tape_background":"#00ffff","one_picto_delivery":false,"delivery":0},"current_method":"no_method","current_instruction":"no_instruction"} 01-04 22:22:48.121 13968-14162/com.yottacode.pictogram.yotta_tablet E/com.yottacode.pictogram.tools.PCBcontext: *************************Major config modification. Restarting is mandatory 01-04 22:22:48.121 13968-14162/com.yottacode.pictogram.yotta_tablet E/com.yottacode.pictogram.net.NetService: *****************************RESTARTAPP NETSERVICE LISTENERS

    El problema es porque por websockets llega el mensaje por duplicado, por eso hace ese raro. Lo estoy controlando desde la tableta, pero el server no deberia enviar duplicados, obviamente. Esto es lo que recibo cuando hay un cambio de tablero: 01-04 22:22:48.043 13968-14162/com.yottacode.pictogram.yotta_tablet E/com.yottacode.pictogram.net.websockets.StudentTalk: ********************************************raw Received message {"license":{"creation_ts":"2017-06-01T09:41:54.000Z","activation_ts":"2017-06-01T09:42:21.000Z","duration":8,"expiration_ts":"2018-02-02T00:00:00.000Z","number":"KQ98X7OI6FNHQ7GU","type":"official","creator":"amontejo@ujaen.es","student":95,"isValid":true,"isTrial":false,"isOfficial":true},"id_active_grid":179,"id":95,"username":"arg0001","name":"Andrés","surname":"Ruiz García","birthdate":"2011-08-24T00:00:00.000Z","gender":"M","country":"ES","pic":"\/upload\/studentAvatar\/2a10tvyrnLC0iViKf0d2uu1poyGeroRLPAMfKF6oS85Ylc7ewr0gIl.jpg","notes":"","lang":"es-es","attributes":{"categories":true,"id_active_grid":null,"input_feedback":{"vibration":true,"read":false,"beep":false,"highlight":false},"input_selection":{"click":true,"double_click":false,"long_press":false,"drag":true},"legend":false,"legend_size":"normal","size":"large","picto_background":"#0000ff","tape_background":"#00ffff","one_picto_delivery":false,"delivery":0},"current_method":"no_method","current_instruction":"no_instruction"} 01-04 22:22:48.074 13968-14162/com.yottacode.pictogram.yotta_tablet E/com.yottacode.pictogram.tools.PCBcontext: *******************************Major config modification. Restarting is mandatory 01-04 22:22:48.074 13968-14162/com.yottacode.pictogram.yotta_tablet E/com.yottacode.pictogram.net.NetService: ********************************RESTARTAPP NETSERVICE LISTENERS 01-04 22:22:48.074 13968-14162/com.yottacode.pictogram.yotta_tablet E/com.yottacode.pictogram.tabletlibrary.net.NetServiceTablet: *******************************************App restarting, reset last login:false 01-04 22:22:48.096 13968-14162/com.yottacode.pictogram.yotta_tablet E/com.yottacode.pictogram.net.websockets.StudentTalk: ********************************************raw Received message {"license":{"creation_ts":"2017-06-01T09:41:54.000Z","activation_ts":"2017-06-01T09:42:21.000Z","duration":8,"expiration_ts":"2018-02-02T00:00:00.000Z","number":"KQ98X7OI6FNHQ7GU","type":"official","creator":"amontejo@ujaen.es","student":95,"isValid":true,"isTrial":false,"isOfficial":true},"id_active_grid":179,"id":95,"username":"arg0001","name":"Andrés","surname":"Ruiz García","birthdate":"2011-08-24T00:00:00.000Z","gender":"M","country":"ES","pic":"\/upload\/studentAvatar\/2a10tvyrnLC0iViKf0d2uu1poyGeroRLPAMfKF6oS85Ylc7ewr0gIl.jpg","notes":"","lang":"es-es","attributes":{"categories":true,"id_active_grid":null,"input_feedback":{"vibration":true,"read":false,"beep":false,"highlight":false},"input_selection":{"click":true,"double_click":false,"long_press":false,"drag":true},"legend":false,"legend_size":"normal","size":"large","picto_background":"#0000ff","tape_background":"#00ffff","one_picto_delivery":false,"delivery":0},"current_method":"no_method","current_instruction":"no_instruction"} 01-04 22:22:48.121 13968-14162/com.yottacode.pictogram.yotta_tablet E/com.yottacode.pictogram.tools.PCBcontext: *******************************Major config modification. Restarting is mandatory 01-04 22:22:48.121 13968-14162/com.yottacode.pictogram.yotta_tablet E/com.yottacode.pictogram.net.NetService: ********************************RESTARTAPP NETSERVICE LISTENERS
  • Fernando Martínez Santiago @dofer

    reopened

    Jan 04, 2018

    reopened

    reopened
    Toggle commit list
  • Fernando Martínez Santiago @dofer

    assigned to @scollado and unassigned @dofer

    Jan 04, 2018

    assigned to @scollado and unassigned @dofer

    assigned to @scollado and unassigned @dofer
    Toggle commit list
  • Fernando Martínez Santiago @dofer

    mentioned in commit c24e7a2f

    Jan 04, 2018

    mentioned in commit c24e7a2f

    mentioned in commit c24e7a2ff737b2f6edf23f8206aeadc80babbba0
    Toggle commit list
  • Fernando Martínez Santiago @dofer

    assigned to @dofer and unassigned @scollado

    Jan 05, 2018

    assigned to @dofer and unassigned @scollado

    assigned to @dofer and unassigned @scollado
    Toggle commit list
  • Fernando Martínez Santiago @dofer commented Jan 05, 2018
    Developer

    creo que está solucionado

    creo que está solucionado
  • Fernando Martínez Santiago @dofer

    closed

    Jan 05, 2018

    closed

    closed
    Toggle commit list
  • Fernando Martínez Santiago @dofer

    mentioned in commit 12be7529

    Jan 05, 2018

    mentioned in commit 12be7529

    mentioned in commit 12be7529366ecb2555aed062cdc7b3afebeea3bf
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
No due date
1
Labels
improvement
Assign labels
  • View labels
3
3 participants
Reference: yotta/pictogram#431