From 4e5fb5e8cee8c411cc8f989592288f49b3b056d0 Mon Sep 17 00:00:00 2001 From: cherif Date: Tue, 27 Dec 2022 16:23:51 +0100 Subject: [PATCH] 27/12/2022 - 16h00 --- .idea/workspace.xml | 17 +- Inscription_mgt.py | 27 +- Log/log_file.log | 730 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 763 insertions(+), 11 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4f88e8b..10742ae 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,13 +1,10 @@ - + - - - @@ -199,7 +203,8 @@ - diff --git a/Inscription_mgt.py b/Inscription_mgt.py index 362eef6..68d933e 100644 --- a/Inscription_mgt.py +++ b/Inscription_mgt.py @@ -712,6 +712,10 @@ def DownloadParticipantsList(diction): local_data['titre_formation'] = local_formation['title'] local_data['debut_session'] = local_session ['date_debut'] local_data['fin_session'] = local_session['date_fin'] + + + + local_data['prenom'] = retval['prenom'] local_data['nom'] = retval['nom'] local_data['email'] = retval['email'] @@ -724,6 +728,12 @@ def DownloadParticipantsList(diction): adresse = retval['adresse'] local_data['adresse'] = adresse + formateur = "" + if ("formateur" in local_session.keys()): + if (local_session['formateur']): + formateur = local_session['formateur'] + local_data['formateur'] = formateur + code_postal = "" if ("code_postal" in retval.keys()): if (retval['code_postal']): @@ -1008,11 +1018,18 @@ def PrintAttendeeDetail_perSession(diction): my_retrun_dict['status'] = local_Insc_retval['status'] my_retrun_dict['price'] = local_Insc_retval['price'] - my_retrun_dict['inscription_validation_date'] = local_Insc_retval['inscription_validation_date'] - my_retrun_dict['evaluation'] = local_Insc_retval['eval_eval'] - my_retrun_dict['note_eval'] = local_Insc_retval['eval_note'] - my_retrun_dict['date_eval'] = str(local_Insc_retval['eval_date'])[0:10] + if ("inscription_validation_date" in local_Insc_retval.keys()): + my_retrun_dict['inscription_validation_date'] = local_Insc_retval['inscription_validation_date'] + + if ("eval_eval" in local_Insc_retval.keys()): + my_retrun_dict['evaluation'] = local_Insc_retval['eval_eval'] + + if ("eval_note" in local_Insc_retval.keys()): + my_retrun_dict['note_eval'] = local_Insc_retval['eval_note'] + + if ("eval_date" in local_Insc_retval.keys()): + my_retrun_dict['date_eval'] = str(local_Insc_retval['eval_date'])[0:10] v = local_Insc_retval['_id'].generation_time my_retrun_dict['created_date'] = str(v.strftime("%d/%m/%Y")) @@ -1338,7 +1355,7 @@ def SendAttendeeCertification(diction): my_retrun_dict['prenom'] = local_Insc_retval['prenom'] my_retrun_dict['employeur'] = local_Insc_retval['employeur'] my_retrun_dict['telephone'] = local_Insc_retval['telephone'] - + my_retrun_dict['formateur'] = session_formation['formateur'] my_retrun_dict['email'] = local_Insc_retval['email'] # Recuperation des infotrmations de la formation diff --git a/Log/log_file.log b/Log/log_file.log index c86b9ee..699c37e 100644 --- a/Log/log_file.log +++ b/Log/log_file.log @@ -921529,3 +921529,733 @@ DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25 DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645 INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 11:20:51] "GET /myclass/api/PrintAttendeeCertification/Khj9OnIPxc8cZfkVm2mdU9TVgrbhn3_MuA/0105202305052023776802placedelarepublique/billardman1@yahoo.fr HTTP/1.1" 200 - +INFO:root:2022-12-27 15:34:05.326530 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:34:05.330518 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:05] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:05] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:34:06.195075 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:34:06.199077 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:06] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:34:07.462503 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:34:07.469069 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:34:07.473071 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:07] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:34:07.479139 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:07] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:07] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:34:07.485673 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:34:07.489674 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:07] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:34:07.497693 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:07] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:34:07.502690 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:07] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:34:07.510232 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:07] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:34:07.516228 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:07] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:07] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:34:07.522231 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:07] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:34:07.526229 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:07] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:34:07.532242 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:07] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:34:07.538239 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:34:07.543772 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:07] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:34:07.551304 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:07] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:07] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:34:07.570307 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:34:07.576304 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:07] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:07] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:34:07.588306 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:07] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:34:07.595301 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:07] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:07] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:34:14.482565 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:34:14.494918 : partner_login Connexion partnair mysytraining@gmail.com : OK, Date : 2022-12-27 15:34:14.483669 , _id = 638139d0934a818b1f6f85f7 +INFO:root:2022-12-27 15:34:14.498916 : partner_login Connexion partener_token : OK , _id = 63813a72b4c6b1dce20a0481 +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:14] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:34:14.723982 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:34:14.727980 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:14] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:34:14.731977 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:34:14.737975 : Connexion du partner recid = 57c241ea55744b884d1f6c974e90fd1f905556bb1c80677d7d OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:14] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:14] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:34:15.077839 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:15] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:34:25.152581 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:34:25.157573 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:34:25.161594 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:25] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:25] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:34:25] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:36:08.459217 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:36:08.561232 : Add_Update_SessionFormation_mass - Impossible de créer la session de formation : La date debut des inscriptions 25/12/2022 est posterieure à la date de fin des inscriptions 01/02/2020 pour la ligne 1 +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:36:08] "POST /myclass/api/Add_Update_SessionFormation_mass/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:36:48.336348 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:36:48] "POST /myclass/api/Add_Update_SessionFormation_mass/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:36:48.840170 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:36:48] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:37:54.163487 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:37:54.167735 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:37:54] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:37:54.173757 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:37:54] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:37:54.178773 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:37:54] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:37:54] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:38:01.733366 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:38:01] "POST /myclass/api/GetSpecificPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:38:07.373020 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:38:07] "POST /myclass/api/Add_Update_SessionFormation/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:38:09.672146 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:38:10] "GET /myclass/api/DownloadParticipantsList/Khj9OnIPxc8cZfkVm2mdU9TVgrbhn3_MuA/0101202305012023776802placedelarepublique HTTP/1.1" 200 - +INFO:root:2022-12-27 15:38:44.903034 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:38:44] "GET /myclass/api/DownloadParticipantsList/Khj9OnIPxc8cZfkVm2mdU9TVgrbhn3_MuA/0101202305012023776802placedelarepublique HTTP/1.1" 200 - +INFO:root:2022-12-27 15:41:23.556535 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:41:28] "POST /myclass/api/AddStagiairetoClass_mass/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:41:34.362919 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:41:34.365925 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:41:34.368920 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:41:34] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:41:34] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:41:34] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:41:37.623489 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:41:37.628700 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:41:37.632214 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:41:37] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:41:37.641239 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:41:37] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:41:37] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:41:37] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:41:38.766488 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:41:38] "POST /myclass/api/GetSpecificPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:41:42.097703 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:41:42] "GET /myclass/api/DownloadParticipantsList/Khj9OnIPxc8cZfkVm2mdU9TVgrbhn3_MuA/0101202305012023776802placedelarepublique HTTP/1.1" 200 - +INFO:root:2022-12-27 15:44:06.153920 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:44:09.910490 : Les données du stagiaire ont été correctement mise à jour +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:44:09] "POST /myclass/api/UpdateStagiairetoClass/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:44:10.214313 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:44:10.218320 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:44:10] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:44:10] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:44:15.377811 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:44:15] "GET /myclass/api/DownloadParticipantsList/Khj9OnIPxc8cZfkVm2mdU9TVgrbhn3_MuA/0101202305012023776802placedelarepublique HTTP/1.1" 200 - +INFO:root:2022-12-27 15:44:45.426964 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:44:45.439477 : CreateTableauEmargement - INFO : 4 Documents supprimés de la collection : emargement : session = 0101202305012023776802placedelarepublique +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:44:45] "POST /myclass/api/CreateTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:44:45.689066 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:44:45] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:45:10.515685 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:45:10.522688 : UpdateUserEmargementDate OK, la liste d'emargement de la session 0101202305012023776802placedelarepublique a été mise à jour +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:45:10] "POST /myclass/api/UpdateUserEmargementDate/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:45:10.824157 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:45:10] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:45:14.861301 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:45:14.869322 : UpdateUserEmargementDate OK, la liste d'emargement de la session 0101202305012023776802placedelarepublique a été mise à jour +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:45:14] "POST /myclass/api/UpdateUserEmargementDate/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:45:15.069815 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:45:15] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:45:18.314345 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:45:18.322349 : UpdateUserEmargementDate OK, la liste d'emargement de la session 0101202305012023776802placedelarepublique a été mise à jour +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:45:18] "POST /myclass/api/UpdateUserEmargementDate/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:45:18.378024 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:45:18] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:45:22.670398 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:45:22.678427 : UpdateUserEmargementDate OK, la liste d'emargement de la session 0101202305012023776802placedelarepublique a été mise à jour +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:45:22] "POST /myclass/api/UpdateUserEmargementDate/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:45:22.685906 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:45:22] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:45:30.655117 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:45:34] "POST /myclass/api/EmargementMail/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:45:58.711620 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:45:58] "GET /myclass/api/UserEmargementValidation/63ab04ddb29f05db3ae64858/1 HTTP/1.1" 302 - +INFO:root:2022-12-27 15:46:09.123895 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:46:09.126898 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:09] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:09] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:09.377132 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:46:09.381124 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:09] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:09.963447 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:09] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:10.281887 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:46:10.282891 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:46:10.284886 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:46:10.286887 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:46:10.288893 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:46:10.289886 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:10] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:10] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:10] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:10] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:10] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:10] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:10.632934 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:46:10.633933 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:46:10.634929 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:10] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:10.638929 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:10] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:10.641928 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:10] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:10.646932 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:10] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:10] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:10] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:10.953118 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:46:10.956654 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:10] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:10.963194 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:10] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:10.968719 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:10] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:10.976775 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:10] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:10.981769 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:10] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:10] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:11.271495 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:11] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:14.824903 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:14] "GET /myclass/api/UserEmargementValidation/63ab04ddb29f05db3ae64858/2 HTTP/1.1" 302 - +INFO:root:2022-12-27 15:46:24.924147 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:46:24.926153 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:25] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:25] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:25.184758 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:46:25.188264 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:25] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:25.600773 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:25] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:25.903578 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:46:25.907581 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:25] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:25.912584 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:25] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:25.917127 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:25] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:25.922121 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:25] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:25.928122 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:25] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:25] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:26.216863 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:26.225000 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:26] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:26.232716 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:46:26.236610 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:26] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:26.248514 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:46:26.249543 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:26] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:26.529618 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:26.535606 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:26] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:26.548625 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:46:26.551634 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:26] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:26.563175 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:26.574178 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:26] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:26.842215 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:26] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:36.970716 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:46:36.974715 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:46:36.977816 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:36] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:36] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:36] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:40.615192 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:46:40.619355 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:40] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:40] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:40.625357 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:46:40.627367 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:40] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:40] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:44.663619 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:46:44.671690 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:46:44.679694 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:44] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:44] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:44.687690 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:44] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:44] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:45.774258 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:45] "POST /myclass/api/GetSpecificPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:46:54.616372 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:46:54] "POST /myclass/api/GetAttendeeDetail_perSession/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:47:00.207327 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:47:00] "GET /myclass/api/PrintAttendeeDetail_perSession/Khj9OnIPxc8cZfkVm2mdU9TVgrbhn3_MuA/0101202305012023776802placedelarepublique/billardman1@yahoo.fr HTTP/1.1" 500 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Inscription_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2022-12-27 15:52:46.271131 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2022-12-27 15:52:46.271131 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2022-12-27 15:52:46.271131 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2022-12-27 15:52:46.271131 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2022-12-27 15:52:46.479345 : Security check : IP adresse '127.0.0.1' connected +DEBUG:xhtml2pdf:pisaDocument options: + src = '\n\n\n\n\t
\n\t\tMysy Training Logo \n\t
\n\t\n\t
\n\t\tMysy Training Logo \n\t
\n\t\n\t\n\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\n\n\t\t\t\t\n\n\t\t\t\t\tInstitut de formation : 3IL
\n\t\t\t\t\tFormation : Objets connectés et IoT
\n\t\t\t\t\tDate session : 01/01/2023 24:00:00 au 01/01/2023 24:00:00
\n\t\t\t\t\tAdresse : 2 place de la republique
\n\t\t\t\t\tFormateur : 3IL
\n\n\t\t\t\t
\n\n\n\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\tNom & Prénom : balde   sekou
\n\t\t\t\t\tTéléphone : telephone
\n\t\t\t\t\tEmail : billardman1@yahoo.fr
\n\t\t\t\t\tAdresse : 2 place de la republique, 77680   roissy en brie
\n\t\t\t\t\tDate inscription :
\n\t\t\t\t\tEmployeur : employeur
\n\t\t\t\t\tMode de financement : modefinancement
\n\n\n\n\t\t\t\t
\n\n\t\t\t\n\t\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
DateMatinApres Midi
2023-01-01\n\t\t\t\t\t\t\t X  
2023-01-02\n\t\t\t\t\t\t\t X  
2023-01-03\n\t\t\t\t\t\t\t X X
2023-01-04\n\t\t\t\t\t\t\t   X
\n\t\t\t\t
\n\t\t\t\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\tDate évaluation :
\n\t\t\t\t\tNote :
\n\t\t\t\t\tEvaluation :
\n\n\n\n\n\t\t\t\t
\n\t\t\t\n\n\t\t\t
\n\n\t\t\t\n\n\n\n\t\t\n\n\t\n\t
\n\t
Date impression : 27/12/2022
\n\n\n' + dest = <_io.BufferedRandom name='./Emargement/fichier_presence.pdf'> + path = None + link_callback = None + xhtml = False + context_meta = None +DEBUG:xhtml2pdf:FileObject 'http://88.170.110.220/img/MYSY-LOGO-BLUE.png', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__' +DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='http', netloc='88.170.110.220', path='/img/MYSY-LOGO-BLUE.png', params='', query='', fragment=''), 'http') +DEBUG:xhtml2pdf:Parsing img tag, src: +DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 60.0, 'height': None, 'align': None, 'id': None} +DEBUG:xhtml2pdf:Sending request for http://88.170.110.220/img/MYSY-LOGO-BLUE.png with httplib +DEBUG:xhtml2pdf:Uri parsed: http://88.170.110.220/img/MYSY-LOGO-BLUE.png +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645 +DEBUG:xhtml2pdf:FileObject 'https://img.mysy-training.com/3il/3il_img.png', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__' +DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='https', netloc='img.mysy-training.com', path='/3il/3il_img.png', params='', query='', fragment=''), 'https') +DEBUG:xhtml2pdf:Parsing img tag, src: +DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 75.0, 'height': None, 'align': None, 'id': None} +DEBUG:xhtml2pdf:Sending request for https://img.mysy-training.com/3il/3il_img.png with httplib +DEBUG:xhtml2pdf:Uri parsed: https://img.mysy-training.com/3il/3il_img.png +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 39 +DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 92 11 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 115 19144 +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:Col widths: [None, '20%', '20%'] +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645 +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 39 +DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 92 11 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 115 19144 +DEBUG:xhtml2pdf:can't concat int to bytes +Traceback (most recent call last): + File "C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 432, in getTransparent + return list(palette[transparency:transparency + 3]) + ~~~~~~~~~~~~~^~~ +TypeError: can't concat int to bytes +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:52:47] "GET /myclass/api/PrintAttendeeDetail_perSession/Khj9OnIPxc8cZfkVm2mdU9TVgrbhn3_MuA/0101202305012023776802placedelarepublique/billardman1@yahoo.fr HTTP/1.1" 200 - +INFO:root:2022-12-27 15:53:04.203684 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:53:06] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:53:23.974008 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:53:23.975006 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:53:23.981007 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:53:23] "POST /myclass/api/MySyckeckEvaluationToken/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:53:23] "POST /myclass/api/get_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:53:23] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:53:24.236149 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:53:24] "POST /myclass/api/ckeckEvaluationToken/ HTTP/1.1" 404 - +INFO:root:2022-12-27 15:53:24.476787 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:53:24.479804 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:53:24] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:53:24] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:53:32.649256 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:53:32] "POST /myclass/api/Evaluation_Class/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:53:47.651382 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:53:47.654378 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:53:47.657379 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:53:47] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:53:47] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:53:47] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:53:51.095785 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:53:51.100124 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 15:53:51.104136 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:53:51] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:53:51.110131 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:53:51] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:53:51] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:53:51] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:53:52.240798 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:53:52] "POST /myclass/api/GetSpecificPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:53:56.349936 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:53:56] "POST /myclass/api/GetAttendeeDetail_perSession/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:54:03.950581 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:54:05] "POST /myclass/api/SendAttendeeCertification/ HTTP/1.1" 200 - +INFO:root:2022-12-27 15:54:07.767010 : Security check : IP adresse '127.0.0.1' connected +DEBUG:xhtml2pdf:pisaDocument options: + src = '\n\n\n\n\t
\n\t\tMysy Training Logo\n\t
\n\n\t
\n\t\t

ATTESTION INDIVIDUELLE DE FORMATION

\n\t
\n\n\n\t
\n\t\n\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t

\n\t\t\t\t\t\tPar la presente, l\'oganisme de formation au Numero de declaration\n\t\t\t\t\t\t
\n\t\t\t\t\t\tatteste que balde   sekou a suivi la formation
\n\t\t\t\t\t\t""
\n\t\t\t\t\t\trealisé par le formateur formateur1\n\t\t\t\t\t

\n\n\t\t\t\t\t

\n\t\t\t\t\t\tCette formation a eu lieu du 01/01/2023 24:00:00 au 05/01/2023 24:00:00 à l\'adresse\n\t\t\t\t\t\t:2 place de la republique\n\t\t\t\t\t\t\t\t\t\t

\n\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\t
\n\t\t\t\t\t\tContenus de la formation :
\n\t\t\t\t\t\t\n\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\tFait à roissy en brie le \n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\tPour l\'organisme de formation
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\n\t\t\t\t
\n\n\n\n\t\t\t\n\t\t\t
\n\t\t\t\n\n\n\t\t\n\n\t\n\t
\n\t
Date impression :
\n\n\n' + dest = <_io.BufferedRandom name='./temp_directAttestation_.pdf'> + path = None + link_callback = None + xhtml = False + context_meta = None +DEBUG:xhtml2pdf:FileObject 'http://88.170.110.220/img/MYSY-LOGO-BLUE.png', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__' +DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='http', netloc='88.170.110.220', path='/img/MYSY-LOGO-BLUE.png', params='', query='', fragment=''), 'http') +DEBUG:xhtml2pdf:Parsing img tag, src: +DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 60.0, 'height': None, 'align': None, 'id': None} +DEBUG:xhtml2pdf:Sending request for http://88.170.110.220/img/MYSY-LOGO-BLUE.png with httplib +DEBUG:xhtml2pdf:Uri parsed: http://88.170.110.220/img/MYSY-LOGO-BLUE.png +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645 +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645 +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:54:07] "GET /myclass/api/PrintAttendeeCertification/Khj9OnIPxc8cZfkVm2mdU9TVgrbhn3_MuA/0101202305012023776802placedelarepublique/billardman1@yahoo.fr HTTP/1.1" 200 - +INFO:root:2022-12-27 15:54:37.308886 : Security check : IP adresse '127.0.0.1' connected +DEBUG:xhtml2pdf:pisaDocument options: + src = '\n\n\n\n\t
\n\t\tMysy Training Logo \n\t
\n\t\n\t
\n\t\tMysy Training Logo \n\t
\n\t\n\t\n\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\n\n\t\t\t\t\n\n\t\t\t\t\tInstitut de formation : 3IL
\n\t\t\t\t\tFormation : Objets connectés et IoT
\n\t\t\t\t\tDate session : 01/01/2023 24:00:00 au 01/01/2023 24:00:00
\n\t\t\t\t\tAdresse : 2 place de la republique
\n\t\t\t\t\tFormateur : 3IL
\n\n\t\t\t\t
\n\n\n\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\tNom & Prénom : balde   sekou
\n\t\t\t\t\tTéléphone : telephone
\n\t\t\t\t\tEmail : billardman1@yahoo.fr
\n\t\t\t\t\tAdresse : 2 place de la republique, 77680   roissy en brie
\n\t\t\t\t\tDate inscription :
\n\t\t\t\t\tEmployeur : employeur
\n\t\t\t\t\tMode de financement : modefinancement
\n\n\n\n\t\t\t\t
\n\n\t\t\t\n\t\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
DateMatinApres Midi
2023-01-01\n\t\t\t\t\t\t\t X  
2023-01-02\n\t\t\t\t\t\t\t X  
2023-01-03\n\t\t\t\t\t\t\t X X
2023-01-04\n\t\t\t\t\t\t\t   X
\n\t\t\t\t
\n\t\t\t\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\tDate évaluation : 2022-12-27
\n\t\t\t\t\tNote : 4
\n\t\t\t\t\tEvaluation :

a refaire


\n\n\n\n\n\t\t\t\t
\n\t\t\t\n\n\t\t\t
\n\n\t\t\t\n\n\n\n\t\t\n\n\t\n\t
\n\t
Date impression : 27/12/2022
\n\n\n' + dest = <_io.BufferedRandom name='./Emargement/fichier_presence.pdf'> + path = None + link_callback = None + xhtml = False + context_meta = None +DEBUG:xhtml2pdf:FileObject 'http://88.170.110.220/img/MYSY-LOGO-BLUE.png', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__' +DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='http', netloc='88.170.110.220', path='/img/MYSY-LOGO-BLUE.png', params='', query='', fragment=''), 'http') +DEBUG:xhtml2pdf:Parsing img tag, src: +DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 60.0, 'height': None, 'align': None, 'id': None} +DEBUG:xhtml2pdf:Sending request for http://88.170.110.220/img/MYSY-LOGO-BLUE.png with httplib +DEBUG:xhtml2pdf:Uri parsed: http://88.170.110.220/img/MYSY-LOGO-BLUE.png +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645 +DEBUG:xhtml2pdf:FileObject 'https://img.mysy-training.com/3il/3il_img.png', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__' +DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='https', netloc='img.mysy-training.com', path='/3il/3il_img.png', params='', query='', fragment=''), 'https') +DEBUG:xhtml2pdf:Parsing img tag, src: +DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 75.0, 'height': None, 'align': None, 'id': None} +DEBUG:xhtml2pdf:Sending request for https://img.mysy-training.com/3il/3il_img.png with httplib +DEBUG:xhtml2pdf:Uri parsed: https://img.mysy-training.com/3il/3il_img.png +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 39 +DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 92 11 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 115 19144 +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:Col widths: [None, '20%', '20%'] +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645 +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 39 +DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 92 11 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 115 19144 +DEBUG:xhtml2pdf:can't concat int to bytes +Traceback (most recent call last): + File "C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 432, in getTransparent + return list(palette[transparency:transparency + 3]) + ~~~~~~~~~~~~~^~~ +TypeError: can't concat int to bytes +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 15:54:37] "GET /myclass/api/PrintAttendeeDetail_perSession/Khj9OnIPxc8cZfkVm2mdU9TVgrbhn3_MuA/0101202305012023776802placedelarepublique/billardman1@yahoo.fr HTTP/1.1" 200 - +INFO:root:2022-12-27 16:01:58.561111 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 16:01:58.563112 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:01:58] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2022-12-27 16:01:58.568632 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:01:58] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:01:58] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2022-12-27 16:02:02.529979 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 16:02:02.531985 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 16:02:02.534992 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:02:02] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:02:02] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:02:02] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2022-12-27 16:02:06.088719 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 16:02:06.091901 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 16:02:06.099935 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:02:06] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2022-12-27 16:02:06.103930 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:02:06] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:02:06] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:02:06] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2022-12-27 16:02:07.258012 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:02:07] "POST /myclass/api/GetSpecificPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2022-12-27 16:02:12.422261 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:02:12] "GET /myclass/api/PrintAttendeeDetail_perSession/Khj9OnIPxc8cZfkVm2mdU9TVgrbhn3_MuA/0101202305012023776802placedelarepublique/ HTTP/1.1" 404 - +INFO:root:2022-12-27 16:02:22.605245 : Security check : IP adresse '127.0.0.1' connected +DEBUG:xhtml2pdf:pisaDocument options: + src = '\n\n\n\n\t
\n\t\tMysy Training Logo \n\t
\n\t\n\t
\n\t\tMysy Training Logo \n\t
\n\t\n\t\n\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\n\n\t\t\t\t\n\n\t\t\t\t\tInstitut de formation : 3IL
\n\t\t\t\t\tFormation : Objets connectés et IoT
\n\t\t\t\t\tDate session : 01/01/2023 24:00:00 au 01/01/2023 24:00:00
\n\t\t\t\t\tAdresse : 2 place de la republique
\n\t\t\t\t\tFormateur : 3IL
\n\n\t\t\t\t
\n\n\n\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\tNom & Prénom : balde   sekou
\n\t\t\t\t\tTéléphone : telephone
\n\t\t\t\t\tEmail : billardman1@yahoo.fr
\n\t\t\t\t\tAdresse : 2 place de la republique, 77680   roissy en brie
\n\t\t\t\t\tDate inscription :
\n\t\t\t\t\tEmployeur : employeur
\n\t\t\t\t\tMode de financement : modefinancement
\n\n\n\n\t\t\t\t
\n\n\t\t\t\n\t\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
DateMatinApres Midi
2023-01-01\n\t\t\t\t\t\t\t X  
2023-01-02\n\t\t\t\t\t\t\t X  
2023-01-03\n\t\t\t\t\t\t\t X X
2023-01-04\n\t\t\t\t\t\t\t   X
\n\t\t\t\t
\n\t\t\t\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\tDate évaluation : 2022-12-27
\n\t\t\t\t\tNote : 4
\n\t\t\t\t\tEvaluation :

a refaire


\n\n\n\n\n\t\t\t\t
\n\t\t\t\n\n\t\t\t
\n\n\t\t\t\n\n\n\n\t\t\n\n\t\n\t
\n\t
Date impression : 27/12/2022
\n\n\n' + dest = <_io.BufferedRandom name='./Emargement/fichier_presence.pdf'> + path = None + link_callback = None + xhtml = False + context_meta = None +DEBUG:xhtml2pdf:FileObject 'http://88.170.110.220/img/MYSY-LOGO-BLUE.png', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__' +DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='http', netloc='88.170.110.220', path='/img/MYSY-LOGO-BLUE.png', params='', query='', fragment=''), 'http') +DEBUG:xhtml2pdf:Parsing img tag, src: +DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 60.0, 'height': None, 'align': None, 'id': None} +DEBUG:xhtml2pdf:Sending request for http://88.170.110.220/img/MYSY-LOGO-BLUE.png with httplib +DEBUG:xhtml2pdf:Uri parsed: http://88.170.110.220/img/MYSY-LOGO-BLUE.png +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645 +DEBUG:xhtml2pdf:FileObject 'https://img.mysy-training.com/3il/3il_img.png', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__' +DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='https', netloc='img.mysy-training.com', path='/3il/3il_img.png', params='', query='', fragment=''), 'https') +DEBUG:xhtml2pdf:Parsing img tag, src: +DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 75.0, 'height': None, 'align': None, 'id': None} +DEBUG:xhtml2pdf:Sending request for https://img.mysy-training.com/3il/3il_img.png with httplib +DEBUG:xhtml2pdf:Uri parsed: https://img.mysy-training.com/3il/3il_img.png +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 39 +DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 92 11 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 115 19144 +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:Col widths: [None, '20%', '20%'] +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645 +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 39 +DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 92 11 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 115 19144 +DEBUG:xhtml2pdf:can't concat int to bytes +Traceback (most recent call last): + File "C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 432, in getTransparent + return list(palette[transparency:transparency + 3]) + ~~~~~~~~~~~~~^~~ +TypeError: can't concat int to bytes +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:02:22] "GET /myclass/api/PrintAttendeeDetail_perSession/Khj9OnIPxc8cZfkVm2mdU9TVgrbhn3_MuA/0101202305012023776802placedelarepublique/billardman1@yahoo.fr HTTP/1.1" 200 - +INFO:root:2022-12-27 16:02:33.477715 : Security check : IP adresse '127.0.0.1' connected +DEBUG:xhtml2pdf:pisaDocument options: + src = '\n\n\n\n\t
\n\t\tMysy Training Logo \n\t
\n\t\n\t
\n\t\tMysy Training Logo \n\t
\n\t\n\t\n\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\n\n\t\t\t\t\n\n\t\t\t\t\tInstitut de formation : 3IL
\n\t\t\t\t\tFormation : Objets connectés et IoT
\n\t\t\t\t\tDate session : 01/01/2023 24:00:00 au 01/01/2023 24:00:00
\n\t\t\t\t\tAdresse : 2 place de la republique
\n\t\t\t\t\tFormateur : 3IL
\n\n\t\t\t\t
\n\n\n\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\tNom & Prénom : balde   sekou
\n\t\t\t\t\tTéléphone : telephone
\n\t\t\t\t\tEmail : billardman1@yahoo.fr
\n\t\t\t\t\tAdresse : 2 place de la republique, 77680   roissy en brie
\n\t\t\t\t\tDate inscription :
\n\t\t\t\t\tEmployeur : employeur
\n\t\t\t\t\tMode de financement : modefinancement
\n\n\n\n\t\t\t\t
\n\n\t\t\t\n\t\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
DateMatinApres Midi
2023-01-01\n\t\t\t\t\t\t\t X  
2023-01-02\n\t\t\t\t\t\t\t X  
2023-01-03\n\t\t\t\t\t\t\t X X
2023-01-04\n\t\t\t\t\t\t\t   X
\n\t\t\t\t
\n\t\t\t\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\tDate évaluation : 2022-12-27
\n\t\t\t\t\tNote : 4
\n\t\t\t\t\tEvaluation :

a refaire


\n\n\n\n\n\t\t\t\t
\n\t\t\t\n\n\t\t\t
\n\n\t\t\t\n\n\n\n\t\t\n\n\t\n\t
\n\t
Date impression : 27/12/2022
\n\n\n' + dest = <_io.BufferedRandom name='./Emargement/fichier_presence.pdf'> + path = None + link_callback = None + xhtml = False + context_meta = None +DEBUG:xhtml2pdf:FileObject 'http://88.170.110.220/img/MYSY-LOGO-BLUE.png', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__' +DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='http', netloc='88.170.110.220', path='/img/MYSY-LOGO-BLUE.png', params='', query='', fragment=''), 'http') +DEBUG:xhtml2pdf:Parsing img tag, src: +DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 60.0, 'height': None, 'align': None, 'id': None} +DEBUG:xhtml2pdf:Sending request for http://88.170.110.220/img/MYSY-LOGO-BLUE.png with httplib +DEBUG:xhtml2pdf:Uri parsed: http://88.170.110.220/img/MYSY-LOGO-BLUE.png +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645 +DEBUG:xhtml2pdf:FileObject 'https://img.mysy-training.com/3il/3il_img.png', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__' +DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='https', netloc='img.mysy-training.com', path='/3il/3il_img.png', params='', query='', fragment=''), 'https') +DEBUG:xhtml2pdf:Parsing img tag, src: +DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 75.0, 'height': None, 'align': None, 'id': None} +DEBUG:xhtml2pdf:Sending request for https://img.mysy-training.com/3il/3il_img.png with httplib +DEBUG:xhtml2pdf:Uri parsed: https://img.mysy-training.com/3il/3il_img.png +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 39 +DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 92 11 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 115 19144 +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:Col widths: [None, '20%', '20%'] +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645 +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 39 +DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 92 11 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 115 19144 +DEBUG:xhtml2pdf:can't concat int to bytes +Traceback (most recent call last): + File "C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 432, in getTransparent + return list(palette[transparency:transparency + 3]) + ~~~~~~~~~~~~~^~~ +TypeError: can't concat int to bytes +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:02:33] "GET /myclass/api/PrintAttendeeDetail_perSession/Khj9OnIPxc8cZfkVm2mdU9TVgrbhn3_MuA/0101202305012023776802placedelarepublique/billardman1@yahoo.fr HTTP/1.1" 200 - +INFO:root:2022-12-27 16:04:28.147125 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 16:04:28.150128 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 16:04:28.153126 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:04:28] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:04:28] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:04:28] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Inscription_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2022-12-27 16:09:26.399891 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2022-12-27 16:09:26.399891 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2022-12-27 16:09:26.399891 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2022-12-27 16:09:26.399891 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Inscription_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2022-12-27 16:11:57.285585 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2022-12-27 16:11:57.286589 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2022-12-27 16:11:57.286589 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2022-12-27 16:11:57.286589 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2022-12-27 16:11:57.478228 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 16:11:58.158353 : DownloadParticipantsList -'formateur' - ERRORRRR AT Line : 734 +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:11:58] "GET /myclass/api/DownloadParticipantsList/Khj9OnIPxc8cZfkVm2mdU9TVgrbhn3_MuA/0101202305012023776802placedelarepublique HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Inscription_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2022-12-27 16:12:28.355817 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2022-12-27 16:12:28.356819 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2022-12-27 16:12:28.356819 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2022-12-27 16:12:28.356819 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2022-12-27 16:12:29.114777 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:12:29] "GET /myclass/api/DownloadParticipantsList/Khj9OnIPxc8cZfkVm2mdU9TVgrbhn3_MuA/0101202305012023776802placedelarepublique HTTP/1.1" 200 - +INFO:root:2022-12-27 16:12:43.304593 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 16:12:43.307595 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 16:12:43.310611 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:12:43] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:12:43] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:12:43] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2022-12-27 16:12:46.850362 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 16:12:46.856342 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 16:12:46.859346 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:12:46] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2022-12-27 16:12:46.867360 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:12:46] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:12:46] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:12:46] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2022-12-27 16:12:47.977385 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:12:47] "POST /myclass/api/GetSpecificPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2022-12-27 16:12:49.063345 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:12:49] "GET /myclass/api/DownloadParticipantsList/Khj9OnIPxc8cZfkVm2mdU9TVgrbhn3_MuA/0101202305012023776802placedelarepublique HTTP/1.1" 200 - +INFO:root:2022-12-27 16:13:36.164657 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:13:36] "POST /myclass/api/GetAttendeeDetail_perSession/ HTTP/1.1" 200 - +INFO:root:2022-12-27 16:13:42.427929 : Security check : IP adresse '127.0.0.1' connected +DEBUG:xhtml2pdf:pisaDocument options: + src = '\n\n\n\n\t
\n\t\tMysy Training Logo \n\t
\n\t\n\t
\n\t\tMysy Training Logo \n\t
\n\t\n\t\n\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\n\n\t\t\t\t\n\n\t\t\t\t\tInstitut de formation : 3IL
\n\t\t\t\t\tFormation : Objets connectés et IoT
\n\t\t\t\t\tDate session : 01/01/2023 24:00:00 au 01/01/2023 24:00:00
\n\t\t\t\t\tAdresse : 2 place de la republique
\n\t\t\t\t\tFormateur : 3IL
\n\n\t\t\t\t
\n\n\n\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\tNom & Prénom : balde   sekou
\n\t\t\t\t\tTéléphone : telephone
\n\t\t\t\t\tEmail : billardman1@yahoo.fr
\n\t\t\t\t\tAdresse : 2 place de la republique, 77680   roissy en brie
\n\t\t\t\t\tDate inscription :
\n\t\t\t\t\tEmployeur : employeur
\n\t\t\t\t\tMode de financement : modefinancement
\n\n\n\n\t\t\t\t
\n\n\t\t\t\n\t\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
DateMatinApres Midi
2023-01-01\n\t\t\t\t\t\t\t X  
2023-01-02\n\t\t\t\t\t\t\t X  
2023-01-03\n\t\t\t\t\t\t\t X X
2023-01-04\n\t\t\t\t\t\t\t   X
\n\t\t\t\t
\n\t\t\t\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\tDate évaluation : 2022-12-27
\n\t\t\t\t\tNote : 4
\n\t\t\t\t\tEvaluation :

a refaire


\n\n\n\n\n\t\t\t\t
\n\t\t\t\n\n\t\t\t
\n\n\t\t\t\n\n\n\n\t\t\n\n\t\n\t
\n\t
Date impression : 27/12/2022
\n\n\n' + dest = <_io.BufferedRandom name='./Emargement/fichier_presence.pdf'> + path = None + link_callback = None + xhtml = False + context_meta = None +DEBUG:xhtml2pdf:FileObject 'http://88.170.110.220/img/MYSY-LOGO-BLUE.png', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__' +DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='http', netloc='88.170.110.220', path='/img/MYSY-LOGO-BLUE.png', params='', query='', fragment=''), 'http') +DEBUG:xhtml2pdf:Parsing img tag, src: +DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 60.0, 'height': None, 'align': None, 'id': None} +DEBUG:xhtml2pdf:Sending request for http://88.170.110.220/img/MYSY-LOGO-BLUE.png with httplib +DEBUG:xhtml2pdf:Uri parsed: http://88.170.110.220/img/MYSY-LOGO-BLUE.png +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645 +DEBUG:xhtml2pdf:FileObject 'https://img.mysy-training.com/3il/3il_img.png', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__' +DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='https', netloc='img.mysy-training.com', path='/3il/3il_img.png', params='', query='', fragment=''), 'https') +DEBUG:xhtml2pdf:Parsing img tag, src: +DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 75.0, 'height': None, 'align': None, 'id': None} +DEBUG:xhtml2pdf:Sending request for https://img.mysy-training.com/3il/3il_img.png with httplib +DEBUG:xhtml2pdf:Uri parsed: https://img.mysy-training.com/3il/3il_img.png +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 39 +DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 92 11 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 115 19144 +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col 1 has width 20% +DEBUG:xhtml2pdf:Col 2 has width 20% +DEBUG:xhtml2pdf:Col widths: [None, '20%', '20%'] +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645 +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 41 39 +DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 92 11 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 115 19144 +DEBUG:xhtml2pdf:can't concat int to bytes +Traceback (most recent call last): + File "C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 432, in getTransparent + return list(palette[transparency:transparency + 3]) + ~~~~~~~~~~~~~^~~ +TypeError: can't concat int to bytes +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:13:43] "GET /myclass/api/PrintAttendeeDetail_perSession/Khj9OnIPxc8cZfkVm2mdU9TVgrbhn3_MuA/0101202305012023776802placedelarepublique/billardman1@yahoo.fr HTTP/1.1" 200 - +INFO:root:2022-12-27 16:14:05.208915 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 16:14:05.809902 : SendAttendeeCertification Vous avez deja envoyé le certificat +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:14:05] "POST /myclass/api/SendAttendeeCertification/ HTTP/1.1" 200 - +INFO:root:2022-12-27 16:14:07.985019 : Security check : IP adresse '127.0.0.1' connected +DEBUG:xhtml2pdf:pisaDocument options: + src = '\n\n\n\n\t
\n\t\tMysy Training Logo\n\t
\n\n\t
\n\t\t

ATTESTION INDIVIDUELLE DE FORMATION

\n\t
\n\n\n\t
\n\t\n\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t

\n\t\t\t\t\t\tPar la presente, l\'oganisme de formation au Numero de declaration\n\t\t\t\t\t\t
\n\t\t\t\t\t\tatteste que balde   sekou a suivi la formation
\n\t\t\t\t\t\t""
\n\t\t\t\t\t\trealisé par le formateur formateur1\n\t\t\t\t\t

\n\n\t\t\t\t\t

\n\t\t\t\t\t\tCette formation a eu lieu du 01/01/2023 24:00:00 au 05/01/2023 24:00:00 à l\'adresse\n\t\t\t\t\t\t:2 place de la republique\n\t\t\t\t\t\t\t\t\t\t

\n\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\t
\n\t\t\t\t\t\tContenus de la formation :
\n\t\t\t\t\t\t\n\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\tFait à roissy en brie le \n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\tPour l\'organisme de formation
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\n\t\t\t\t
\n\n\n\n\t\t\t\n\t\t\t
\n\t\t\t\n\n\n\t\t\n\n\t\n\t
\n\t
Date impression :
\n\n\n' + dest = <_io.BufferedRandom name='./temp_directAttestation_.pdf'> + path = None + link_callback = None + xhtml = False + context_meta = None +DEBUG:xhtml2pdf:FileObject 'http://88.170.110.220/img/MYSY-LOGO-BLUE.png', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__' +DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='http', netloc='88.170.110.220', path='/img/MYSY-LOGO-BLUE.png', params='', query='', fragment=''), 'http') +DEBUG:xhtml2pdf:Parsing img tag, src: +DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 60.0, 'height': None, 'align': None, 'id': None} +DEBUG:xhtml2pdf:Sending request for http://88.170.110.220/img/MYSY-LOGO-BLUE.png with httplib +DEBUG:xhtml2pdf:Uri parsed: http://88.170.110.220/img/MYSY-LOGO-BLUE.png +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645 +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645 +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:14:08] "GET /myclass/api/PrintAttendeeCertification/Khj9OnIPxc8cZfkVm2mdU9TVgrbhn3_MuA/0101202305012023776802placedelarepublique/billardman1@yahoo.fr HTTP/1.1" 200 - +INFO:root:2022-12-27 16:17:01.939012 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 16:17:01.942217 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2022-12-27 16:17:01.946245 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:17:01] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:17:01] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Dec/2022 16:17:01] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -