Echec du script de cotisations #11

Closed
opened 2023-10-16 15:03:38 +02:00 by neox · 0 comments
Owner

Une erreur se produit à l'exécution du script de cotisations.

Traceback (most recent call last):
  File "/home/tresorier/gestion/controle_cotisation/./main.py", line 349, in validate
    answer = gestion_read(request)["results"][-1]
IndexError: list index out of range

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/tresorier/gestion/controle_cotisation/./main.py", line 435, in <module>
    main()
  File "/home/tresorier/gestion/controle_cotisation/./main.py", line 417, in main
    validate_members()
  File "/home/tresorier/gestion/controle_cotisation/./main.py", line 412, in validate_members
    validate(record)
  File "/home/tresorier/gestion/controle_cotisation/./main.py", line 352, in validate
    raise(Exception)
Exception

Demande : résoudre le problème.

Une erreur se produit à l'exécution du script de cotisations. ``` Traceback (most recent call last): File "/home/tresorier/gestion/controle_cotisation/./main.py", line 349, in validate answer = gestion_read(request)["results"][-1] IndexError: list index out of range During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/tresorier/gestion/controle_cotisation/./main.py", line 435, in <module> main() File "/home/tresorier/gestion/controle_cotisation/./main.py", line 417, in main validate_members() File "/home/tresorier/gestion/controle_cotisation/./main.py", line 412, in validate_members validate(record) File "/home/tresorier/gestion/controle_cotisation/./main.py", line 352, in validate raise(Exception) Exception ``` Demande : résoudre le problème.
neox self-assigned this 2023-10-16 15:03:38 +02:00
neox closed this issue 2023-10-16 15:03:38 +02:00
Sign in to join this conversation.
No description provided.