diff --git a/.idea/workspace.xml b/.idea/workspace.xml index fb98896..20cc824 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,17 +1,11 @@ - + - - - - - - - + @@ -316,7 +317,6 @@ - @@ -341,7 +341,8 @@ - diff --git a/Inscription_mgt.py b/Inscription_mgt.py index 6540100..b20f4ab 100644 --- a/Inscription_mgt.py +++ b/Inscription_mgt.py @@ -1794,7 +1794,7 @@ Cette fonction envoie l'email de demande d'evaluation """ def SendTrainingEvaluationEmail(diction): try: - field_list_obligatoire = ['session_id', 'token', 'attendee_email'] + field_list_obligatoire = ['session_id', 'token', 'attendee_email', 'class_internal_url'] for val in field_list_obligatoire: if val not in diction: @@ -1817,6 +1817,7 @@ def SendTrainingEvaluationEmail(diction): # Verifier qui la formation n'a pas deja été evaluée tmp_count = MYSY_GV.dbname['inscription'].count_documents({'session_id': str(diction['session_id']), 'email': str(diction['attendee_email']), + 'class_internal_url': str(diction['class_internal_url']), "eval_date": {"$exists": True}}) if (tmp_count > 0): @@ -1827,7 +1828,8 @@ def SendTrainingEvaluationEmail(diction): RetObject = [] # Recuperation des infos de la formation local_Insc_retval = MYSY_GV.dbname['inscription'].find_one({'session_id': str(diction['session_id']), - 'email': str(diction['attendee_email'])}) + 'email': str(diction['attendee_email']), + 'class_internal_url': str(diction['class_internal_url'])}) my_retrun_dict = {} diff --git a/Log/log_file.log b/Log/log_file.log index 6cfa286..82b7047 100644 --- a/Log/log_file.log +++ b/Log/log_file.log @@ -1143306,3 +1143306,1263 @@ DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645 INFO:werkzeug:127.0.0.1 - - [16/Feb/2023 21:59:42] "GET /myclass/api/PrintAttendeeDetail_perSession/7rTNpiYiN_8Ik4z_cL1MXJhxhMxTdh8Zww/MYSY_0001_S1/mysy1000formation@gmail.com/lean-deploiement--yellow-belt-ecam-expert-d4f HTTP/1.1" 200 - INFO:werkzeug:127.0.0.1 - - [16/Feb/2023 21:59:42] "GET /myclass/api/PrintAttendeeDetail_perSession/7rTNpiYiN_8Ik4z_cL1MXJhxhMxTdh8Zww/MYSY_0001_S1/billardman1@gmail.com/lean-deploiement--yellow-belt-ecam-expert-d4f HTTP/1.1" 200 - INFO:werkzeug:127.0.0.1 - - [16/Feb/2023 21:59:43] "GET /myclass/api/PrintAttendeeDetail_perSession/7rTNpiYiN_8Ik4z_cL1MXJhxhMxTdh8Zww/MYSY_0001_S1/mysytraining@gmail.com/lean-deploiement--yellow-belt-ecam-expert-d4f HTTP/1.1" 200 - +DEBUG:filelock:Attempting to acquire lock 2460386603920 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2460386603920 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2460386603920 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2460386603920 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2460386706448 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2460386706448 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-02-17 11:50:57.632573 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-02-17 11:50:57.672190 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-02-17 11:50:57.673202 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-02-17 11:50:57.673202 : ++ FLASK PORT 5001 ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2460386706448 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2460386706448 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2460302088464 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2460302088464 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2460302088464 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2460302088464 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2801483118224 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2801483118224 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2801483118224 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2801483118224 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2801483235408 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2801483235408 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-02-17 11:51:07.856547 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-02-17 11:51:07.857547 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-02-17 11:51:07.857547 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-02-17 11:51:07.857547 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2801483235408 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2801483235408 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2801483235600 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2801483235600 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2801483235600 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2801483235600 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-02-17 11:51:08.124099 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:51:08.127098 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:51:08.128103 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:51:08.129089 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:51:08.131090 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:51:08.132095 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:51:08.133090 : Le token partner est vide +INFO:root:2023-02-17 11:51:08.135088 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:51:08.138088 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:51:08.141087 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:51:08.146086 : Le token du partenaire n'est pas valide +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:51:08] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:51:08] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:51:08] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:51:08] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 11:51:08.750686 : getRecodedImage - Impossible de recuperer le recid du user +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:51:08] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-02-17 11:51:08.751685 : partner_login Connexion partnair mysy1000formation@gmail.com : OK, Date : 2023-02-17 11:51:08.143087 , _id = 63d168b1da18f633b8053b6a +INFO:root:2023-02-17 11:51:08.751685 : get_partner_class - Le token est vide +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:51:08] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 11:51:08.753687 : get_partner_account - Le token n'est pas valide +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:51:08] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-02-17 11:51:08.761685 : partner_login Connexion partener_token : OK , _id = 63d169b8a18e0689a1336d32 +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:51:08] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2023-02-17 11:51:08.976765 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:51:08.978763 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:51:08.981827 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:51:08] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-02-17 11:51:08.985831 : Connexion du partner recid = a97b61d78f194cd37d3e18ed634c3f623de92d3658f7803691 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:51:08] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:51:08] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 11:51:09.329120 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:51:09] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2023-02-17 11:51:15.900033 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:51:15.902034 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:51:15.905033 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:51:15] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:51:15] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:51:15] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 11:51:20.938309 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:51:20.942316 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:51:20.944315 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:51:20] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 11:51:20.948307 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:51:20] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:root:2023-02-17 11:51:20.953308 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:51:20] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:51:20] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:51:20] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-02-17 11:56:02.638451 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:56:02.645446 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:56:02] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-02-17 11:56:02.649444 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:56:02] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:56:02] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2023-02-17 11:56:55.800854 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:56:55.805855 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:56:55.807852 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:56:55] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:56:55] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:56:55] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 11:56:58.455562 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:56:58.459591 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:56:58.462586 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:56:58] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:56:58] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 11:56:58.467582 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:56:58.470585 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:56:58] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:56:58] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:56:58] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:root:2023-02-17 11:58:05.762648 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:58:05.765647 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:58:05.767642 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:58:05] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:58:05] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:58:05] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 11:58:11.765921 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:58:11.768607 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:58:11] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 11:58:11.772643 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 11:58:11.774633 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:58:11] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-02-17 11:58:11.779644 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:58:11] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:58:11] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 11:58:11] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:02:29.477242 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:02:29.481240 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:02:29.484234 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:02:29] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:02:29] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:02:29] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:03:14.728957 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:03:14.731956 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:03:14.733954 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:03:14] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:03:14] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:03:14] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:08:04.997382 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:08:05.000379 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:08:05.004399 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:08:05] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:08:05] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:08:05] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:08:37.200843 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:08:37.204109 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:08:37] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:08:37.207143 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:08:37.210144 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:08:37] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:08:37.214148 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:08:37] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:08:37] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:08:37] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:10:12.214214 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:10:12.216364 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:10:12.219497 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:10:12] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:10:12] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:10:12] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:10:24.337564 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:10:24.339560 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:10:24.342560 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:10:24] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:10:24] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:10:24] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:11:32.438244 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:11:32.443238 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:11:32.445246 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:11:32] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:11:32] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:11:32] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:11:37.431225 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:11:37.435228 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:11:37.439226 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:11:37] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:11:37] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:11:37] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:11:55.620324 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:11:55] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:11:55.635856 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:11:55] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:11:55.666855 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:11:55] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:11:59.274344 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:11:59.279347 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:11:59.281345 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:11:59] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:11:59] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:11:59] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:13:07.081802 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:13:07.085796 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:13:07] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:13:07.089798 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:13:07] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:13:07] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:15:42.490565 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:15:42.494565 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:15:42.498570 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:15:42] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:15:42] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:15:42] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:15:43.983939 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:15:43.986940 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:15:43.988939 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:15:43] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:15:43] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:15:43] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:15:46.574654 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:15:46.578655 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:15:46.581655 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:15:46] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:15:46] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:15:46] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:15:49.291700 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:15:49.294717 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:15:49] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:15:49.297715 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:15:49.301251 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:15:49] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:15:49.305251 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:15:49] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:15:49] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:15:49] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:16:27.022134 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:16:27.025134 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:16:27.027135 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:16:27] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:16:27] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:16:27] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:17:17.628322 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:17:17.630322 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:17:17.632323 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:17:17] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:17:17] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:17:17] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:17:20.890534 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:17:20.892993 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:17:20.895064 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:17:20] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:17:20] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:17:20.901081 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:17:20.904077 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:17:20] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:17:20] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:17:20] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:19:51.515503 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:19:51.517672 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:19:51.519662 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:19:51] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:19:51] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:19:51] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:19:56.728262 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:19:56.731264 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:19:56.734272 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:19:56] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:19:56] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:19:56] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:20:00.861251 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:20:00.864247 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:20:00] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:20:00.867252 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:20:00.871244 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:20:00] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:20:00.875239 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:20:00] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:20:00] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:20:00] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:20:37.040791 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:20:37.045013 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:20:37.047549 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:20:37] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:20:37] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:20:37] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:20:40.163597 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:20:40.166118 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:20:40.169115 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:20:40] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:20:40] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:20:40] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:20:42.814001 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:20:42.817008 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:20:42.820003 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:20:42] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:20:42.824003 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:20:42] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:20:42] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:20:42.828001 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:20:42] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:20:42] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:21:14.004246 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:21:14.007245 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:21:14.010242 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:21:14] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:21:14] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:21:14] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:21:24.665421 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:21:24.668416 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:21:24.671413 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:21:24] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:21:24] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:21:24] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:21:30.222515 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:21:30.225630 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:21:30] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:21:30.231159 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:21:30.235162 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:21:30] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:21:30.238162 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:21:30] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:21:30] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:21:30] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:23:31.366114 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:23:31] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:23:31.383137 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:23:31] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:23:31.396674 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:23:31] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:28:17.940469 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:28:17.944005 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:28:17.946999 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:28:17] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:28:17] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:28:17] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:28:25.987545 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:28:25.990544 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:28:25] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:28:25.994553 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:28:25] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:28:25] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:33:05.114700 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:33:05.118705 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:33:05.121749 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:33:05] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:33:05] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:33:05] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:33:08.108143 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:33:08.111141 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:33:08] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:33:08.115136 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:33:08.117135 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:33:08] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:33:08.122138 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:33:08] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:33:08] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:33:08] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:34:08.368579 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:34:08.371578 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:34:08.375588 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:34:08] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:34:08] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:34:08] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:34:16.824511 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:34:16.826511 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:34:16.830023 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:34:16] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:34:16] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:34:16] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:34:19.676051 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:34:19.680285 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:34:19] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:34:19.684297 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:34:19.687299 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:34:19] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:34:19.691816 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:34:19] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:34:19] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:34:19] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:34:45.253161 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:34:46] "GET /myclass/api/DownloadParticipantsList/7rTNpiYiN_8Ik4z_cL1MXJhxhMxTdh8Zww/MYSY_0001_S1/lean-deploiement--yellow-belt-ecam-expert-d4f HTTP/1.1" 200 - +INFO:root:2023-02-17 12:35:57.192754 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:35:57.195755 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:35:57.198753 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:35:57] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:35:57] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:35:57] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:36:01.595057 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:36:01.598227 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:36:01.601354 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:36:01] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:36:01.605356 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:36:01] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:36:01.609357 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:36:01] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:36:01] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:36:01] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:38:27.366348 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:38:27.392560 : CreateTableauEmargement - INFO : 0 Documents supprimés de la collection : emargement : session = MYSY_0001_S1 +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:38:27] "POST /myclass/api/CreateTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:38:27.555799 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:38:27] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:46:49.002097 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:46:49.005096 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:46:49.008093 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:46:49] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:46:49] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:46:49] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:49:17.922315 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:49:17.925436 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:49:17.928452 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:49:17] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:49:17.933450 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:49:17] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:49:17] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:49:17.939449 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:49:17] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:49:17] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:49:21.442556 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:49:21.445551 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:49:21.448559 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:49:21] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:49:21] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:49:21] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:56:21.450537 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:56:21.453538 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:56:21.455537 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:56:21] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:56:21] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:56:21] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:59:28.753313 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 12:59:28.755319 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:59:28] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-02-17 12:59:28.759317 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:59:28] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 12:59:28] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:01:42.039733 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:01:42.042728 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:01:42.045728 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:01:42] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:01:42] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:01:42] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:01:44.725263 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:01:44.728443 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:01:44] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:01:44.731501 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:01:44.734503 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:01:44.736500 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:01:44] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:01:44] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:01:44] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:01:44] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:04:03.583718 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:04:03.585720 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:04:03.588232 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:04:03] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:04:03] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:04:03] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:04:07.467473 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:04:07.469469 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:04:07.472471 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:04:07] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:04:07] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:04:07] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:04:16.863666 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:04:16.867023 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:04:16] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:04:16.870128 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:04:16.874127 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:04:16] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:04:16.877127 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:04:16] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:04:16] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:04:16] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\emargement.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2329471813072 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2329471813072 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2329471813072 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2329471813072 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2329472024976 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2329472024976 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-02-17 13:07:43.693619 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-02-17 13:07:43.693619 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-02-17 13:07:43.693619 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-02-17 13:07:43.693619 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2329472024976 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2329472024976 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2329405175248 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2329405175248 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2329405175248 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2329405175248 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\emargement.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1943770906896 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1943770906896 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1943770906896 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1943770906896 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1943771202064 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1943771202064 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-02-17 13:09:08.141963 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-02-17 13:09:08.141963 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-02-17 13:09:08.142958 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-02-17 13:09:08.142958 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1943771202064 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1943771202064 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1943741725008 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1943741725008 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1943741725008 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1943741725008 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-02-17 13:09:15.195201 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:09:15.198198 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:09:15.200202 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:09:15] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:09:15] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:09:15] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:09:18.170305 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:09:18.173561 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:09:18.177622 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:09:18] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:09:18.180617 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:09:18] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:09:18.185627 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:09:18] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:09:18] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:09:18] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:10:16.039235 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:10:16.041247 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:10:16.044254 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:10:16] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:10:16] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:10:16] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:10:18.765391 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:10:18.768691 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:10:18] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:10:18.772802 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:10:18.774797 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:10:18] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:10:18.779797 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:10:18] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:10:18] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:10:18] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:11:14.372939 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:11:14.374945 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:11:14.377939 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:11:14] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:11:14] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:11:14] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:11:16.946707 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:11:16.949219 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:11:16.952316 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:11:16] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:11:16] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:11:16] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:11:19.097679 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:11:19.100676 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:11:19.101678 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:11:19] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:11:19.107685 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:11:19] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:11:19.111686 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:11:19] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:11:19] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:11:19] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:12:10.852766 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:12:10.858519 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:12:10.861703 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:12:10.866729 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:12:11.208483 : UpdateUserEmargementDate OK, la liste d'emargement de la session MYSY_0001_S1 a été mise à jour +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:12:11] "POST /myclass/api/UpdateUserEmargementDate/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:12:11.209483 : UpdateUserEmargementDate OK, la liste d'emargement de la session MYSY_0001_S1 a été mise à jour +INFO:root:2023-02-17 13:12:11.209483 : UpdateUserEmargementDate OK, la liste d'emargement de la session MYSY_0001_S1 a été mise à jour +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:12:11] "POST /myclass/api/UpdateUserEmargementDate/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:12:11.210483 : UpdateUserEmargementDate OK, la liste d'emargement de la session MYSY_0001_S1 a été mise à jour +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:12:11] "POST /myclass/api/UpdateUserEmargementDate/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:12:11] "POST /myclass/api/UpdateUserEmargementDate/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:12:11.438639 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:12:11] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:12:11.497280 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:12:11] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:12:11.506295 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:12:11] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:12:11.512293 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:12:11] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:12:43.860937 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:12:43.864922 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:12:43.868926 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:12:43.874924 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:12:43.882921 : UpdateUserEmargementDate OK, la liste d'emargement de la session MYSY_0001_S1 a été mise à jour +INFO:root:2023-02-17 13:12:43.882921 : UpdateUserEmargementDate OK, la liste d'emargement de la session MYSY_0001_S1 a été mise à jour +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:12:43] "POST /myclass/api/UpdateUserEmargementDate/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:12:43] "POST /myclass/api/UpdateUserEmargementDate/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:12:43.884928 : UpdateUserEmargementDate OK, la liste d'emargement de la session MYSY_0001_S1 a été mise à jour +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:12:43] "POST /myclass/api/UpdateUserEmargementDate/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:12:43.887923 : UpdateUserEmargementDate OK, la liste d'emargement de la session MYSY_0001_S1 a été mise à jour +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:12:43] "POST /myclass/api/UpdateUserEmargementDate/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:12:43.897338 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:12:43.899401 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:12:43] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:12:43.902595 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:12:43] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:12:43.905608 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:12:43] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:12:43] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:13:05.503952 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:13:05.506954 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:13:05.509954 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:13:05] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:13:05] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:13:05] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:13:08.641147 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:13:08.643769 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:13:08.647857 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:13:08] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:13:08] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:13:08.652856 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:13:08] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:13:08.655859 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:13:08] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:13:08] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:14:30.058571 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:14:30.064570 : UpdateUserEmargementDate OK, la liste d'emargement de la session MYSY_0001_S1 a été mise à jour +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:14:30] "POST /myclass/api/UpdateUserEmargementDate/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:14:30.288703 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:14:30] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:17:57.864246 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:17:57.867258 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:17:57.870258 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:17:57] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:17:57] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:17:57] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:18:04.255653 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:18:04.257656 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:18:04.260653 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:18:04] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:18:04] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:18:04] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:18:06.920874 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:18:06.922872 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:18:06.924879 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:18:06] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:18:06.928898 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:18:06] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:18:06.932899 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:18:06] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:18:06] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:18:06] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:18:30.904223 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:18:30.906236 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:18:30.909771 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:18:30.911779 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:18:32.125658 : SendEmargementMail -(432, b'4.3.2 Concurrent connections limit exceeded. Visit https://aka.ms/concurrent_sending for more information. [Hostname=MR1P264MB2270.FRAP264.PROD.OUTLOOK.COM]') - ERRORRRR AT Line : 1766 +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:18:32] "POST /myclass/api/EmargementMail/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:18:35] "POST /myclass/api/EmargementMail/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:18:35] "POST /myclass/api/EmargementMail/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:18:35] "POST /myclass/api/EmargementMail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:19:21.651449 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:19:21.654450 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:19:21.656448 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:19:21] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:19:21] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:19:21] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:19:50.617648 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:19:50.620640 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:19:50.623649 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:19:50] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:19:50] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:19:50] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:21:18.174936 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:21:18.177185 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:21:18.179941 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:21:18] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:21:18] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:21:18] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:23:13.674450 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:23:13.676450 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:23:13.678450 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:23:13] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:23:13.681447 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:23:13] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:23:13] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:23:13.688446 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:23:13] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:23:13] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:23:50.799843 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:23:50.802377 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:23:50.805369 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:23:50] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:23:50] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:23:50] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:23:52.857242 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:23:52.859248 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:23:52.862246 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:23:52] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:23:52] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:23:52] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:23:55.308332 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:23:55.311495 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:23:55.314807 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:23:55] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:23:55.318816 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:23:55] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:23:55] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:23:55.324811 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:23:55] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:23:55] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:24:18.707022 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:24:19] "POST /myclass/api/EmargementMail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:24:24.283825 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:24:25] "POST /myclass/api/EmargementMail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:24:57.060900 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:24:57.063898 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:24:57.065897 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:24:57] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:24:57] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:24:57] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:24:59.885920 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:24:59] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:24:59.891436 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:24:59] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:24:59.895732 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:24:59.899751 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:24:59] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:24:59.904744 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:24:59] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:24:59] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:25:33.740323 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:25:34] "POST /myclass/api/EmargementMail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:26:39.735923 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:26:39.738929 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:26:39.741925 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:26:39] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:26:39] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:26:39] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:26:51.006296 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:26:51.009296 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:26:51.011296 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:26:51] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:26:51] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:26:51] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:26:53.512283 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:26:53.515281 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:26:53] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:26:53.520572 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:26:53] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:26:53.524841 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:26:53.527887 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:26:53] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:26:53] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:26:53] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:27:09.013355 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:09] "POST /myclass/api/EmargementMail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:27:21.020333 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:21] "GET /myclass/api/UserEmargementValidation/63ef673333e92c2015afe6b1/2 HTTP/1.1" 302 - +INFO:root:2023-02-17 13:27:31.177601 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:27:31.178604 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:27:31.179603 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:31] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:31] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:31] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:27:31.665859 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:27:31.667860 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:31] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:27:32.546932 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:27:32.547932 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:27:32.548932 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:27:32.549931 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:27:32.550931 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:27:32.550931 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:32] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:32] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:32] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:27:32.878707 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:27:32.879706 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:27:32.879706 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:27:32.880706 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:27:32.881709 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:27:32.884213 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:32] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:32] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:32] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:27:33.203964 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:27:33.204965 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:27:33.205963 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:27:33.206963 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:27:33.207964 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:27:33.209975 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:33] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:33] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:33] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:33] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:33] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:33] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:27:33.529559 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:27:33.530546 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:33] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:27:33] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:28:07.025404 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:28:07.027402 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:28:07.030403 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:28:07] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:28:07] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:28:07] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:28:09.829436 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:28:09.832741 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:28:09] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:28:09.836750 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:28:09.838753 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:28:09] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:28:09] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:28:09.844761 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:28:09] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:28:09] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:28:28.011715 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:28:28] "POST /myclass/api/EmargementMail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:38:17.712332 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:38:17.715353 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:38:17.718350 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:38:17] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:38:17] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:38:17] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:38:39.431818 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:38:39.434821 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:38:39.437350 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:38:39] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:38:39] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:38:39] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:38:44.647597 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:38:44.650596 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:38:44.653606 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:38:44] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:38:44] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:38:44] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:38:47.960826 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:38:47.963990 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:38:47.967042 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:38:47] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:38:47] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:38:47.972162 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:38:47.974161 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:38:47] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:38:47] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:38:47] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:40:48.910647 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:40:48.913180 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:40:48] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:40:48.918182 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:40:48] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:40:48] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:40:53.286576 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:40:53.289800 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:40:53] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:40:53] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:40:53.297823 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:40:53] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:40:53.307826 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:40:53.310826 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:40:53] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:40:53] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:42:54.483554 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:42:54] "POST /myclass/api/GetAttendeeDetail_perSession/ 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 +DEBUG:filelock:Attempting to acquire lock 1793138116496 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1793138116496 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1793138116496 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1793138116496 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1793138119312 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1793138119312 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-02-17 13:47:20.870118 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-02-17 13:47:20.871139 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-02-17 13:47:20.871139 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-02-17 13:47:20.871139 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1793138119312 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1793138119312 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1793145715472 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1793145715472 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1793145715472 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1793145715472 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +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 +DEBUG:filelock:Attempting to acquire lock 2408560757328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2408560757328 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2408560757328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2408560757328 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2408561005392 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2408561005392 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-02-17 13:47:36.333939 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-02-17 13:47:36.334972 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-02-17 13:47:36.334972 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-02-17 13:47:36.334972 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2408561005392 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2408561005392 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2408561005520 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2408561005520 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2408561005520 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2408561005520 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +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 +DEBUG:filelock:Attempting to acquire lock 2818712569616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2818712569616 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2818712569616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2818712569616 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2818712617104 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2818712617104 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-02-17 13:48:05.159114 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-02-17 13:48:05.160121 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-02-17 13:48:05.160121 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-02-17 13:48:05.160121 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2818712617104 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2818712617104 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2818712617424 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2818712617424 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2818712617424 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2818712617424 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-02-17 13:48:44.532313 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:48:44.534318 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:48:44.536314 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:48:44] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:48:44] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:48:44] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:48:51.184194 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:48:51.189205 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:48:51.193211 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:48:51] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:48:51] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:48:51] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:48:54.239738 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:48:54.242733 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:48:54] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:48:54.246734 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:48:54] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:48:54.249731 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:48:54.252742 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:48:54] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:48:54] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:48:54] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:51:25.248663 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:51:25.253664 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:51:25.257661 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:51:25] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:51:25] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:51:25] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:51:29.474340 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:51:29.477341 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:51:29.479341 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:51:29] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:51:29] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:51:29] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:51:32.532415 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:51:32.535416 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:51:32.538411 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:51:32] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:51:32.541929 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:51:32] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:51:32.545930 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:51:32] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:51:32] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:51:32] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:52:42.605279 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:52:42.607282 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:52:42] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:52:42.611278 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:52:42] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:52:42] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:52:45.249936 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:52:45.251934 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:52:45.254935 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:52:45] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:52:45] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:52:45] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:52:47.743901 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:52:47.746556 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:52:47.749675 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:52:47] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:52:47] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:52:47.753687 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:52:47.756677 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:52:47] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:52:47] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:52:47] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:53:41.581060 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:53:41.585058 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:53:41.590061 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:53:41] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:53:41] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:53:41] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:54:02.469931 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:54:02.476921 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:54:02.478929 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:54:02] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:54:02] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:54:02] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:54:05.681871 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:54:05.684871 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:54:05] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:54:05.689868 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:54:05] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:54:05.693869 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:54:05.696870 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:54:05] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:54:05] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:54:05] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:55:08.569489 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:55:08.573489 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:55:08.576495 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:55:08] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:55:08] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:55:08] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:55:32.086868 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:55:32.091864 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:55:32.094412 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:55:32] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:55:32] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:55:32] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:55:37.743596 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:55:37.746601 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:55:37] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:55:37] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:55:37.759609 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:55:37] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:55:41.429932 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:55:41.433187 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:55:41] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:55:41.439224 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:55:41] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:55:41.442230 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:55:41] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:55:41] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:55:41.449219 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:55:41] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:56:02.270490 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:56:02.275487 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:56:02.279156 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:56:02.286199 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:56:02.289199 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 13:56:02.294198 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:56:03] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:56:03] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:56:03] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:56:03.955107 : Evaluation_training_confirmation_mail -(432, b'4.3.2 Concurrent connections limit exceeded. Visit https://aka.ms/concurrent_sending for more information. [Hostname=MR1P264MB2270.FRAP264.PROD.OUTLOOK.COM]') - ERRORRRR AT Line : 565 +INFO:root:2023-02-17 13:56:03.955107 : Evaluation_training_confirmation_mail -(432, b'4.3.2 Concurrent connections limit exceeded. Visit https://aka.ms/concurrent_sending for more information. [Hostname=MR1P264MB2270.FRAP264.PROD.OUTLOOK.COM]') - ERRORRRR AT Line : 565 +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:56:03] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 13:56:03.956119 : Evaluation_training_confirmation_mail -(432, b'4.3.2 Concurrent connections limit exceeded. Visit https://aka.ms/concurrent_sending for more information. [Hostname=MR1P264MB2270.FRAP264.PROD.OUTLOOK.COM]') - ERRORRRR AT Line : 565 +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:56:03] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 13:56:03] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\GlobalVariable.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2969367476432 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2969367476432 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2969367476432 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2969367476432 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2969367593232 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2969367593232 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-02-17 14:00:32.890426 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-02-17 14:00:32.890426 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-02-17 14:00:32.890426 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-02-17 14:00:32.891435 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2969367593232 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2969367593232 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2969441836880 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2969441836880 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2969441836880 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2969441836880 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-02-17 14:00:40.633574 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:00:40.638105 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:00:40.641105 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:00:40.644100 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:00:40.659105 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:00:40.662102 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:00:41] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:00:41] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:00:41] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:00:41.854202 : Evaluation_training_confirmation_mail -(432, b'4.3.2 Concurrent connections limit exceeded. Visit https://aka.ms/concurrent_sending for more information. [Hostname=PAZP264MB3232.FRAP264.PROD.OUTLOOK.COM]') - ERRORRRR AT Line : 565 +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:00:41] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:00:41.855203 : Evaluation_training_confirmation_mail -(432, b'4.3.2 Concurrent connections limit exceeded. Visit https://aka.ms/concurrent_sending for more information. [Hostname=PAZP264MB3232.FRAP264.PROD.OUTLOOK.COM]') - ERRORRRR AT Line : 565 +INFO:root:2023-02-17 14:00:41.855203 : Evaluation_training_confirmation_mail -(432, b'4.3.2 Concurrent connections limit exceeded. Visit https://aka.ms/concurrent_sending for more information. [Hostname=PAZP264MB3232.FRAP264.PROD.OUTLOOK.COM]') - ERRORRRR AT Line : 565 +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:00:41] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:00:41] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\GlobalVariable.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1868702415760 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1868702415760 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1868702415760 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1868702415760 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1868702516624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1868702516624 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-02-17 14:01:14.494195 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-02-17 14:01:14.494195 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-02-17 14:01:14.494195 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-02-17 14:01:14.494195 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1868702516624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1868702516624 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1868702516816 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1868702516816 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1868702516816 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1868702516816 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-02-17 14:03:59.809478 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:03:59.812242 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:03:59.815475 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:03:59] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:03:59] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:03:59] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:04:06.822252 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:04:06.824476 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:04:06.830008 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:04:06] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:04:06] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:04:06] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:04:11.321460 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:04:11.324972 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:04:11.328508 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:04:11] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:04:11.330510 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:04:11] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:04:11.335000 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:04:11] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:04:11] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:04:11] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:04:28.139527 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:04:28] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:04:29.233388 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:04:29] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:04:30.818754 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:04:31] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:04:31.825124 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:04:32] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:04:32.829875 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:04:33] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:04:33.837892 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:04:34] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:04:47.643731 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:04:48] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:04:48.646239 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:04:49] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:04:49.650507 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:04:50] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:04:50.656605 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:04:51] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:04:51.670959 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:04:52] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:04:52.679260 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:04:53] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:05:12.330052 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:05:12.334057 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:05:12.337050 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:05:12] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:05:12] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:05:12] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:05:15.105754 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:05:15.108916 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:05:15.111045 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:05:15] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:05:15.115056 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:05:15] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:05:15.119056 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:05:15] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:05:15] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:05:15] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:05:32.573536 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:05:32.680622 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:05:32.788801 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:05:32.901471 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:05:33.009028 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:05:33.119772 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:05:33] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:05:33] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:05:33] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:05:33] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:05:33] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:05:33] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:06:20.449358 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:06:20.452360 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:06:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:06:20.457369 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:06:20.460368 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:06:20] "POST /myclass/api/MySyckeckEvaluationToken/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:06:20] "POST /myclass/api/get_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:06:20] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:06:22.328908 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:06:22] "POST /myclass/api/ckeckEvaluationToken/ HTTP/1.1" 404 - +INFO:root:2023-02-17 14:06:22.334051 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:06:22.337906 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:06:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:06:22] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:06:34.113083 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:06:34.117074 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:06:34] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:06:34.120075 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:06:34.123074 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:06:34] "POST /myclass/api/MySyckeckEvaluationToken/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:06:34] "POST /myclass/api/get_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:06:34] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:06:35.631862 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:06:35] "POST /myclass/api/ckeckEvaluationToken/ HTTP/1.1" 404 - +INFO:root:2023-02-17 14:06:35.634883 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:06:35.637856 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:06:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:06:35] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:06:43.823703 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:06:44] "POST /myclass/api/Evaluation_Class/ HTTP/1.1" 200 - +INFO:root:2023-02-17 14:08:23.556167 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:08:23.559164 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-02-17 14:08:23.562162 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:08:23] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:08:23] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [17/Feb/2023 14:08:23] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - diff --git a/emargement.py b/emargement.py index 2518b34..fb611ea 100644 --- a/emargement.py +++ b/emargement.py @@ -274,7 +274,7 @@ def UpdateUserEmargementDate(diction): # Ici on doit mettre tous les champs possible (obligatoire ou non) de la BDD dans la liste # field_list. ''' - field_list = [ 'session_id', 'token', 'email', 'date', 'matin', 'apresmidi'] + field_list = [ 'session_id', 'token', 'email', 'date', 'matin', 'apresmidi', 'class_internal_url'] incom_keys = diction.keys() for val in incom_keys: if val not in field_list: @@ -322,6 +322,12 @@ def UpdateUserEmargementDate(diction): if diction['apresmidi']: my_apresmidi = diction['apresmidi'] + class_internal_url = "" + if ("class_internal_url" in diction.keys()): + if diction['class_internal_url']: + class_internal_url = diction['class_internal_url'] + mydata['class_internal_url'] = class_internal_url + partner_recid = mycommon.get_parnter_recid_from_token(my_token) if (partner_recid is False): mycommon.myprint(str(inspect.stack()[0][3]) + " - Impossible de valider l'emargement ")