diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 97eacd1..95bc24b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,12 +1,13 @@ - - + + + - + @@ -469,7 +470,6 @@ - @@ -494,6 +494,7 @@ - \ No newline at end of file diff --git a/Collection_Historique.py b/Collection_Historique.py index 4d907a1..009ea82 100644 --- a/Collection_Historique.py +++ b/Collection_Historique.py @@ -148,16 +148,20 @@ def Add_Historique_Event(diction): if('action_description' in diction.keys() and diction['action_description']): action_description = diction['action_description'] - if(len(str(action_description)) > 255 ): - mycommon.myprint( - str(inspect.stack()[0][3]) + " - La description de l'historique d'évènement fait plus de 255 caractères ") - return False, " La description de l'historique d'évènement fait plus de 255 caractères " + + if(len(str(action_description)) > MYSY_GV.HISTORIQUE_DESCRIPTION_LEN ): + action_description = str(diction['action_description'])[0:MYSY_GV.HISTORIQUE_DESCRIPTION_LEN] mydata = diction if 'token' in mydata: del mydata['token'] + if 'action_description' in mydata: + del mydata['action_description'] + + + mydata['action_description'] = action_description mydata['partner_owner_recid'] = my_partner['recid'] mydata['connected_user_id'] = str(my_partner['_id']) mydata['valide'] = "1" diff --git a/GlobalVariable.py b/GlobalVariable.py index 19d68f3..e7f08cf 100644 --- a/GlobalVariable.py +++ b/GlobalVariable.py @@ -323,18 +323,20 @@ if (MYSY_ENV == "DEV"): """ # Tester le relay smtp perso (maison - DIRTY MAIL) - """O365_SMTP_COUNT_password = 'cherif' + O365_SMTP_COUNT_password = 'cherif' O365_SMTP_COUNT_smtpsrv = "srvdmz.iexercice.com" O365_SMTP_COUNT_user = "clientmail-vm2" O365_SMTP_COUNT_From_User = "clientmail-vm2@iexercice.com" - O365_SMTP_COUNT_port = 587""" + O365_SMTP_COUNT_port = 587 + """ # Tester le relay smtp perso (maison - mysy-training.fr) O365_SMTP_COUNT_password = 'cherif' O365_SMTP_COUNT_smtpsrv = "srvdmz.mysy-training.fr" O365_SMTP_COUNT_user = "cbalde" O365_SMTP_COUNT_From_User = "cbalde@mysy-training.fr" O365_SMTP_COUNT_port = 587 + """ @@ -912,4 +914,10 @@ Gestion du context de connexion d'un partenaire """ PARTNER_ACCOUNT_CONNEXION_CONTEXT_VALUES = ['mysy_session_display_view', 'mysy_menu_gauche_reduit', - 'mysy_catalog_data_row_grouped_by'] \ No newline at end of file + 'mysy_catalog_data_row_grouped_by'] + + +""" +Longueur maximale d'un commentaire dans l'historique +""" +HISTORIQUE_DESCRIPTION_LEN = 500 \ No newline at end of file diff --git a/Log/log_file.log b/Log/log_file.log index 71a74a2..2314813 100644 --- a/Log/log_file.log +++ b/Log/log_file.log @@ -35327,3 +35327,4198 @@ INFO:werkzeug:127.0.0.1 - - [30/Apr/2025 20:49:09] "POST /myclass/api/getRecoded INFO:werkzeug:127.0.0.1 - - [30/Apr/2025 20:49:09] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - INFO:werkzeug:127.0.0.1 - - [30/Apr/2025 20:49:09] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - INFO:werkzeug:127.0.0.1 - - [30/Apr/2025 20:49:09] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 11:13:45.789547 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 11:13:45.789547 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 11:13:45.789547 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 11:13:45.790545 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 11:13:45.790545 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +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:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 11:14:05.433466 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 11:14:05.433466 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 11:14:05.433466 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 11:14:05.434726 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 11:14:05.435727 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 11:16:52.168669 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:16:52] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2025-05-01 11:16:52.461941 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 11:16:52.466354 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 11:16:52.470472 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 11:16:52.473856 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:16:52] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:16:52] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-01 11:16:52.570415 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 11:16:52.573415 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 11:16:52.578826 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 11:16:52.583004 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 11:16:52.625916 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:16:52] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-05-01 11:16:52.631342 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:16:52] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:16:52] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:16:52] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:16:52] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:16:55] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:16:55] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2025-05-01 11:16:57.580471 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 11:16:57.583356 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 11:16:57.586981 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 11:16:57.592580 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:16:57] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-01 11:16:57.600922 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:16:57] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-01 11:16:57.606199 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 11:16:57.608196 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 11:16:57.617216 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:16:57] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 11:16:57.623274 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 11:16:57.628555 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:16:57] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:16:57] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2025-05-01 11:16:57.641613 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:16:57] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:16:57] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2025-05-01 11:16:57.656381 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:16:57] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:16:57] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:16:57] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:16:58] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:17:00] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2025-05-01 11:17:02.195334 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 11:17:02.200400 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 11:17:02.205510 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 11:17:02.209515 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 11:17:02.213516 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:17:02] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-05-01 11:17:02.224538 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:17:02] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:17:02] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:17:02] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:17:02] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2025-05-01 11:17:02.232526 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:17:02] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:17:02] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-05-01 11:17:05.940813 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:17:05] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2025-05-01 11:17:14.499111 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:17:14] "POST /myclass/api/Get_List_Convocations_Stagiaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 11:17:16.957027 : Security check : IP adresse '127.0.0.1' connected +DEBUG:xhtml2pdf:pisaDocument options: + src = '

 

\n

\n
\n
\n
\n

A l\'attention de :  part 2 part nom2  

Situé : adresse01
code_postal01 ville01
pays01

\n
\n
\n
\n
\n
 
\n
L\'Organisme de formation  Env Dev Part   ci-après nommé l\'Organisme de formation
Situé :  
Déclation d\'activité :  NDA-001254  Représenté par : [PDG]
Signataire dûment habilité aux fins des présentes : prenom nonn 
Contact :   
Téléphone :  
\n

\n
à le plaisir de vous convier à la formation ci-dessous :


Formation :   Ma Révolution Quantique
Durée :  121.0 heure (s)
Lieu de formation :   Bertrange
Dates de formation :  28/04/2025 05/05/2025
Nom formateur :  
\n

Vous êtes invités à vous présenter …….. minutes avant l\'horaire prévu.
\n
Cette formation se deroule aux dates suivantes :

\n
Au plaisir de vous retrouver prochainement,
\n
Paris , 01/05/2025
\n

 

\n

 Env Dev Part 
Téléphone : 07 69 20 39 45 
Email :  mysytraining+dev@gmail.com 
Site :  https://colasrail.com/ 

\n

 

\n
' + dest = <_io.BufferedRandom name='./temp_direct/Convocation_43598_47271.pdf'> + path = None + link_callback = None + xhtml = False + context_meta = None +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:17:17] "POST /myclass/api/Prepare_and_Send_Convocation_From_Session_For_Selected_Inscrit_By_Email/ HTTP/1.1" 200 - +INFO:root:2025-05-01 11:17:17.603226 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:17:18] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\GlobalVariable.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 11:21:25.024051 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 11:21:25.024051 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 11:21:25.024051 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 11:21:25.024051 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 11:21:25.024051 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 11:21:38.380879 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:21:38] "POST /myclass/api/Get_List_Convocations_Stagiaire_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 11:21:42.264986 : Security check : IP adresse '127.0.0.1' connected +DEBUG:xhtml2pdf:pisaDocument options: + src = '

 

\n

\n
\n
\n
\n

A l\'attention de :  part 2 part nom2  

Situé : adresse01
code_postal01 ville01
pays01

\n
\n
\n
\n
\n
 
\n
L\'Organisme de formation  Env Dev Part   ci-après nommé l\'Organisme de formation
Situé :  
Déclation d\'activité :  NDA-001254  Représenté par : [PDG]
Signataire dûment habilité aux fins des présentes : prenom nonn 
Contact :   
Téléphone :  
\n

\n
à le plaisir de vous convier à la formation ci-dessous :


Formation :   Ma Révolution Quantique
Durée :  121.0 heure (s)
Lieu de formation :   Bertrange
Dates de formation :  28/04/2025 05/05/2025
Nom formateur :  
\n

Vous êtes invités à vous présenter …….. minutes avant l\'horaire prévu.
\n
Cette formation se deroule aux dates suivantes :

\n
Au plaisir de vous retrouver prochainement,
\n
Paris , 01/05/2025
\n

 

\n

 Env Dev Part 
Téléphone : 07 69 20 39 45 
Email :  mysytraining+dev@gmail.com 
Site :  https://colasrail.com/ 

\n

 

\n
' + dest = <_io.BufferedRandom name='./temp_direct/Convocation_43598_32735.pdf'> + path = None + link_callback = None + xhtml = False + context_meta = None +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:21:42] "POST /myclass/api/Prepare_and_Send_Convocation_From_Session_For_Selected_Inscrit_By_Email/ HTTP/1.1" 200 - +INFO:root:2025-05-01 11:21:42.637613 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 11:21:43] "POST /myclass/api/Get_Editable_Document_By_Partner_By_Collection/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:02:32.124811 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:02:32.131428 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:02:32] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:02:32] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:04:20.599462 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:04:20] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:07:58.383368 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:07:58.385718 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:07:58] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:07:58] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:08:59.898938 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:08:59.902936 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:08:59] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:08:59] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:09:02.264650 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:09:02] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:09:20.529813 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:09:21.656051 : Delete_Groupe_Equipe_Team_Membre -'' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string - Line : 383 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:09:21] "POST /myclass/api/Delete_Groupe_Equipe_Team_Membre/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:11:29.111715 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:11:29.116721 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:11:29] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:11:29] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:11:34.949287 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:11:34.965416 : Delete_Groupe_Equipe_Team_Membre -'' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string - Line : 383 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:11:34] "POST /myclass/api/Delete_Groupe_Equipe_Team_Membre/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:12:18.359886 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:12:18.372809 : Delete_Groupe_Equipe_Team_Membre -'' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string - Line : 383 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:12:18] "POST /myclass/api/Delete_Groupe_Equipe_Team_Membre/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:12:19.456237 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:12:19.459225 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:12:19] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:12:19] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:13:05.451013 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:13:05.458697 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:13:05] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:13:05] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:13:08.425461 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:13:08] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:14:53.958207 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:14:53.963510 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:14:54] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:14:54] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:15:16.550748 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:15:16] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:15:21.700177 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:15:21.714399 : Delete_Groupe_Equipe_Team_Membre -'' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string - Line : 383 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:15:21] "POST /myclass/api/Delete_Groupe_Equipe_Team_Membre/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 15:18:24.651872 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 15:18:24.652872 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 15:18:24.652872 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 15:18:24.652872 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 15:18:24.652872 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 15:18:49.342336 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 15:18:49.342336 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 15:18:49.342336 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 15:18:49.342336 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 15:18:49.342336 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 15:18:49.397472 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:18:49] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:18:57.169664 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:18:58.024836 : Delete_Groupe_Equipe_Team_Membre -'' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string - Line : 383 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:18:58] "POST /myclass/api/Delete_Groupe_Equipe_Team_Membre/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 15:20:12.954582 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 15:20:12.954582 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 15:20:12.954582 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 15:20:12.954582 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 15:20:12.955589 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 15:20:14.153198 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:20:14] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:20:20.788862 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:20:21.683319 : Delete_Groupe_Equipe_Team_Membre -'' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string - Line : 385 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:20:21] "POST /myclass/api/Delete_Groupe_Equipe_Team_Membre/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 15:21:03.789985 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 15:21:03.789985 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 15:21:03.789985 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 15:21:03.789985 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 15:21:03.789985 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 15:21:04.336263 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:21:05.236651 : Delete_Groupe_Equipe_Team_Membre -'_id' - Line : 437 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:21:05] "POST /myclass/api/Delete_Groupe_Equipe_Team_Membre/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 15:22:00.170713 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 15:22:00.170713 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 15:22:00.170713 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 15:22:00.170713 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 15:22:00.170713 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 15:22:15.975085 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:22:15.978086 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:22:15] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:22:16] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:22:17.473408 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:22:17] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:22:24.739650 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:22:24] "POST /myclass/api/Delete_Groupe_Equipe_Team_Membre/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:22:24.821006 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:22:24] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:23:45.022678 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:23:45.027428 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:23:45] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:23:45] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:25:05.543024 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:25:05.546283 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:25:05] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:25:05] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:25:07.152161 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:25:07] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:25:16.770381 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:25:16] "POST /myclass/api/Add_Update_Equipe_Team_Membres/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:25:16.910985 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:25:16] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:25:21.817667 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:25:21] "POST /myclass/api/Delete_Groupe_Equipe_Team_Membre/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:25:21.904258 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:25:21] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:25:29.769855 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:25:29] "POST /myclass/api/Delete_Groupe_Equipe_Team_Membre/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:25:29.897007 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:25:29] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:25:46.356874 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:25:46.363257 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:25:46] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:25:46] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:31:08.899684 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:31:08.905684 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:31:08] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:31:08] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 15:34:22.406813 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 15:34:22.406813 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 15:34:22.406813 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 15:34:22.406813 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 15:34:22.406813 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 15:34:22.470482 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:34:22] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:34:33.551129 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:34:33] "POST /myclass/api/Add_Update_Equipe_Team_Membres/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:34:33.678961 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:34:33] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:34:39.452934 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:34:40.254023 : Delete_Equipe_Team Ce groupe à 3 membre(s) actif(s). Vous devez supprimer les membres avant de supprimer l'équipe +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:34:40] "POST /myclass/api/Delete_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:35:09.824158 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:35:09.827160 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:35:09] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:35:09] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:36:07.719635 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:36:07.722918 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:36:07] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:36:07] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:41:13.528391 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:41:13.532392 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:41:13] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:41:13] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:41:14.887355 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:41:14] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:42:20.169875 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:42:20.175896 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:42:20] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:42:20] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:42:23.115683 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:42:23] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:43:45.554182 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:43:45.560261 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:43:45] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:43:45] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:44:51.901449 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:44:51.905835 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:44:51] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:44:51] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:44:53.191699 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:44:53] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:45:10.757092 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:45:10.866161 : Add_Historique_Event - La description de l'historique d'évènement fait plus de 255 caractères +INFO:root:2025-05-01 15:45:10.868167 : WARNING : Impossible de logguer l'historique pour l'évènement : {'token': '-OiH6wjkGOtUBW2-rDCdJQwAF4H0KNl96w', 'related_collection': 'equipe_team', 'related_collection_recid': '6812422c83a535aabe0d18c4', 'action_date': '01/05/2025 15:45:10', 'action_description': "Suppression membres [{'rh_id': ObjectId('6617f4c177cb5462f767ca79'), 'email': 'mysytraining+enseingnant3@gmail.com', 'nom': 'nom_Enseignant_3', 'prenom': 'Prenom_3'}, {'rh_id': ObjectId('6617f4c177cb5462f767ca77'), 'email': 'mysytraining+enseingnant1@gmail.com', 'nom': 'nom_Enseignant_1', 'prenom': 'Prenom_1'}]"} +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:45:10] "POST /myclass/api/Delete_Groupe_Equipe_Team_Membre/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:45:10.912076 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:45:10] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\GlobalVariable.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 15:48:58.545313 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 15:48:58.545313 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 15:48:58.546313 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 15:48:58.546313 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 15:48:58.546313 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Collection_Historique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 15:49:39.770447 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 15:49:39.771437 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 15:49:39.771437 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 15:49:39.772442 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 15:49:39.772442 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Collection_Historique.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 15:52:10.102043 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 15:52:10.102043 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 15:52:10.102043 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 15:52:10.102043 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 15:52:10.102043 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +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:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 15:52:20.939219 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 15:52:20.939219 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 15:52:20.939219 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 15:52:20.939219 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 15:52:20.939219 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 15:52:41.762540 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:52:41.765833 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:52:41.768846 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:52:41] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:52:41.807560 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:52:41] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:52:41] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:52:41.856066 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 15:52:41.861069 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:52:41] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:52:41] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:53:14.975306 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:53:14] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:53:16.686963 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:53:16] "POST /myclass/api/Get_Action_Historique_List/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 15:54:23.695934 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 15:54:23.695934 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 15:54:23.695934 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 15:54:23.695934 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 15:54:23.695934 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 15:58:47.351220 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 15:58:47.351220 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 15:58:47.351220 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 15:58:47.351220 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 15:58:47.351220 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 15:59:41.309739 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:59:41] "POST /myclass/api/Add_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 15:59:41.396680 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 15:59:41] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 16:13:02.305156 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 16:13:02.305156 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 16:13:02.305156 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 16:13:02.305156 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 16:13:02.305156 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +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:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 16:13:12.788199 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 16:13:12.788199 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 16:13:12.788199 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 16:13:12.788199 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 16:13:12.788199 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 16:13:16.349561 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:13:16] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:13:17.953222 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:13:17] "POST /myclass/api/Get_Action_Historique_List/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:13:33.566033 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:13:34.601296 : Update_Equipe_Team -'_id' - Line : 644 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:13:34] "POST /myclass/api/Update_Equipe_Team/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 16:14:56.568235 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 16:14:56.568235 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 16:14:56.568235 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 16:14:56.568235 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 16:14:56.568235 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 16:15:01.015558 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:15:01] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:15:03.789811 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:15:03] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:15:18.904457 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:15:19.791292 : Update_Equipe_Team -'_id' - Line : 653 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:15:19] "POST /myclass/api/Update_Equipe_Team/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 16:15:53.778977 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 16:15:53.778977 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 16:15:53.778977 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 16:15:53.778977 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 16:15:53.778977 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 16:15:53.824568 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:15:54.630303 : Update_Equipe_Team -Collection.update_many() got an unexpected keyword argument 'return_document' - Line : 652 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:15:54] "POST /myclass/api/Update_Equipe_Team/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 16:16:27.942241 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 16:16:27.942241 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 16:16:27.942241 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 16:16:27.942241 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 16:16:27.942241 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 16:16:27.989976 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:16:28] "POST /myclass/api/Update_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:16:28.048736 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:16:28.051158 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:16:28] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:16:28] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 16:17:20.486853 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 16:17:20.486853 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 16:17:20.486853 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 16:17:20.486853 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 16:17:20.486853 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 16:17:52.678971 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 16:17:52.678971 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 16:17:52.678971 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 16:17:52.678971 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 16:17:52.678971 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 16:19:31.075072 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:19:31.078375 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:19:31] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:19:31] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:20:08.637975 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:20:08.642001 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:20:08] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:20:08] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:20:14.191818 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:20:14] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:20:21.543905 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:20:21] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:21:56.459909 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:21:56.507795 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:21:56] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:21:56] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:24:07.188837 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:24:07.193840 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:07] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:07] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:24:46.202424 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:24:46.211917 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:24:46.219709 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:46] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:46] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:24:46.276062 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:46] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:24:46.314133 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:24:46.318473 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:46] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:46] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:24:46.950315 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:24:46.953733 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:46] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:46] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:24:54.334865 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:24:54.338868 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:24:54.344864 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:24:54.349388 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:54] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:24:54.362390 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:54] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:24:54.370390 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:54] "POST /myclass/api/Get_Competence_Level/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:24:54.383387 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:54] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:54] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:54] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:54] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:24:55.694624 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:55] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:24:56.923641 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:24:56.926812 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:24:56.931301 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:24:56.938567 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:56] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:24:56.947153 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:56] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:56] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:24:56.960694 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:24:56.965339 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:24:56.973135 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:24:56.995319 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:24:57.003560 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:57] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:24:57.012565 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:57] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:57] "POST /myclass/api/Get_List_Ressource_Humaine_Affectation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:57] "POST /myclass/api/Get_List_Employee_Contrat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:57] "POST /myclass/api/Get_List_Employee_Suivi_Pedagogique_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:57] "POST /myclass/api/Get_Partner_Group_Purchase_Price_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:57] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:24:57] "POST /myclass/api/Get_Matrix_Acces_Right/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:25:59.814481 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:25:59.818803 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:25:59.825083 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:25:59.832049 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:25:59] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:25:59.839329 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:25:59.845849 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:25:59] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:25:59.854742 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:25:59] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:25:59] "POST /myclass/api/Get_Competence_Level/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:25:59.867521 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:25:59.871516 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:25:59] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:25:59] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:25:59.911169 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:25:59] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:25:59.932884 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:25:59] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:25:59] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:25:59] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:25:59.995254 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:25:59.999485 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:26:00.003486 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:26:00] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:26:00] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:26:00.021158 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:26:00] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:26:44.056343 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:26:44.059884 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:26:44] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:26:44] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:26:45.797180 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:26:45] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:26:52.996960 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:26:53] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:27:04.541970 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:27:04] "POST /myclass/api/Add_Update_Equipe_Team_Membres/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:27:04.688273 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:27:04] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:27:22.626903 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:27:22] "POST /myclass/api/Add_Update_Equipe_Team_Membres/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:27:22.772876 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:27:22] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:28:54.439794 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:28:54] "POST /myclass/api/Update_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:28:54.579811 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:28:54.586115 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:28:54] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:28:54] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:29:02.570308 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:29:02] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:29:19.524201 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:29:19] "POST /myclass/api/Update_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:29:19.607753 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:29:19.618752 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:29:19] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:29:19] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 16:30:48.048326 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 16:30:48.048326 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 16:30:48.048326 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 16:30:48.048326 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 16:30:48.048326 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 16:30:55.993316 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:30:56] "POST /myclass/api/Update_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:30:56.089159 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:30:56.093193 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:30:56] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:30:56] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:31:23.805731 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:31:23] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:32:48.180729 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:32:48.186724 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:32:48] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:32:48] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:32:54.019212 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:32:54] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 16:35:37.181508 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 16:35:37.181508 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 16:35:37.181508 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 16:35:37.181508 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 16:35:37.181508 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 16:35:37.234785 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:35:37] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:36:11.655369 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:36:11.658605 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:36:11] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:36:11] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:38:09.798007 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:38:09.807810 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:38:09.815408 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:09] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:09] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:38:09.884312 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:09] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:38:10.000424 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:38:10.003490 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:38:10.007995 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:38:10.014047 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:10] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:38:10.020775 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:38:10.026274 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:10] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:38:10.036803 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:10] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:10] "POST /myclass/api/Get_Competence_Level/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:10] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:10] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:10] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:38:11.168998 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:38:11.174608 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:38:11.178979 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:38:11.184334 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:38:11.191924 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:11] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:11] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:38:11.204333 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:11] "POST /myclass/api/Get_Competence_Level/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:38:11.214636 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:11] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:38:11.222244 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:11] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:11] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:38:11.246242 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:11] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:38:11.252242 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:11] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:38:11.269953 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:11] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:11] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:38:13.950632 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:38:14.000413 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:38:14.006925 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:38:14.011923 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:14] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:38:14.019930 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:38:14.028326 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:14] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:14] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:14] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:16] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:38:17] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:40:20.830142 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:40:23] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:40:26.921768 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:40:26.924851 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:40:26.930168 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:40:26.933685 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:40:26.939558 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:40:26] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:40:26] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:40:26.950112 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:40:26] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:40:26] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:40:26.957615 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:40:26.961981 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:40:26] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:40:26.968391 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:40:26] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:40:26.973919 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:40:26.978097 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:40:26.986367 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:40:26] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:40:27] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:40:27] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:40:27] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:40:27] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:40:27] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:40:27.383549 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:40:27.387551 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:40:27] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:40:27] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:42:17.796038 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:42:17] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:42:19.119965 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:42:19.136972 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:42:19.142105 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:42:19.151129 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:42:19.164730 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:42:19] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:42:19.180952 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:42:19] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:42:19] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:42:19.197709 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:42:19] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:42:19.230546 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:42:19.256900 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:42:19] "POST /myclass/api/Get_List_Ressource_Humaine_Affectation/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:42:19.276348 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:42:19.306730 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:42:19] "POST /myclass/api/Get_List_Employee_Contrat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:42:19] "POST /myclass/api/Get_Partner_Group_Purchase_Price_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:42:19] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:42:19] "POST /myclass/api/Get_List_Employee_Suivi_Pedagogique_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:42:19] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:42:19] "POST /myclass/api/Get_Matrix_Acces_Right/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:42:22.120630 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:42:22.127031 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:42:22.133633 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:42:22] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:42:22] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:42:22.198453 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:42:22] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:42:22.503762 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:42:22.512350 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:42:22] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:42:22] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:42:33.901746 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:42:33] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:43:39.359680 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:43:39] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:43:43.796848 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:43:43] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:43:45.171592 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:43:45] "POST /myclass/api/Get_Action_Historique_List/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:43:55.174487 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:43:55] "POST /myclass/api/Delete_Groupe_Equipe_Team_Membre/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:43:55.258315 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:43:55] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:43:59.604236 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:43:59] "POST /myclass/api/Get_Action_Historique_List/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 16:45:48.946037 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 16:45:48.946037 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 16:45:48.946037 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 16:45:48.946037 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 16:45:48.946037 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 16:45:49.006811 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:45:49] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:45:52.440652 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:45:52] "POST /myclass/api/Delete_Groupe_Equipe_Team_Membre/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:45:52.523586 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:45:52] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 16:48:07.830925 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 16:48:07.830925 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 16:48:07.830925 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 16:48:07.830925 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 16:48:07.830925 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 16:49:26.561524 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 16:49:26.561524 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 16:49:26.561524 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 16:49:26.561524 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 16:49:26.562528 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +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:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 16:49:38.976868 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 16:49:38.976868 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 16:49:38.976868 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 16:49:38.976868 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 16:49:38.976868 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 16:51:45.886621 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 16:51:45.886621 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 16:51:45.886621 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 16:51:45.886621 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 16:51:45.886621 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 16:51:45.938506 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:51:45.941531 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:51:45.944817 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:51:45.946225 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:51:45.951633 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:51:45] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:51:45.959959 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:51:45.967952 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 16:51:45.971341 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:51:45] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:51:45] "POST /myclass/api/Get_List_Ressource_Materielle_with_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 16:51:45.983658 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:51:45] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:51:45] "POST /myclass/api/Get_Type_Ressource_Materielle/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:51:45] "POST /myclass/api/Get_Categorie_Ressource_Materielle/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:51:46] "POST /myclass/api/Get_Related_Target_Materiel_Collection_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 16:51:46] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 16:51:58.960425 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 16:51:58.960425 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 16:51:58.960425 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 16:51:58.960425 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 16:51:58.960425 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 16:52:22.266304 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 16:52:22.266304 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 16:52:22.266304 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 16:52:22.266304 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 16:52:22.266304 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 17:04:23.391745 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:04:23.395651 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:04:23.387741 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:04:23.398834 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:04:23.424216 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:23] "POST /myclass/api/getRecoded_Materielle_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:23] "POST /myclass/api/Get_List_Ressource_Materielle_Affectation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:23] "POST /myclass/api/Get_List_Ressource_Materielle_Rattachement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:23] "POST /myclass/api/Get_Given_Ressource_Materielle/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:23] "POST /myclass/api/get_Agenda_Event_List/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:04:30.603064 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:04:30.605948 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:04:30.611581 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:04:30.620738 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:30] "POST /myclass/api/Get_List_Ressource_Materielle_with_filter_No_Salle/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:30] "POST /myclass/api/Get_Type_Ressource_Materielle/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:30] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:30] "POST /myclass/api/Get_Related_Target_Materiel_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:04:33.670741 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:04:33.675361 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:04:33.681588 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:04:33.714567 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:04:33.724117 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:33] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:04:33.735273 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:04:33.741863 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:33] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:33] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:04:33.770320 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:04:33.776850 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:33] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:33] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:33] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:33] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:33] "POST /myclass/api/Get_List_Partner_Apprenant/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:34] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:04:36.174937 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:04:36.180476 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:04:36.184469 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:04:36.190996 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:04:36.197429 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:36] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:04:36.206771 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:36] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:36] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:37] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:37] "POST /myclass/api/Get_Statgaire_List_Partner_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:39] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:04:47.511663 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:47] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:04:57.778477 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:57] "POST /myclass/api/Add_Update_Equipe_Team_Membres/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:04:57.918353 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:04:57] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:05:06.495032 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:05:06] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:05:18.671622 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:05:18] "POST /myclass/api/Update_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:05:18.802647 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:05:18.807847 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:05:18] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:05:18] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:05:26.895845 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:05:26] "POST /myclass/api/Delete_Groupe_Equipe_Team_Membre/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:05:26.984617 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:05:26] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:05:47.305123 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:05:47] "POST /myclass/api/Update_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:05:47.391722 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:05:47.395133 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:05:47] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:05:47] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 17:06:40.126372 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 17:06:40.126372 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 17:06:40.127380 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 17:06:40.127380 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 17:06:40.127380 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 17:06:50.780058 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:06:50] "POST /myclass/api/Delete_Groupe_Equipe_Team_Membre/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:06:50.899384 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:06:50] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 17:07:47.657357 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 17:07:47.657357 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 17:07:47.657357 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 17:07:47.657357 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 17:07:47.657357 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 17:07:49.814326 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:07:49] "POST /myclass/api/Add_Update_Equipe_Team_Membres/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:07:49.960899 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:07:49] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:07:55.062072 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:07:55] "POST /myclass/api/Update_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:07:55.152686 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:07:55.155953 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:07:55] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:07:55] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:08:03.060688 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:08:03] "POST /myclass/api/Delete_Groupe_Equipe_Team_Membre/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:08:03.185683 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:08:03] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 17:11:19.258145 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 17:11:19.258145 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 17:11:19.258145 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 17:11:19.258145 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 17:11:19.258145 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 17:11:57.533948 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:11:57] "POST /myclass/api/Update_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:11:57.620449 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:11:57.623912 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:11:57] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:11:57] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:12:06.025662 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:12:06] "POST /myclass/api/Delete_Groupe_Equipe_Team_Membre/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:12:06.105198 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:12:06] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 17:13:34.058664 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 17:13:34.058664 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 17:13:34.058664 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 17:13:34.058664 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 17:13:34.058664 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 17:14:09.146062 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 17:14:09.147068 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 17:14:09.147068 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 17:14:09.147068 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 17:14:09.147068 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 17:14:09.196201 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:14:09] "POST /myclass/api/Update_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:14:09.226948 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:14:09.229455 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:14:09] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:14:09] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:14:24.566432 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:14:24] "POST /myclass/api/Add_Update_Equipe_Team_Membres/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:14:24.760514 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:14:24] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:14:39.458965 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:14:39] "POST /myclass/api/Update_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:14:39.580902 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:14:39.584904 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:14:39] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:14:39] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:14:44.288377 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:14:44] "POST /myclass/api/Delete_Groupe_Equipe_Team_Membre/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:14:44.373936 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:14:44] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:19:21.507941 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:19:21] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:19:22.003598 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:19:22.007603 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:19:22] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:19:22] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:19:23.906186 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:19:23] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:24:09.614847 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:24:09.620842 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:24:09] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:24:09] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:24:16.868821 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:24:16] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:29:33.347054 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:29:33] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:29:33.537329 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:29:33.544445 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:29:33.551548 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:29:33.571527 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:29:33.604976 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:29:33] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:29:33.614946 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:29:33.617400 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:29:33] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:29:33.653967 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:29:33] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:29:33.667218 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:29:33] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:29:33.691547 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:29:33] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:29:33] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:29:33] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:29:36] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:29:36] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:29:40.428422 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:29:40.432419 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:29:40] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:29:40] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:29:43.874795 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:29:43] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:31:08.118659 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:31:08.122700 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:31:08] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:31:08] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:31:31.276429 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:31:31.283436 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:31:31] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:31:31] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:31:34.968765 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:31:34] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:33:34.650562 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:33:34.654213 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:33:34] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:33:34] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:33:37.173514 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:33:37] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:35:22.864865 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:35:22.872192 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:35:22] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:35:22] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:36:00.818945 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:36:00.824580 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:36:00] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:36:00] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:36:01.009254 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:36:01] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:36:13.241575 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:36:13] "POST /myclass/api/Add_Update_Equipe_Team_Membres/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:36:13.386042 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:36:13] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:36:26.726607 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:36:26] "POST /myclass/api/Add_Update_Equipe_Team_Membres/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:36:26.896453 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:36:26] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:36:55.796590 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:36:55] "POST /myclass/api/Delete_Groupe_Equipe_Team_Membre/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:36:55.882500 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:36:55] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:37:29.101443 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:37:29.110319 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:37:29] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:37:29] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:38:27.730681 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:38:27.739686 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:38:27] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:38:27] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 17:40:31.486614 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 17:40:31.486614 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 17:40:31.486614 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 17:40:31.486614 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 17:40:31.486614 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 17:42:22.414168 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 17:42:22.414168 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 17:42:22.414168 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 17:42:22.414168 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 17:42:22.414168 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 17:48:07.207598 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:48:07.210602 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:48:07] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:48:07] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:48:33.364170 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:48:33.369298 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:48:33] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:48:33] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:48:47.699012 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:48:47] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:49:11.978268 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:49:11.980254 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:49:11] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:49:11] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:49:12.176256 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:49:12] "POST /myclass/api/Add_Update_Equipe_Team_Membres/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:49:12.354668 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:49:12] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:49:44.812502 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:49:44] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 17:51:56.619505 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 17:51:56.620497 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 17:51:56.620497 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 17:51:56.620497 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 17:51:56.620497 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 17:51:56.677918 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:51:56] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:52:08.082158 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:52:08] "POST /myclass/api/Update_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:52:08.220726 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:52:08.223948 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:52:08] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:52:08] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:53:46.026896 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:53:46.029909 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:53:46] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:53:46] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:53:59.749534 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:53:59] "POST /myclass/api/Get_Action_Historique_List/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:54:04.531972 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:54:04] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:54:10.585295 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:54:10] "POST /myclass/api/Store_User_Downloaded_File/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:54:10.614660 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:54:10] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:54:18.669013 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:54:18] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:54:54.886876 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:54:54.893644 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:54:54.898630 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:54:54.905137 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:54:54] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:54:54.911224 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:54:54] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:54:54.920515 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:54:54] "POST /myclass/api/Get_Competence_Level/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:54:54.929170 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:54:54] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:54:54] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:54:55] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:54:55] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:54:59.071667 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:54:59] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:55:01.291397 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:55:01.295410 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:55:01.299410 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:55:01.304639 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:55:01] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:55:01] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:55:01.355098 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:55:01.361357 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:55:01] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:55:01] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:55:01.367502 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:55:01.372499 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:55:01.380909 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:55:01.387202 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:55:01.393147 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:55:01] "POST /myclass/api/Get_List_Ressource_Humaine_Affectation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:55:01] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:55:01] "POST /myclass/api/Get_List_Employee_Contrat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:55:01] "POST /myclass/api/Get_Partner_Group_Purchase_Price_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:55:01] "POST /myclass/api/Get_List_Employee_Suivi_Pedagogique_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:55:01] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:55:01] "POST /myclass/api/Get_Matrix_Acces_Right/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:55:44.120930 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:55:44.122949 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:55:44] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:55:44] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:56:02.037544 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:56:02] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:57:22.955845 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:57:23] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:57:30.297739 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 17:57:30.300094 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:57:30] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:57:30] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:57:37.192235 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:57:37] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 17:57:51.049780 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 17:57:51] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:02:46.221843 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:02:46.229987 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:02:46] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:02:46] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:02:57.239157 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:02:57.252288 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:02:57.263199 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:02:57] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:02:57] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:02:57.315221 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:02:57] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:02:57.361266 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:02:57.364270 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:02:57] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:02:57] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:03:06.468103 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:03:06] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:06:30.167581 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:06:32.200471 : Get_Given_Equipe_Team_With_Members -'' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string - Line : 1009 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:06:32] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:06:41.835076 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:06:41.840076 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:06:41.850963 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:06:41] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:06:41.873448 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:06:41] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:06:41] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:06:41.942883 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:06:41.949652 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:06:41] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:06:41] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:06:43.570588 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:06:43] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:06:47.004848 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:06:47] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 18:08:27.705728 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 18:08:27.705728 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 18:08:27.706723 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 18:08:27.706723 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 18:08:27.706723 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 18:09:04.223626 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 18:09:04.223626 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 18:09:04.224631 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 18:09:04.224631 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 18:09:04.224631 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 18:09:42.733128 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 18:09:42.733128 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 18:09:42.733128 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 18:09:42.733128 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 18:09:42.733128 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 18:10:16.826976 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 18:10:16.826976 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 18:10:16.826976 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 18:10:16.826976 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 18:10:16.826976 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 18:11:04.496654 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 18:11:04.497663 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 18:11:04.497663 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 18:11:04.498662 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 18:11:04.498662 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 18:11:38.805234 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:11:38.808242 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:11:38] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:11:38] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:14:04.294444 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:14:04] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:14:04.610677 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:14:04.617671 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:14:04] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:14:04] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:15:33.509677 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:15:33.514170 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:15:33] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:15:33] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:15:34.896809 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:15:34] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:15:39.851799 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:15:47.987325 : Get_Given_Equipe_Team_With_Members -'' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string - Line : 1009 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:15:47] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:17:04.710009 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:17:04.715113 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:17:04] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:17:04] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:17:09.267774 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:17:09] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:17:17.477108 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:17:17] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:17:19.793608 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:17:19.803875 : Get_Given_Equipe_Team_With_Members -'' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string - Line : 1009 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:17:19] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:20:38.283981 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:20:38.290278 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:20:38] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:20:38] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:20:40.300294 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:20:40] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:20:42.877728 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:20:42.889877 : Get_Given_Equipe_Team_With_Members -'' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string - Line : 1009 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:20:42] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:21:49.059819 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:21:49] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:21:51.555935 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:21:51.568514 : Get_Given_Equipe_Team_With_Members -'' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string - Line : 1009 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:21:51] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:22:14.660201 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:22:14.850603 : Get_Given_Equipe_Team_With_Members -'' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string - Line : 1009 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:22:14] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:22:15.213762 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:22:15.217768 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:22:15] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:22:15] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:22:24.397157 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:22:24] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:22:27.018734 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:22:27.030029 : Get_Given_Equipe_Team_With_Members -'' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string - Line : 1009 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:22:27] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:23:42.547956 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:23:42.553576 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:23:42] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:23:42] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:23:45.168040 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:23:45] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:23:49.030237 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:23:49.041244 : Get_Given_Equipe_Team_With_Members -'' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string - Line : 1009 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:23:49] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:24:15.266607 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:24:15] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 18:25:08.116277 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 18:25:08.116277 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 18:25:08.116277 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 18:25:08.116277 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 18:25:08.116277 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 18:25:29.556254 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:25:29] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:25:31.746007 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:25:31] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 18:26:09.149401 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 18:26:09.150394 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 18:26:09.150394 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 18:26:09.150394 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 18:26:09.150394 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 18:27:00.600511 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:27:00.606621 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:27:00] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:27:00] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:28:38.710565 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:28:38.715884 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:28:38] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:28:38] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:28:50.058502 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:28:50] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:28:52.751451 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:28:52] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:29:06.288025 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:29:07.386604 : Get_List_Equipe_Team_With_Filter -unhashable type: 'dict' - Line : 1165 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:29:07] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:29:09.235371 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:29:09.242388 : Get_List_Equipe_Team_With_Filter -unhashable type: 'dict' - Line : 1165 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:29:09] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:29:10.750447 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:29:10] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:29:23.559680 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:29:23.573675 : Get_List_Equipe_Team_With_Filter -unhashable type: 'dict' - Line : 1165 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:29:23] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 18:30:44.038257 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 18:30:44.038257 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 18:30:44.038257 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 18:30:44.038257 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 18:30:44.038257 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 18:31:41.809087 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:31:42.856871 : Get_List_Equipe_Team_With_Filter -unhashable type: 'dict' - Line : 1167 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:31:42] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 18:33:41.201275 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 18:33:41.201275 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 18:33:41.201275 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 18:33:41.201275 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 18:33:41.201275 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 18:33:46.429480 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:33:47.322591 : Get_List_Equipe_Team_With_Filter -unhashable type: 'dict' - Line : 1166 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:33:47] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 18:34:25.825990 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 18:34:25.825990 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 18:34:25.825990 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 18:34:25.825990 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 18:34:25.825990 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 18:34:25.875737 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:34:25] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 18:35:18.405171 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 18:35:18.405171 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 18:35:18.405171 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 18:35:18.405171 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 18:35:18.405171 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 18:35:18.451816 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:35:18] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 18:39:14.930981 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 18:39:14.930981 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 18:39:14.930981 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 18:39:14.930981 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 18:39:14.930981 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 18:39:24.576485 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:39:24] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:39:30.138679 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:39:30] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:39:50.131304 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:39:50] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 18:40:34.208216 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 18:40:34.208216 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 18:40:34.208216 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 18:40:34.209216 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 18:40:34.209216 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 18:42:11.514105 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 18:42:11.515081 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 18:42:11.515081 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 18:42:11.515081 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 18:42:11.515081 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 18:42:16.475818 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:42:16] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:42:21.799232 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:42:21] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:42:43.227947 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:42:43] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:42:48.185287 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:42:48] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:42:52.088142 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:42:52] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:43:05.425642 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:43:05] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:43:09.435778 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:43:09] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 18:44:00.378836 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 18:44:00.379351 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 18:44:00.379351 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 18:44:00.379351 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 18:44:00.379351 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 18:44:00.451364 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:44:00] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 18:44:21.319211 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 18:44:21.320231 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 18:44:21.320231 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 18:44:21.320231 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 18:44:21.320231 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 18:44:21.368091 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:44:21] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:44:21.909456 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:44:21] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:44:23.745178 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:44:23] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:44:29.033739 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:44:29] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:44:36.083393 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:44:36] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:44:37.978483 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:44:37] "POST /myclass/api/Get_Given_Equipe_Team_With_Members/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\equipe_team_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 18:45:01.025844 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 18:45:01.025844 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 18:45:01.025844 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 18:45:01.025844 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 18:45:01.025844 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 18:45:07.904139 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:45:07] "POST /myclass/api/Get_List_Equipe_Team_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:47:17.859304 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:47:17.862700 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:47:17.866853 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:47:17] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:47:17] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:47:17.895769 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:47:17] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:47:17.981136 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:47:17.983139 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:47:17] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:47:17] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:47:18.562441 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:47:18.566438 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:47:18] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:47:18] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:47:18.825100 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:47:18.829143 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:47:18] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:47:18] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:47:19.036720 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:47:19.040959 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:47:19] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:47:19] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:47:19.195503 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:47:19.198503 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:47:19] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:47:19] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +INFO:root:2025-05-01 18:47:19.349648 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 18:47:19.352826 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:47:19] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 18:47:19] "POST /myclass/api/Get_List_Equipe_Team/ HTTP/1.1" 200 - +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 19:44:47.828350 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 19:44:47.828350 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 19:44:47.828350 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 19:44:47.828350 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 19:44:47.828350 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +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:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 19:45:11.885618 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 19:45:11.886615 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 19:45:11.886615 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 19:45:11.886615 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 19:45:11.886615 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 19:47:44.446487 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:44] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:47:44.807820 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:47:44.813333 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:47:44.820398 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:47:44.825394 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:44] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:44] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:47:44.878094 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:44] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:47:44.938829 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:47:44.940860 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:47:44.946095 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:47:44.951607 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:47:44.958038 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:44] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:44] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:44] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:44] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:47] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:47] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:47:51.013701 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:47:51.015917 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:47:51.021362 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:47:51.024403 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:47:51.028696 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:47:51.034416 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:47:51.041671 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:47:51.055037 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:51] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:51] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:51] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:51] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:51] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:51] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:51] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:51] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:47:54.441731 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:47:54.445996 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:47:54.449308 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:54] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:54] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:54] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:47:58.309793 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:58] "POST /myclass/api/Get_List_note_evaluation_Ressource_Affectation/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:47:59.932314 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:47:59.935315 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:47:59.939322 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:47:59.944316 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:47:59.949993 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:59] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:47:59.955729 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:59] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:59] "POST /myclass/api/Get_Type_Groupe_Apprenant/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:59] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:59] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:47:59] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:48:02.629110 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:48:02] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:52:54.397392 : Security check : IP adresse '127.0.0.1' connected +DEBUG:xhtml2pdf:pisaDocument options: + src = '

\n
\n
\n \n \n \n
\n
\n\n\n
\n\n
\n\n Entre la sociétéEnv Dev Part  \n ci-après nommé l\'Organisme de formation ,\n
Situé :  
\n
Déclation d\'activité :  NDA-001254 ,
\n\n\n\n \n\n

\n Article 5 : Durée du travail
\n Le salarié exercera ses fonctions dans le cadre d’un contrat de travail à temps complet.\n\n Il est assujetti(e) à l’horaire collectif applicable au sein de l’entreprise.
\n\n La durée hebdomadaire de travail sera de 35 heures repartie comme suit :
\n Du lundi au vendredi :
\n 9h30 – 12h30
\n 13h30 – 17h30
\n

\n\n\n \n\n
Paris , 01/05/2025
\n

 

\n

\n

\n

 Env Dev Part 
Téléphone : 07 69 20 39 45 
Email :  mysytraining+dev@gmail.com 
Site :  https://colasrail.com/ 

\n

 

\n
\n\n ' + dest = <_io.BufferedRandom name='./temp_direct/Eval_Convocation_part nom6_client_09793.pdf'> + path = None + link_callback = None + xhtml = False + context_meta = None +DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__' +DEBUG:xhtml2pdf:Parsing img tag, src: +DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None} +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1 +DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4 +DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153 +DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51 +DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109 +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col widths: [None] +DEBUG:xhtml2pdf:FileObject 'data:image/png;base64,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', Basepath: 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__' +DEBUG:xhtml2pdf:Parsing img tag, src: +DEBUG:xhtml2pdf:Attrs: {'src': , 'width': None, 'height': None, 'align': None, 'id': None} +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 41 4 +DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 57 9 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 28781 +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'sRGB' 41 1 +DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 54 4 +DEBUG:PIL.PngImagePlugin:STREAM b'PLTE' 70 153 +DEBUG:PIL.PngImagePlugin:STREAM b'tRNS' 235 51 +DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 298 9 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 319 4109 +DEBUG:xhtml2pdf:can't concat int to bytes +Traceback (most recent call last): + File "C:\Users\billa\AppData\Local\Programs\Python\Python310\lib\site-packages\xhtml2pdf\xhtml2pdf_reportlab.py", line 436, in getTransparent + return list(palette[transparency:transparency + 3]) +TypeError: can't concat int to bytes +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'gAMA' 41 4 +DEBUG:PIL.PngImagePlugin:STREAM b'pHYs' 57 9 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 28781 +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:52:54] "GET /myclass/api/Send_Evaluation_Convocation_Participant_By_PDF/fGZ-0fKcLL7mcfkKhYqMXP0uvXeauy17Ew/66dc36dee1a1079218e9f088/66dc50e5cb6758cda3ca52aa/66dc4ddf75b3f60c3ea43084 HTTP/1.1" 200 - +INFO:root:2025-05-01 19:55:14.720119 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:55:14.725121 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:14] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:55:14.730144 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:14] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:55:14.746156 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:14] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:55:14.817723 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:55:14.821071 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:55:14.825230 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:55:14.828439 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:55:14.835085 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:55:14.838117 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:14] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:14] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:55:14.872584 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:14] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:14] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:55:14.877590 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:14] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:14] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:14] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:14] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:55:18.505221 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:55:18.561507 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:55:18.565916 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:55:18.572390 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:18] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:18] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:55:18.582480 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:55:18.587475 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:18] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:18] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:21] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:21] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:55:28.136459 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:31] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:55:32.274857 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:55:32.279746 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:55:32.281964 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:55:32.287694 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:32] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:55:32.294489 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:32] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:55:32.305315 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:32] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:55:32.309400 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:32] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:32] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:55:32.317156 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:55:32.319157 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:32] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:55:32.326379 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:32] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:55:32.333492 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:55:32.336719 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:32] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:32] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:32] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:32] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:32] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:55:32.815976 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 19:55:32.820166 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:32] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:32] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:55:57.157989 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:55:57] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:56:16.800444 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:56:16] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-01 19:57:52.210303 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 19:57:52] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-01 20:00:26.485810 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 20:00:26.489148 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 20:00:26.492146 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 20:00:26.498069 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 20:00:26.505660 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:00:26] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2025-05-01 20:00:26.508668 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:00:26] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2025-05-01 20:00:26.522279 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:00:26] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:00:26] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:00:26] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 20:00:26.531820 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 20:00:26.539511 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:00:26] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:00:26] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:root:2025-05-01 20:00:26.547970 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 20:00:26.556307 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 20:00:26.561371 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:00:26] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:00:26] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:00:26] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:00:26] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:00:26] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-01 20:00:26.868006 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 20:00:26.871303 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:00:26] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:00:26] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-05-01 20:00:50.146990 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:00:50] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-01 20:00:50.164110 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:00:50] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-01 20:02:33.940527 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 20:02:33.945855 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:02:33] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:02:33] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-01 20:05:08.173500 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 20:05:08.179990 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:05:08] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:05:08] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-01 20:05:22.833879 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 20:05:22.842884 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:05:22] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:05:22] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-01 20:20:52.737356 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-01 20:20:52.746891 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:20:52] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:20:52] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 20:34:46.295663 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 20:34:46.296660 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 20:34:46.296660 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 20:34:46.296660 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 20:34:46.296660 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 20:35:07.420791 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 20:35:07.421802 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 20:35:07.421802 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 20:35:07.421802 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 20:35:07.421802 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 20:35:33.837075 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 20:35:33.837075 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 20:35:33.837075 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 20:35:33.837075 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 20:35:33.837075 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 20:37:20.350153 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 20:37:20.350153 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 20:37:20.350153 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 20:37:20.350153 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 20:37:20.350153 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-01 20:40:47.994367 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-01 20:40:47.994367 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-01 20:40:47.994367 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-01 20:40:47.994367 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-01 20:40:47.995370 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 559-990-247 +INFO:root:2025-05-01 20:42:28.252098 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [01/May/2025 20:42:28] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:12:29.289205 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:12:29.290212 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:12:29.290212 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:12:29.290212 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:12:29.290212 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +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:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:12:44.224452 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:12:44.225449 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:12:44.225449 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:12:44.225449 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:12:44.225449 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:13:55.760004 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:13:55.760004 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:13:55.760004 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:13:55.760004 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:13:55.760004 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:16:22.545122 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:16:22.546119 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:16:22.546119 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:16:22.546119 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:16:22.546119 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:17:15.485339 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:17:15.485339 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:17:15.485339 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:17:15.485339 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:17:15.486316 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:18:18.972795 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:18:18.972795 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:18:18.973791 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:18:18.973791 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:18:18.973791 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:19:00.869111 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:19:00.869111 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:19:00.869111 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:19:00.869111 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:19:00.869111 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:19:53.805859 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:19:53.806842 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:19:53.806842 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:19:53.806842 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:19:53.806842 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:25:05.907636 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:25:05.907636 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:25:05.907636 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:25:05.907636 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:25:05.907636 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:25:43.439352 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:25:43.439352 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:25:43.439352 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:25:43.439352 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:25:43.439352 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:31:09.690269 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:31:09.690269 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:31:09.690269 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:31:09.690269 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:31:09.690269 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:33:39.902919 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:33:39.902919 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:33:39.902919 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:33:39.902919 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:33:39.902919 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:34:26.863804 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:34:26.863804 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:34:26.863804 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:34:26.863804 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:34:26.863804 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:37:10.950853 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:37:10.950853 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:37:10.950853 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:37:10.950853 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:37:10.950853 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:37:49.955958 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:37:49.955958 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:37:49.955958 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:37:49.955958 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:37:49.955958 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:38:14.155188 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:38:14.156187 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:38:14.156187 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:38:14.156187 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:38:14.156187 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:38:38.140946 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:38:38.140946 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:38:38.140946 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:38:38.140946 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:38:38.140946 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:39:00.184613 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:39:00.184613 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:39:00.184613 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:39:00.184613 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:39:00.184613 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:42:08.117637 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:42:08.118638 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:42:08.118638 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:42:08.118638 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:42:08.118638 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:43:34.046244 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:43:34.046244 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:43:34.046244 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:43:34.046244 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:43:34.046244 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:44:13.298632 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:44:13.299633 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:44:13.299633 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:44:13.299633 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:44:13.299633 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:44:37.060110 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:44:37.060110 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:44:37.060110 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:44:37.060110 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:44:37.060110 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:45:48.860158 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:45:48.860158 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:45:48.860158 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:45:48.860158 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:45:48.860158 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:root:2025-05-02 11:46:13.339906 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:13] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:46:13.483629 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:46:13.489440 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:46:13.498243 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:46:13.505749 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:13] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:13] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:46:13.557343 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:13] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:46:13.701273 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:46:13.705287 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:46:13.713954 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:46:13.726175 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:13] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:46:13.741215 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:13] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:13] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:13] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:17] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:17] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:46:51.605778 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:55] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:46:58.252401 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:46:58.264414 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:46:58.268707 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:46:58.278971 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:46:58.285005 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:58] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:58] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:46:58.297990 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:46:58.306391 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:46:58.311733 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:58] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:58] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:58] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:46:58.325012 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:58] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:46:58.333998 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:58] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:46:58.346177 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:46:58.356618 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:58] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:58] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:58] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:58] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:46:58] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:47:01.049843 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:47:01.056746 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:01] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:01] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:47:06.090848 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:06] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:47:14.411773 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:47:14.416793 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:47:14.420792 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:14] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:14] "POST /myclass/api/Get_List_Type_Cours/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:14] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:47:18.764233 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:47:18.769223 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:18] "POST /myclass/api/Get_Given_Unite_Enseignement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:18] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:47:38.404173 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:47:38.582370 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:47:38.590735 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:47:38.598234 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:47:38.610053 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:38] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:47:38.629705 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:38] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:38] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:38] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:42] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:42] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:47:49.026679 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:53] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:47:57.681583 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:47:57.690230 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:47:57.693221 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:47:57.699226 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:57] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:47:57.708229 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:47:57.715605 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:57] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:57] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:47:57.720212 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:57] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:47:57.728222 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:57] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:47:57.732956 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:47:57.740159 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:57] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:57] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:47:57.750055 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:47:57.755495 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:57] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:57] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:57] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:57] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:57] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:47:58.258333 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 11:47:58.261406 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:58] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:47:58] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:48:08.574508 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:48:08] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:48:17.192113 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:48:17] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:48:21.059715 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:48:21] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:48:26.895317 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:48:26] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:49:15.623534 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:49:15] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 11:49:15.650076 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 11:49:15] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:49:56.094644 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:49:56.095629 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:49:56.095629 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:49:56.095629 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:49:56.095629 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:50:13.572930 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:50:13.572930 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:50:13.572930 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:50:13.572930 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:50:13.572930 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:50:41.346967 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:50:41.346967 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:50:41.346967 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:50:41.346967 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:50:41.346967 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:51:53.085827 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:51:53.085827 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:51:53.085827 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:51:53.085827 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:51:53.085827 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:55:03.110834 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:55:03.110834 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:55:03.110834 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:55:03.110834 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:55:03.110834 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:55:39.578881 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:55:39.578881 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:55:39.578881 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:55:39.578881 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:55:39.579884 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:56:10.763397 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:56:10.763397 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:56:10.763397 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:56:10.764404 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:56:10.764404 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:56:35.318661 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:56:35.319725 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:56:35.319725 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:56:35.319725 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:56:35.319725 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:57:59.966839 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:57:59.966839 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:57:59.966839 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:57:59.967842 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:57:59.967842 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:58:28.512097 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:58:28.513096 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:58:28.513096 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:58:28.513096 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:58:28.513096 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:58:53.485549 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:58:53.485549 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:58:53.485549 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:58:53.485549 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:58:53.485549 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:59:18.037374 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:59:18.037374 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:59:18.037374 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:59:18.037374 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:59:18.038374 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 11:59:46.694532 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 11:59:46.695533 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 11:59:46.695533 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 11:59:46.695533 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 11:59:46.695533 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 12:00:16.747798 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 12:00:16.747798 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 12:00:16.747798 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 12:00:16.747798 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 12:00:16.747798 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:07:52.103455 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:07:52.104446 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:07:52.104446 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:07:52.104446 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:07:52.104446 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +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:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:08:06.076264 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:08:06.076264 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:08:06.076264 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:08:06.076264 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:08:06.076264 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:root:2025-05-02 15:08:39.232029 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:08:39] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:08:39.528664 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:08:39.535075 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:08:39.539068 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:08:39.546368 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:08:39] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:08:39.569565 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:08:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:08:39] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:08:39.675983 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:08:39.682286 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:08:39.686485 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:08:39.694363 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:08:39] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:08:39.707699 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:08:39] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:08:39] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:08:39] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:08:43] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:08:43] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:08:54.702774 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:08:54.708021 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:08:54.712547 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:08:54.718707 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:08:54.728340 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:08:54.736936 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:08:54.745728 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:08:54] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:08:54.754416 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:08:54] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:08:54] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:08:54] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:08:54] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:08:54] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:08:54] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:08:54] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:09:07.588675 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:09:07.601230 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:09:07.608534 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:09:07] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:09:07] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:09:07] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:09:24.046249 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:09:24] "POST /myclass/api/Get_List_Evaluation_Planification_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:11:45.997323 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:11:45.998321 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:11:45.998321 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:11:45.998321 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:11:45.998321 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:13:31.762212 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:13:31.762212 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:13:31.762212 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:13:31.762212 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:13:31.762212 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:13:59.259180 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:13:59.259180 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:13:59.259180 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:13:59.259180 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:13:59.259180 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:root:2025-05-02 15:13:59.310647 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:13:59.313647 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:13:59.316206 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:13:59.320889 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:13:59.325526 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:13:59.332281 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:13:59] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:13:59.343614 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:13:59] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:13:59.363887 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:13:59] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:13:59] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:13:59.372715 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:13:59] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:13:59.381544 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:13:59] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:13:59.388211 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:13:59.398300 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:13:59] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:13:59] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:13:59.410088 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:13:59] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:13:59.444847 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:13:59.454463 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:13:59] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:13:59] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:13:59] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:13:59] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:13:59] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:22:53.812571 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:22:53] "GET /myclass/api/run_calcul_mode_1/?token=iLolGPdpTeh5VI_nBdjmv-oZX2-_n_0T1w&class_id=6655b721fd47c656dcaf8f05&session_id=6655b8341634c7e7304aaf42&eu_id=6638a1d1ac6e18de05a921a4&tab_inscriptions_ids=['6655baaafd47c656dcafa492',%20'6655baa9fd47c656dcafa448'] HTTP/1.1" 404 - +INFO:root:2025-05-02 15:23:18.658844 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:23:18] "GET /myclass/api/run_calcul_mode_1/ HTTP/1.1" 404 - +INFO:root:2025-05-02 15:23:28.375599 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:23:28] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 500 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:24:51.656544 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:24:51.656544 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:24:51.657546 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:24:51.657546 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:24:51.657546 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:root:2025-05-02 15:24:51.706089 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:24:52.549184 : run_calcul_mode_1 - La valeur 'token' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:24:52] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:root:2025-05-02 15:26:01.769740 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:26:01.792633 : run_calcul_mode_1 -"['6655baaafd47c656dcafa492'" is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string - Line : 159 +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:26:01] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:root:2025-05-02 15:26:36.041036 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:26:36.061982 : run_calcul_mode_1 -' 6655baa9fd47c656dcafa448' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string - Line : 159 +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:26:36] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:28:05.181248 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:28:05.181248 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:28:05.181248 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:28:05.181248 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:28:05.181248 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:root:2025-05-02 15:28:05.246447 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:28:06.296545 : run_calcul_mode_1 -' 6655baa9fd47c656dcafa448' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string - Line : 160 +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:28:06] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:29:00.955984 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:29:00.956972 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:29:00.956972 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:29:00.956972 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:29:00.956972 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:root:2025-05-02 15:29:03.359240 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:29:03] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:30:01.305612 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:30:01.305612 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:30:01.306632 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:30:01.306632 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:30:01.306632 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:root:2025-05-02 15:30:01.370676 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:30:01] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:32:56.474995 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:32:56.474995 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:32:56.474995 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:32:56.474995 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:32:56.474995 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:33:45.576250 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:33:45.576250 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:33:45.576250 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:33:45.576250 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:33:45.576250 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:34:11.732486 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:34:11.733574 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:34:11.733574 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:34:11.733574 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:34:11.733574 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:34:30.280661 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:34:30.280661 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:34:30.281813 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:34:30.281813 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:34:30.281813 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:34:46.717010 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:34:46.717010 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:34:46.717010 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:34:46.718006 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:34:46.718006 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:root:2025-05-02 15:34:58.536191 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:34:58] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:35:41.836011 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:35:41.836011 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:35:41.836011 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:35:41.836011 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:35:41.836011 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:36:31.771451 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:36:31.771451 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:36:31.771451 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:36:31.771451 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:36:31.771451 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:root:2025-05-02 15:36:31.836157 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:36:31] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:37:59.708866 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:37:59.708866 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:37:59.708866 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:37:59.708866 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:37:59.708866 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:38:25.458759 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:38:25.459759 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:38:25.459759 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:38:25.459759 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:38:25.459759 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:39:15.617327 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:39:15.617327 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:39:15.617327 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:39:15.617327 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:39:15.617327 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:39:57.974131 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:39:57.974131 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:39:57.974131 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:39:57.974131 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:39:57.974131 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:root:2025-05-02 15:39:58.063350 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:39:59.668270 : run_calcul_mode_1 -documents must have only string keys, key was - Line : 230 +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:39:59] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:40:59.589674 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:40:59.589674 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:40:59.589674 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:40:59.589674 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:40:59.589674 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:root:2025-05-02 15:41:19.928681 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:41:21.350801 : run_calcul_mode_1 -documents must have only string keys, key was - Line : 230 +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:41:21] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:42:15.912389 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:42:15.912389 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:42:15.912389 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:42:15.912389 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:42:15.912389 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:root:2025-05-02 15:42:21.484345 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:42:22.882888 : run_calcul_mode_1 -documents must have only string keys, key was - Line : 230 +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:42:22] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:43:14.053054 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:43:14.053054 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:43:14.053054 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:43:14.053054 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:43:14.054065 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:root:2025-05-02 15:43:14.137159 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:43:15.675718 : run_calcul_mode_1 -'NoneType' object is not subscriptable - Line : 239 +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:43:15] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:44:22.957501 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:44:22.957501 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:44:22.958479 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:44:22.958479 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:44:22.958479 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:root:2025-05-02 15:44:23.054979 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:44:24.406778 : run_calcul_mode_1 -'NoneType' object is not subscriptable - Line : 240 +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:44:24] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:44:56.446728 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:44:56.446728 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:44:56.446728 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:44:56.446728 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:44:56.446728 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:root:2025-05-02 15:44:56.526996 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:44:56] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:45:49.209314 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:45:49.210677 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:45:49.210677 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:45:49.210677 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:45:49.210677 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:root:2025-05-02 15:45:49.309091 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:45:49] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 15:46:37.004332 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 15:46:37.005341 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 15:46:37.005341 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 15:46:37.005341 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 15:46:37.005341 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 122-305-078 +INFO:root:2025-05-02 15:46:37.087135 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:46:37] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:root:2025-05-02 15:47:37.889998 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:47:37] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:48:10.451497 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:48:10] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:48:31.735034 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:48:31] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:48:36.486515 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:48:36] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:48:54.458544 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:48:54] "POST /myclass/api/Add_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:48:54.759897 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:48:54] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:49:01.860847 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:49:01.867242 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:49:01.870535 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:49:01] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:49:01] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:49:01] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:49:17.697720 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:49:17] "POST /myclass/api/Update_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:49:18.127393 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:49:18] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:49:25.983020 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:49:25.991679 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:49:26.000152 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:49:26.012807 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:49:26.026548 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 15:49:26.040498 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:49:26] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:49:26] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:49:26] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:49:26] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:49:26] "POST /myclass/api/Get_Type_Groupe_Apprenant/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:49:26] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:49:30.204672 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:49:30] "POST /myclass/api/Get_Accepted_Insription_From_Session_id_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:49:42.189410 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:49:42] "POST /myclass/api/Record_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:49:51.530664 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:49:51] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:49:51.854419 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:49:51] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:50:27.931692 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:50:27] "POST /myclass/api/Update_Participant_Evaluation_Note/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:50:28.321813 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:50:28] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 15:50:42.999166 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 15:50:43] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 17:53:10.840948 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 17:53:10.840948 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 17:53:10.841948 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 17:53:10.841948 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 17:53:10.841948 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +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:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 17:53:22.268753 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 17:53:22.268753 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 17:53:22.268753 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 17:53:22.268753 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 17:53:22.268753 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 103-267-730 +INFO:root:2025-05-02 17:55:09.116247 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:55:09] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2025-05-02 17:55:09.235134 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 17:55:09.238726 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 17:55:09.242100 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 17:55:09.245100 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:55:09] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:55:09] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-02 17:55:09.265282 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:55:09] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-05-02 17:55:09.320771 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 17:55:09.323704 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 17:55:09.328045 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:55:09] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2025-05-02 17:55:09.339993 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 17:55:09.348257 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:55:09] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:55:09] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:55:09] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:55:12] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:55:12] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2025-05-02 17:55:15.531103 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 17:55:15.533110 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 17:55:15.537546 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 17:55:15.542543 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 17:55:15.545548 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 17:55:15.549543 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 17:55:15.558807 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:55:15] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:55:15] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:55:15] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 17:55:15.582799 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:55:15] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:55:15] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:55:15] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:55:15] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:55:15] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 17:55:18.735306 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 17:55:18.738300 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 17:55:18.740307 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:55:18] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:55:18] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:55:18] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 17:56:24.026981 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:56:24] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 17:56:51.483641 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:56:51] "POST /myclass/api/Add_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:root:2025-05-02 17:56:51.622716 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 17:56:51] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:14:35.171928 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:14:35.176749 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:14:35.179888 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:14:35.185231 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:14:35.193042 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:14:35.203039 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:14:35] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:14:35] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:14:35] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:14:35.229683 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:14:35] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:14:35.239402 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:14:35] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:14:35] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:14:35] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:14:35] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:16:07.533267 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:16:07.538567 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:16:07.545183 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:16:07.548399 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:16:07.552957 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:16:07.559933 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:16:07] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:16:07] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:16:07] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:16:07] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:16:07.590755 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:16:07.595633 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:16:07] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:16:07] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:16:07] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:16:07] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:25:15.166766 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:25:15.174763 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:25:15.179767 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:25:15.182777 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:25:15.185775 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:25:15.190786 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:25:15] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:25:15] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:25:15] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:25:15.216891 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:25:15.222884 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:25:15] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:25:15] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:25:15] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:25:15] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:25:15] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:25:34.902618 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:25:34.911082 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:25:34.921075 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:25:34] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:25:34] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:25:34.978963 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:25:34] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:25:35.097798 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:25:35.104660 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:25:35.110289 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:25:35.117821 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:25:35.132803 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:25:35.142622 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:25:35] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:25:35] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:25:35] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:25:35.176232 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:25:35] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:25:35.185795 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:25:35] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:25:35] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:25:35] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:25:35] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:26:09.887772 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:26:09] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:26:39.351674 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:26:57] "POST /myclass/api/Add_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:26:57.305723 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:26:57] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:28:14.245485 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:28:14] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:28:42.327231 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:28:42] "POST /myclass/api/Add_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:28:42.591718 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:28:42] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:29:19.113722 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:29:19.119000 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:29:19.121994 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:29:19] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:29:19] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:29:19] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:29:22.896990 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:29:22] "POST /myclass/api/Update_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:29:23.068803 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:29:23] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:30:22.782649 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:30:22.789653 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:30:22.797651 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:30:22] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:30:22] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:30:22] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:30:28.498132 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:30:28.505626 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:30:28.512043 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:30:28.525212 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:30:28] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:30:28.536989 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:30:28.550680 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:30:28] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:30:28] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:30:28] "POST /myclass/api/Get_Type_Groupe_Apprenant/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:30:28] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:30:28] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:30:29.620064 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:30:29.626314 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:30:29.631573 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:30:29.640258 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:30:29.643941 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:30:29.652107 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:30:29] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:30:29] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:30:29] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:30:29.691388 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:30:29] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:30:29] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:30:29.699398 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:30:29] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:30:29] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:30:29] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:30:34.589544 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:30:34] "POST /myclass/api/Get_Accepted_Insription_From_Session_id_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:30:44.659819 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:30:44] "POST /myclass/api/Record_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:31:33.165325 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:31:33] "POST /myclass/api/Get_List_note_evaluation_Ressource_Affectation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:33:24.450096 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:33:24.458830 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:33:24.465834 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:33:24.527733 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:33:24.534408 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:33:24] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:33:24.678306 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:33:24.691277 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:33:24] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:33:24] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:33:24.704614 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:33:24] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:33:24] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:33:24] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:33:24] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:33:24] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:34:11.650150 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:34:11] "POST /myclass/api/Get_List_note_evaluation_Ressource_Affectation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:34:13.019599 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:34:13] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:35:01.848840 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:35:01] "POST /myclass/api/Update_Participant_Evaluation_Note/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:35:01.961070 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:35:01] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:35:06.909955 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:35:06.917139 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:35:06.924658 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:35:06] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:35:06] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:35:06] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:35:09.061305 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:35:09] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:35:10.531337 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:35:10] "POST /myclass/api/Get_List_note_evaluation_Ressource_Affectation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:35:11.433794 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:35:11.435975 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:35:11.442008 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:35:11.447385 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:35:11.452684 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:35:11.457497 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:35:11] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:35:11] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:35:11] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:35:11] "POST /myclass/api/Get_Type_Groupe_Apprenant/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:35:11] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:35:11] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:35:15.949975 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:35:15] "POST /myclass/api/Get_Accepted_Insription_From_Session_id_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:35:21.587654 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:35:21] "POST /myclass/api/Record_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:41:19.673713 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:41:19] "POST /myclass/api/Get_List_note_evaluation_Ressource_Affectation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:41:21.254198 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:41:21] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:41:37.038908 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:41:37] "POST /myclass/api/Update_Participant_Evaluation_Note/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:41:37.157922 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:41:37] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:41:41.686861 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:41:41.692219 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:41:41.698560 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:41:41] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:41:41] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:41:41] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:42:10.341870 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:10.346961 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:10.351646 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:10] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:42:10.369880 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:10] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:10] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:42:10.451596 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:10.455816 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:10.460913 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:10.469406 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:10.477847 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:10] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:42:10.484845 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:10] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:10] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:42:10.514920 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:10.522121 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:10] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:10] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:10] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:10] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:10] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:42:11.128666 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:11.132672 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:11.137727 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:11.140706 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:11.151175 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:11.157173 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:11] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:11] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:11] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:42:11.202050 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:11] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:11] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:42:11.212576 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:11] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:11] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:11] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:42:11.326752 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:11.331049 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:11.339067 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:11.345665 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:11.353428 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:11] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:42:11.384447 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:11] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:42:11.396274 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:11] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:11] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:42:11.406401 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:11] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:11] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:11] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:11] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:42:21.887017 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:21.892048 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:21.896839 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:21.903961 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:21.912118 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:21] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:21] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:42:21.928648 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:21] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:21] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:42:21.946444 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:21] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:42:21.952759 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:21.959855 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:21.970625 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:21] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:42:21.984221 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:21] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:42:21.992385 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:22] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:22] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:22] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:22] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:24] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:42:25.111079 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:25.120897 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:25.126092 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:25.130696 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:25] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:42:25.141821 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:25] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:42:25.148797 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:42:25.155627 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:25] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:25] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:25] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:25] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:42:25] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:43:20.721546 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:43:20.724940 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:43:20.727610 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:43:20] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:43:20] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:43:20] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:46:04.044998 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:46:04.048999 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:46:04.052506 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:46:04.055521 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:46:04.063518 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:46:04.070908 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:46:04] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:46:04] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:46:04.111337 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:46:04] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:46:04] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:46:04] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:46:04.123208 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:46:04] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:46:04] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:46:04] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:46:06.318446 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:46:06.320882 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:46:06.325202 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:46:06] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:46:06] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:46:06] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:46:17.146134 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:46:17] "POST /myclass/api/Get_List_note_evaluation_Ressource_Affectation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:46:18.869895 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:46:18.874127 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:46:18.878145 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:46:18.883935 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:46:18.896517 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:46:18] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:46:18.903541 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:46:18] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:46:18] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:46:18] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:46:18] "POST /myclass/api/Get_Type_Groupe_Apprenant/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:46:18] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:46:25.240921 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:46:25] "POST /myclass/api/Get_Accepted_Insription_From_Session_id_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:46:33.313500 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:46:33] "POST /myclass/api/Record_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:48:31.879449 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:48:31.885452 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:48:31.894663 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:48:31.898704 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:48:31.904175 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:48:31.908124 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:48:31] "POST /myclass/api/Get_Type_Groupe_Apprenant/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:48:31] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:48:31] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:48:31] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:48:32] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:48:32] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:51:46.427229 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:51:46.435726 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:51:46.442042 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:51:46.448037 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:51:46.456333 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:51:46.469352 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:51:46] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:51:46] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:51:46] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:51:46] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:51:46] "POST /myclass/api/Get_Type_Groupe_Apprenant/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:51:46] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:52:08.815975 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:52:08] "POST /myclass/api/Get_List_note_evaluation_Ressource_Affectation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:52:09.785461 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:52:09] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:52:27.332687 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:52:27] "POST /myclass/api/Update_Participant_Evaluation_Note/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:52:27.456528 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:52:27] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:52:33.331753 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:52:33.335288 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:52:33.338879 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:52:33] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:52:33] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:52:33] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:52:37.414110 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:52:37] "POST /myclass/api/Get_List_note_evaluation_Ressource_Affectation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:52:39.907547 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:52:39] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:52:42.351602 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:52:42.361707 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:52:42.365959 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:52:42] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:52:42] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:52:42] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:52:43.979298 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:52:44] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:53:03.590919 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:53:03] "POST /myclass/api/Update_Participant_Evaluation_Note/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:53:03.771828 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:53:03] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:53:26.909279 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:53:26.914286 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:53:26.918288 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:53:26] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:53:26] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:53:26] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:53:29.003431 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:53:29] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:53:32.412587 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:53:32.422080 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:53:32.427309 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:53:32] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:53:32] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:53:32] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:53:34.074996 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:53:34] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:53:37.811017 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:53:37.821344 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:53:37.826349 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:53:37.834357 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:53:37.842377 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:53:37] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:53:37.850529 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:53:37] "POST /myclass/api/Get_Type_Groupe_Apprenant/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:53:37] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:53:37] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:53:37] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:53:37] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:53:42.420426 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:53:42] "POST /myclass/api/Get_Accepted_Insription_From_Session_id_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:53:47.798638 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:53:47] "POST /myclass/api/Record_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:53:49.736889 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:53:49] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:54:06.927565 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:54:06] "POST /myclass/api/Update_Participant_Evaluation_Note/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:54:07.099399 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:54:07] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:54:13.983901 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:54:13] "POST /myclass/api/Update_Participant_Evaluation_Note/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:54:14.107713 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:54:14] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:54:17.406007 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:54:17.410010 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:54:17.414013 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:54:17] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:54:17] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:54:17] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:54:19.706804 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:54:19] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:56:47.125773 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 19:56:47.133938 : La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:56:47] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:root:2025-05-02 19:57:05.852551 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:57:05] "POST /myclass/api/Update_Participant_Evaluation_Note/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:57:05.977823 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:57:05] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 19:57:18.041346 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 19:57:18] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 19:58:46.285885 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 19:58:46.285885 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 19:58:46.286916 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 19:58:46.286916 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 19:58:46.286916 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 103-267-730 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 20:02:06.828669 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 20:02:06.828669 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 20:02:06.828669 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 20:02:06.828669 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 20:02:06.828669 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +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:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 20:02:20.950449 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 20:02:20.951449 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 20:02:20.951449 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 20:02:20.951449 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 20:02:20.951449 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 103-267-730 +INFO:root:2025-05-02 20:02:47.828628 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:02:47] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:root:2025-05-02 20:03:29.034404 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:03:29] "POST /myclass/api/Get_List_Evaluation_Planification_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:03:55.495003 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:03:55] "POST /myclass/api/Get_List_Evaluation_Planification_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:06:06.726611 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:06:06.729975 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:06:06.733122 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:06:06.737199 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:06:06.742488 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:06:06.746501 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:06:06] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:06:06] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:06:06.770474 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:06:06] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:06:06] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:06:06.776477 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:06:06] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:06:06] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:06:06] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:06:06] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:06:09.076324 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:06:09.079329 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:06:09.082110 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:06:09] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:06:09] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:06:09] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:06:11.129850 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:06:11] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:06:13.078749 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:06:13] "POST /myclass/api/Get_List_Evaluation_Planification_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:06:26.600113 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:06:26] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:06:47.705283 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:06:47] "POST /myclass/api/Get_List_Evaluation_Planification_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:07:18.178187 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:07:18] "POST /myclass/api/Get_List_Evaluation_Planification_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:07:40.066107 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:07:40] "POST /myclass/api/Get_List_Evaluation_Planification_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:08:18.588051 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:08:18] "POST /myclass/api/Get_List_Evaluation_Planification_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:08:20.266835 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:08:20] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:08:24.989207 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:08:24] "POST /myclass/api/Get_List_Evaluation_Planification_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 20:09:44.904970 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 20:09:44.905973 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 20:09:44.905973 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 20:09:44.905973 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 20:09:44.905973 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 103-267-730 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 20:10:29.330120 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 20:10:29.330120 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 20:10:29.330120 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 20:10:29.330120 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 20:10:29.330120 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 103-267-730 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 20:10:57.957600 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 20:10:57.958613 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 20:10:57.958613 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 20:10:57.958613 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 20:10:57.958613 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 103-267-730 +INFO:root:2025-05-02 20:11:00.656969 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:11:00] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:root:2025-05-02 20:12:11.918190 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:12:11] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:13:49.540624 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:13:49] "POST /myclass/api/Get_List_Evaluation_Planification_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:14:12.118831 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:14:12] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:root:2025-05-02 20:15:02.515336 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:15:02] "POST /myclass/api/Get_List_Evaluation_Planification_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:15:41.373409 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:15:41] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:root:2025-05-02 20:17:00.531042 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:17:00.533575 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:17:00.536559 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:17:00] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:17:00] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:17:00] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:17:01.829130 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:17:01] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:17:36.596446 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:17:36.598506 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:17:36.602514 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:17:36] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:17:36] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:17:36] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:17:38.282211 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:17:38] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:17:47.492010 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:17:47.495059 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:17:47.499669 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:17:47] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:17:47] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:17:47] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:17:49.083404 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:17:49] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 20:24:53.488653 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 20:24:53.488653 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 20:24:53.488653 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 20:24:53.488653 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 20:24:53.488653 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 103-267-730 +INFO:root:2025-05-02 20:25:03.322403 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:25:03] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 20:26:13.124316 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 20:26:13.124316 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 20:26:13.124316 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 20:26:13.124316 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 20:26:13.124316 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 103-267-730 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 20:26:31.083202 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 20:26:31.083202 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 20:26:31.083202 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 20:26:31.083202 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 20:26:31.083202 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 103-267-730 +INFO:root:2025-05-02 20:26:32.315474 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:26:32] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 20:26:58.791885 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 20:26:58.793017 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 20:26:58.793017 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 20:26:58.793017 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 20:26:58.793017 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 103-267-730 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 20:27:31.765948 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 20:27:31.765948 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 20:27:31.765948 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 20:27:31.765948 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 20:27:31.765948 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 103-267-730 +INFO:root:2025-05-02 20:27:31.807316 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:27:31] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:root:2025-05-02 20:28:54.763641 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:28:54] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:29:26.324014 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:29:26] "POST /myclass/api/Add_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:29:26.455016 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:29:26] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:29:29.779645 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:29:29.782647 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:29:29.785648 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:29:29] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:29:29] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:29:29] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:29:32.753202 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:29:32.756204 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:29:32.759207 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:29:32.762206 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:29:32.768476 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:29:32.774508 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:29:32] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:29:32] "POST /myclass/api/Get_Type_Groupe_Apprenant/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:29:32] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:29:32] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:29:32] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:29:32] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:29:35.920480 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:29:35] "POST /myclass/api/Get_Given_Groupe_Membres/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:29:37.237299 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:29:37] "POST /myclass/api/Get_Given_Groupe_Membres/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:29:44.291674 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:29:44] "POST /myclass/api/Get_Accepted_Insription_From_Session_id_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:29:49.979264 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:29:50] "POST /myclass/api/Record_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:30:55.989042 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:30:55] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:31:18.897484 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:31:18] "POST /myclass/api/Add_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:31:19.152378 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:31:19] "POST /myclass/api/Get_List_Evaluation_Planification_No_Filter/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:31:21.917982 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:31:21.920984 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:31:21.925002 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:31:21] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:31:21] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:31:21] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:31:24.817353 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:31:24.819344 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:31:24.823740 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:31:24.826738 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:31:24.835884 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:31:24] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:31:24.840481 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:31:24] "POST /myclass/api/Get_Type_Groupe_Apprenant/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:31:24] "POST /myclass/api/Get_Partner_Session_Ftion_Reduice_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:31:24] "POST /myclass/api/Get_Partner_All_Class_Few_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:31:24] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:31:24] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:31:28.206866 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:31:28] "POST /myclass/api/Get_Accepted_Insription_From_Session_id_Reduice_Fields/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:31:32.520471 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:31:32] "POST /myclass/api/Record_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:31:34.550566 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:31:34] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:31:51.760426 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:31:51] "POST /myclass/api/Update_Participant_Evaluation_Note/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:31:51.930371 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:31:51] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:31:55.826868 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:31:55.829865 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:31:55.833868 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:31:55] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:31:55] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:31:55] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:31:57.834849 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:31:57] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:32:11.289545 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:32:11] "POST /myclass/api/Update_Participant_Evaluation_Note/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:32:11.413236 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:32:11] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 20:38:05.766471 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 20:38:05.766471 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 20:38:05.767477 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 20:38:05.767477 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 20:38:05.767477 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 103-267-730 +INFO:root:2025-05-02 20:38:09.600052 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:38:09] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:root:2025-05-02 20:38:35.358099 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:38:35.360733 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:38:35.364028 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:38:35] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:38:35] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:38:35] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:38:37.249447 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:38:37] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 20:40:32.118516 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 20:40:32.118516 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 20:40:32.119521 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 20:40:32.119521 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 20:40:32.119521 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 103-267-730 +INFO:root:2025-05-02 20:40:43.103690 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:40:43] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 20:41:36.362443 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 20:41:36.362443 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 20:41:36.362443 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 20:41:36.362443 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 20:41:36.362443 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 103-267-730 +INFO:root:2025-05-02 20:41:36.402481 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:41:36.406050 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:41:36.409046 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:41:36.412050 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:41:36] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:41:36] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:41:36] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:41:36] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:41:41.216098 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:41:41] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:41:49.802758 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:41:49.805761 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:41:49.809757 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:41:49] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:41:49] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:41:49] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:41:51.315174 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:41:51] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:42:44.510049 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:42:44] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:root:2025-05-02 20:43:36.778246 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:43:36.781246 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:43:36.784245 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:43:36] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:43:36] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:43:36] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:43:38.224622 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:43:38] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:44:00.985934 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:44:00.987927 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:44:00.991293 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:44:00] "POST /myclass/api/Get_Given_Evaluation_Planification/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:44:01] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:44:01] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-05-02 20:44:02.524300 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:44:02] "POST /myclass/api/Get_List_Participant_To_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 20:45:54.206231 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 20:45:54.206231 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 20:45:54.206231 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 20:45:54.206231 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 20:45:54.206231 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 103-267-730 +INFO:root:2025-05-02 20:45:54.248212 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-05-02 20:45:55.274656 : run_calcul_mode_1 -local variable 'somme_note' referenced before assignment - Line : 265 +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:45:55] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\base_class_calcul_note.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False +DEBUG:httpx:load_verify_locations cafile='C:\\Users\\billa\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\certifi\\cacert.pem' +INFO:root:2025-05-02 20:46:35.223655 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-05-02 20:46:35.223655 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2025-05-02 20:46:35.223655 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2025-05-02 20:46:35.223655 : ++ FLASK PORT 5001 ++ +INFO:root:2025-05-02 20:46:35.223655 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 103-267-730 +INFO:root:2025-05-02 20:46:37.554713 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [02/May/2025 20:46:37] "GET /myclass/api/run_calcul_mode_1 HTTP/1.1" 200 - diff --git a/base_class_calcul_note.py b/base_class_calcul_note.py new file mode 100644 index 0000000..e4a5784 --- /dev/null +++ b/base_class_calcul_note.py @@ -0,0 +1,364 @@ +""" +FORMATION INITIALE : +A l’image de la gestion des admissions, le système sera paramétrable par un utilisateur pour définir les règles de calcul. +En attendant de mettre en le module de règle dynamique, une liste de règles statiques seront codées en dure le dans le système. +Ainsi l’administrateur pourra choisir la règle adaptée à sa formation. +Pour les cas particuliers, les équipes de MTT feront des développements spécifiques pour les clients qui le souhaite. + +Par defaut, les regles de calcul implémentées : +• Nom : calcul_mode_1 + Detail : ( (Moyenne Art. (TD) + Moyenne Art(TP) * 2)/3 + Examen Final ) / 2 + + +• Nom : calcul_mode_2 + Detail : ( Note Stage + Examen Final ) / 2 + + +• Nom : calcul_mode_2 + Detail : (Moyenne Art.(TD) + Moyenne Art.(Contrôle Continue) + Examen Final*1.5 ) / 3 + +/!\ Important : +La collection : "note_evaluation" : +- Elle contient toutes les evaluations (pas les note mais les evaluation). +- Elle contient les informations : class_id, class_eu_id, type_eval_id, session_id, eval_date_heure_debut, eval_date_heure_fin + +La collection : "note_evaluation_participant" : +- Elle contient les notes attribuées à un apprenant sur une evaluation. +- Elle contient les informations :evaluation_id, inscription_id, group_inscription_id, note (la note obtenue par l'apprenant) +""" +import bson +import pymongo +from pymongo import MongoClient +import json +from bson import ObjectId +import re +from datetime import datetime +import prj_common as mycommon +import secrets +import inspect +import sys, os +import csv +import pandas as pd +from pymongo import ReturnDocument +import GlobalVariable as MYSY_GV +from math import isnan +import GlobalVariable as MYSY_GV +import ela_index_bdd_classes as eibdd +import email_mgt as email +import jinja2 +from flask import send_file +from xhtml2pdf import pisa +from email.message import EmailMessage +from email.mime.text import MIMEText +from email import encoders +import smtplib +from email.mime.multipart import MIMEMultipart +from email.mime.text import MIMEText +from email.mime.base import MIMEBase +from email import encoders + + +""" +Cette fonction permet d'appliquer la regle de calcul : +• Nom : calcul_mode_1 + Detail : ( (Moyenne Art. (TD) + Moyenne Art(TP) * 2)/3 + Examen Final ) / 2 + +Les données en entrée : +- La formation, +- La session +- Liste des inscrit +""" +def run_calcul_mode_1(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'class_id', 'session_id', 'eu_id', 'tab_inscriptions_ids' ] + + incom_keys = diction.keys() + for val in incom_keys: + if val not in field_list and val.startswith('my_') is False: + mycommon.myprint(str( + inspect.stack()[0][3]) + " Le champ '" + val + "' n'est pas autorisé") + return False, " Les informations fournies sont incorrectes" + + """ + Verification des champs obligatoires + """ + field_list_obligatoire = ['token', 'class_id', 'session_id', 'eu_id', 'tab_inscriptions_ids' ] + + for val in field_list_obligatoire: + if val not in diction: + mycommon.myprint( + str(inspect.stack()[0][3]) + " - La valeur '" + val + "' n'est pas presente dans liste ") + return False, " Les informations fournies sont incorrectes" + + """ + Verification de l'identité et autorisation de l'entité qui + appelle cette API + """ + token = "" + if ("token" in diction.keys()): + if diction['token']: + token = diction['token'] + + local_status, my_partner = mycommon.Check_Connexion_And_Return_Partner_Data(diction) + if (local_status is not True): + return local_status, my_partner + + + # Verifier la validité de la session + is_session_valide_count = MYSY_GV.dbname['session_formation'].count_documents({'_id':ObjectId(str(diction['session_id'])), + 'valide':'1', + 'partner_owner_recid':str(my_partner['recid'])}) + + if( is_session_valide_count != 1 ): + mycommon.myprint( + str(inspect.stack()[0][3]) + " L'identifiant de la session est invalide ") + return False, " L'identifiant de la session est invalide" + + is_session_valide_data = MYSY_GV.dbname['session_formation'].find_one( + {'_id': ObjectId(str(diction['session_id'])), + 'valide': '1', + 'partner_owner_recid': str(my_partner['recid'])}) + + + # Verifier la validité de l'unité d'enseignement + is_ue_valide_count = MYSY_GV.dbname['unite_enseignement'].count_documents( + {'_id': ObjectId(str(diction['eu_id'])), + 'valide': '1', + 'locked':'0', + 'partner_owner_recid': str(my_partner['recid'])}) + + if (is_ue_valide_count != 1): + mycommon.myprint( + str(inspect.stack()[0][3]) + " L'identifiant de l'unité d'enseignement est invalide ") + return False, " L'identifiant de l'unité d'enseignement est invalide" + + is_ue_valide_data = MYSY_GV.dbname['unite_enseignement'].find_one( + {'_id': ObjectId(str(diction['eu_id'])), + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str(my_partner['recid'])}) + + + # Verifier si la formartion est valide + is_myclass_valide_count = MYSY_GV.dbname['myclass'].count_documents( + {'_id': ObjectId(str(diction['class_id'])), + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str(my_partner['recid'])}) + + if (is_myclass_valide_count != 1): + mycommon.myprint( + str(inspect.stack()[0][3]) + " L'identifiant de la formation est invalide ") + return False, " L'identifiant de la formation est invalide" + + is_myclass_valide_data = MYSY_GV.dbname['myclass'].find_one( + {'_id': ObjectId(str(diction['class_id'])), + 'valide': '1', + 'locked': '0', + 'partner_owner_recid': str(my_partner['recid'])}) + + # Verifier la validité de la liste des inscrits fournie + tab_inscriptions_ids = "" + if ("tab_inscriptions_ids" in diction.keys()): + if diction['tab_inscriptions_ids']: + tab_inscriptions_ids = diction['tab_inscriptions_ids'] + + tab_inscriptions_ids_splited = str(tab_inscriptions_ids).split(",") + + # Controle de validité de toutes info avant de commencer les traitements + for my_inscription in tab_inscriptions_ids_splited: + my_inscription = str(my_inscription).strip() + + # Verifier que l'inscription est valide + my_inscription_is_valide = MYSY_GV.dbname['inscription'].count_documents( + {'_id': ObjectId(str(my_inscription)), 'status': '1', + 'partner_owner_recid': str(my_partner['recid'])}) + + if (my_inscription_is_valide != 1): + mycommon.myprint( + str(inspect.stack()[0][3]) + " L'inscription_id '" + my_inscription + "' n'est pas valide ") + return False, " L'inscription_id '" + my_inscription + "' n'est pas valide " + + """ + La formule : ( (Moyenne Art. (TD) + Moyenne Art(TP) * 2)/3 + Examen Final ) / 2 + """ + + """ + Etape 1 : + Aller cherche la liste des TD et faire la moyenne arithmétique pour chaque apprenant fourni en entrée + 0) Recuperer les types d'evaluation associée à une formation / UE + a) Pour chaque apprenant aller chercher les evaluations concernées, + b) Pour chaque evaluation concerné aller cherche les note + """ + + """ + TRAITEMENT DES TD + """ + evaluation_type_TD_id = "" + for val in MYSY_GV.dbname['type_evaluation'].find({'partner_owner_recid':str(my_partner['recid']), + 'valide':'1', + 'locked':'0', + 'code': {'$regex': "TD", "$options": "i"}}): + evaluation_type_TD_id = str(val['_id']) + + + liste_note_evaluation_TD_ids = [] + + print(" ~#### QTRYYY = ", {'partner_owner_recid':str(my_partner['recid']), + 'valide':'1', + 'locked':'0', + 'class_id':str(diction['class_id']), + 'class_eu_id': str(diction['eu_id']), + 'type_eval_id':str(evaluation_type_TD_id)} + ) + + + for val in MYSY_GV.dbname['note_evaluation'].find({'partner_owner_recid':str(my_partner['recid']), + 'valide':'1', + 'locked':'0', + 'class_id':str(diction['class_id']), + 'class_eu_id': str(diction['eu_id']), + 'type_eval_id':str(evaluation_type_TD_id)}): + liste_note_evaluation_TD_ids.append(str(val['_id'])) + + + print(" ### la liste des evaluations de type TD sont : ", liste_note_evaluation_TD_ids) + + nb_eval_td = len(liste_note_evaluation_TD_ids) + + for my_inscription in tab_inscriptions_ids_splited: + somme_note_td = 0 + moyenne_note_td = 0 + tab_apprenant_note_td = [] + print("###############################################") + for note_evaluation_participant in MYSY_GV.dbname['note_evaluation_participant'].find( + {'partner_owner_recid':str(my_partner['recid']), + 'valide':'1', + 'locked':'0', + 'inscription_id' : str(my_inscription), + 'evaluation_id':{'$in':liste_note_evaluation_TD_ids} + }): + + inscri_data = MYSY_GV.dbname['inscription'].find_one({'partner_owner_recid':str(my_partner['recid']), + 'valide':'1', + 'locked':'0', + '_id':ObjectId(str(my_inscription).strip())}, + {'nom':1, 'prenom':1, 'email':1} + ) + + """ + A supprimer après, la c'est juste pour voir les data + """ + evaluation_data = MYSY_GV.dbname['note_evaluation'].find_one({'partner_owner_recid':str(my_partner['recid']), + 'valide':'1', + 'locked':'0', + '_id':ObjectId(str(note_evaluation_participant['evaluation_id']))}) + + + + + somme_note_td = somme_note_td + mycommon.tryFloat(str(note_evaluation_participant['note'])) + + print("$$$$$$$$$$$$$$$$$$$$ ", evaluation_data['code'], " Du ", evaluation_data['eval_date_heure_debut'], " Au ", evaluation_data['eval_date_heure_fin']) + print(" Session : is_session_valide_data = ", is_session_valide_data['code_session']) + print(" Unit. Ensei : is_ue_valide_data = ", is_ue_valide_data['code']) + print(" Apprenant : my_inscription = ", my_inscription, " Nom = ",inscri_data['nom'], " Email = ", str(inscri_data['email']) ) + print(" note_evaluation_participant = ", note_evaluation_participant['note']) + tab_apprenant_note_td.append(str(note_evaluation_participant['note'])) + + moyenne_note_td = somme_note_td / nb_eval_td + print("") + print(" ## Somme_note TD = ", str(somme_note_td), " ## Moyenne TP = ", str(moyenne_note_td)) + print("") + print("") + + """ + FIN TRAITEMENT DES TD + """ + + print(" TPPPPPPPPPPPPPPPPPPPPPP") + """ + TRAITEMENT DES TP + """ + evaluation_type_TP_id = "" + for val in MYSY_GV.dbname['type_evaluation'].find({'partner_owner_recid': str(my_partner['recid']), + 'valide': '1', + 'locked': '0', + 'code': {'$regex': "TP", "$options": "i"}}): + evaluation_type_TP_id = str(val['_id']) + + liste_note_evaluation_TP_ids = [] + + + + for val in MYSY_GV.dbname['note_evaluation'].find({'partner_owner_recid': str(my_partner['recid']), + 'valide': '1', + 'locked': '0', + 'class_id': str(diction['class_id']), + 'class_eu_id': str(diction['eu_id']), + 'type_eval_id': str(evaluation_type_TP_id)}): + liste_note_evaluation_TP_ids.append(str(val['_id'])) + + print(" ### la liste des evaluations de type TPP sont : ", liste_note_evaluation_TP_ids) + + nb_eval_tp = len(liste_note_evaluation_TP_ids) + + for my_inscription in tab_inscriptions_ids_splited: + somme_note_tp = 0 + moyenne_note_tp = 0 + tab_apprenant_note_tp = [] + print("###############################################") + for note_evaluation_participant in MYSY_GV.dbname['note_evaluation_participant'].find( + {'partner_owner_recid': str(my_partner['recid']), + 'valide': '1', + 'locked': '0', + 'inscription_id': str(my_inscription), + 'evaluation_id': {'$in': liste_note_evaluation_TP_ids} + }): + + print(" ### note_evaluation_participant TPPP= ", note_evaluation_participant) + inscri_data = MYSY_GV.dbname['inscription'].find_one({'partner_owner_recid': str(my_partner['recid']), + 'valide': '1', + 'locked': '0', + '_id': ObjectId(str(my_inscription).strip())}, + {'nom': 1, 'prenom': 1, 'email': 1} + ) + + """ + A supprimer après, la c'est juste pour voir les data + """ + evaluation_data = MYSY_GV.dbname['note_evaluation'].find_one( + {'partner_owner_recid': str(my_partner['recid']), + 'valide': '1', + 'locked': '0', + '_id': ObjectId(str(note_evaluation_participant['evaluation_id']))}) + + somme_note_tp = somme_note_tp + mycommon.tryFloat(str(note_evaluation_participant['note'])) + + print("$$$$$$$$$$$$$$$$$$$$ ", evaluation_data['code'], " Du ", + evaluation_data['eval_date_heure_debut'], " Au ", evaluation_data['eval_date_heure_fin']) + print(" Session : is_session_valide_data = ", is_session_valide_data['code_session']) + print(" Unit. Ensei : is_ue_valide_data = ", is_ue_valide_data['code']) + print(" Apprenant : my_inscription = ", my_inscription, " Nom = ", inscri_data['nom'], " Email = ", + str(inscri_data['email'])) + print(" note_evaluation_participant = ", note_evaluation_participant['note']) + tab_apprenant_note_tp.append(str(note_evaluation_participant['note'])) + + moyenne_note_tp = somme_note_tp / nb_eval_tp + print("") + print(" ## Somme_note TP = ", str(somme_note_tp), " ## Moyenne TP= ", str(moyenne_note_tp)) + print("") + print("") + + + return True, " Les notes avec le -calcul_mode_1- ont été correctement calculées" + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible de calculer les notes avec le -calcul_mode_1- " \ No newline at end of file diff --git a/equipe_team_mgt.py b/equipe_team_mgt.py index ee74512..76a9f19 100644 --- a/equipe_team_mgt.py +++ b/equipe_team_mgt.py @@ -104,7 +104,7 @@ def Add_Equipe_Team(diction): 'locked':'0', 'partner_recid':str(my_partner['recid'])}) - if( is_chef_equipe_id_count <= 0 ): + if( is_chef_equipe_id_count != 0 ): mycommon.myprint( str(inspect.stack()[0][3]) + " L'identifiant du chef d'équipe est invalide ") return False, " L'identifiant du chef d'équipe est invalide " @@ -134,9 +134,49 @@ def Add_Equipe_Team(diction): " Impossible de créer l'équipe (2) ") return False, " Impossible de créer l'équipe (2) " + """ - ## Add to log history - """ + Après la création de l'equipe, on ajoute le chef d'équipe dans liste de membres + """ + if( "chef_equipe_id" in diction.keys() and diction['chef_equipe_id']): + new_data = {} + new_data['equipe_team_id'] = str(inserted_id) + new_data['rh_id'] = str(diction['chef_equipe_id']) + + now = str(datetime.now()) + mytoday = datetime.today() + new_data['date_ajout_equipe'] = str(mytoday) + + new_data['date_update'] = now + + new_data['valide'] = "1" + new_data['locked'] = "0" + new_data['partner_owner_recid'] = str(my_partner['recid']) + new_data['update_by'] = str(my_partner['_id']) + new_data['leader'] = "1" + + data_cle = {} + data_cle['partner_owner_recid'] = str(my_partner['recid']) + data_cle['equipe_team_id'] = str(diction['_id']) + data_cle['rh_id'] = str(diction['chef_equipe_id']) + data_cle['valide'] = "1" + data_cle['locked'] = "0" + + result = MYSY_GV.dbname['equipe_team_membre'].find_one_and_update( + data_cle, + {"$set": new_data}, + upsert=True, + return_document=ReturnDocument.AFTER + ) + + if (result is None or "_id" not in result.keys()): + mycommon.myprint( + " WARNING : Impossible d'ajouter le chef d'équipe") + + + """ + ## Add to log history + """ now = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) # Pour la collection inscription @@ -171,7 +211,7 @@ def Add_Update_Equipe_Team_Membres(diction): """ Verification des input acceptés """ - field_list = ['token', '_id', 'tab_ressource_humaine_ids'] + field_list = ['token', '_id', 'tab_ressource_humaine_ids', 'role'] incom_keys = diction.keys() for val in incom_keys: @@ -252,6 +292,11 @@ def Add_Update_Equipe_Team_Membres(diction): new_data['equipe_team_id'] = str(diction['_id']) new_data['rh_id'] = str(my_ressource_humaine) + if( "role" in diction.keys()): + new_data['role'] = str(diction['role'])[0:255] + else: + new_data['role'] = "" + now = str(datetime.now()) mytoday = datetime.today() new_data['date_ajout_equipe'] = str(mytoday) @@ -371,30 +416,44 @@ def Delete_Groupe_Equipe_Team_Membre(diction): str(inspect.stack()[0][3]) + " L'identifiant de l'équipe est invalide ") return False, " L'identifiant de l'équipe est invalide " + is_existe_groupe = MYSY_GV.dbname['equipe_team'].find_one( + {'_id': ObjectId(str(diction['equipe_id'])), + 'valide': '1', + 'partner_owner_recid': str(my_partner['recid'])}) + + update_team_leader = "0" + equipe_team_chef_equipe_id = "" + if(is_existe_groupe and "chef_equipe_id" in is_existe_groupe ): + equipe_team_chef_equipe_id = is_existe_groupe['chef_equipe_id'] + + tab_equipe_team_membre_ids = "" if ("tab_ids" in diction.keys()): if diction['tab_ids']: - tab_inscriptions_ids = diction['tab_ids'] + tab_equipe_team_membre_ids = diction['tab_ids'] tab_equipe_team_membre_ids_splited = str(tab_equipe_team_membre_ids).split(",") + tab_equipe_team_membre_ids_splited_ObjectID = [] + + for tmp in tab_equipe_team_membre_ids_splited : tab_equipe_team_membre_ids_splited_ObjectID.append(ObjectId(str(tmp))) - - - qery_delete = {'_id': {'$in': tab_equipe_team_membre_ids_splited_ObjectID}, 'equipe_team_id':str(diction['equipe_id']), 'partner_owner_recid': str(my_partner['recid']), 'locked': '0'} """ - Pour les log d'historique, recuperation des information sur les membres supprimés - - rh_id, - - email - """ + Pour les log d'historique, recuperation des information sur les membres supprimés + - rh_id, + - email + + et + Si la personne supprimée est le responsable, il faut alors mettre à vide le champ responsable sur la formation + """ tab_delete_rh = [] for val in MYSY_GV.dbname['equipe_team_membre'].find(qery_delete): if( val and "rh_id" in val.keys() ): @@ -415,9 +474,27 @@ def Delete_Groupe_Equipe_Team_Membre(diction): tab_delete_rh.append(node_delete_rh_id_data) + """ + Si la personne supprimée est le responsable, il faut alors mettre à vide le champ responsable sur la formation + """ + if (str(rh_id_data['_id']) == equipe_team_chef_equipe_id): + result = MYSY_GV.dbname['equipe_team'].find_one_and_update( + {'_id': ObjectId(str(diction['equipe_id'])), + 'valide': '1', + 'partner_owner_recid': str(my_partner['recid'])}, + + {"$set": {"chef_equipe_id":""}}, + upsert=False, + return_document=ReturnDocument.AFTER + ) + history_massage_light = "" + for val in tab_delete_rh : + if("email" in val ): + history_massage_light = str(val['email'])+", "+str(history_massage_light) + #print(" ### qery_delete = ", qery_delete) delete = MYSY_GV.dbname['equipe_team_membre'].delete_many(qery_delete ) @@ -432,11 +509,12 @@ def Delete_Groupe_Equipe_Team_Membre(diction): history_event_dict = {} history_event_dict['token'] = diction['token'] history_event_dict['related_collection'] = "equipe_team" - history_event_dict['related_collection_recid'] = str(diction['_id']) + history_event_dict['related_collection_recid'] = str(diction['equipe_id']) history_event_dict['action_date'] = str(now) + history_event_dict['technical_comment'] = "Suppression membre(s) " + str(tab_delete_rh) + history_event_dict['action_description'] = "Suppression membre(s) " + str(history_massage_light) - history_event_dict['action_description'] = "Suppression membres " + str(tab_delete_rh) local_status, local_retval = mycommon.Collection_Historique.Add_Historique_Event(history_event_dict) if (local_status is False): mycommon.myprint( @@ -573,8 +651,59 @@ def Update_Equipe_Team(diction): return False, " Impossible de mettre à jour l'équipe (2) " """ - ## Add to log history - """ + Après la création de l'equipe, on ajoute le chef d'équipe dans liste de membres + """ + if ("chef_equipe_id" in diction.keys() and diction['chef_equipe_id']): + new_data = {} + new_data['equipe_team_id'] = str(local_id) + new_data['rh_id'] = str(diction['chef_equipe_id']) + + now = str(datetime.now()) + mytoday = datetime.today() + new_data['date_ajout_equipe'] = str(mytoday) + + new_data['date_update'] = now + + new_data['valide'] = "1" + new_data['locked'] = "0" + new_data['partner_owner_recid'] = str(my_partner['recid']) + new_data['update_by'] = str(my_partner['_id']) + new_data['leader'] = "1" + + data_cle = {} + data_cle['partner_owner_recid'] = str(my_partner['recid']) + data_cle['equipe_team_id'] = str(local_id) + data_cle['rh_id'] = str(diction['chef_equipe_id']) + data_cle['valide'] = "1" + data_cle['locked'] = "0" + + """ + D'abord enlever le statut de leader si qq'un d'autre l'avait + """ + update = MYSY_GV.dbname['equipe_team_membre'].update_many( + { "partner_owner_recid": str(my_partner['recid']), "equipe_team_id": str(local_id) }, + {"$unset": {'leader':''}}, + ) + + """ + A présent mise à jour du leader, avec potentiel ajout s'il n'existe pas + """ + print(" ### mise à jour du leader , data_cle = ", data_cle) + result = MYSY_GV.dbname['equipe_team_membre'].find_one_and_update( + data_cle, + {"$set": new_data}, + upsert=True, + return_document=ReturnDocument.AFTER + ) + + if (result is None or "_id" not in result.keys()): + mycommon.myprint( + " WARNING : Impossible d'ajouter le chef d'équipe") + + + """ + ## Add to log history + """ now = str(datetime.now().strftime("%d/%m/%Y %H:%M:%S")) # Pour la collection inscription @@ -604,6 +733,7 @@ Suppression d'une équipe regles : Si la condition (_id) n'est pas utiliser dans les collections - xxxxxx (à préciser) +- pas de suppression si groupe à des membre. L'utilisateur devra supprimer les memebre d'abord """ def Delete_Equipe_Team(diction): @@ -658,6 +788,18 @@ def Delete_Equipe_Team(diction): str(inspect.stack()[0][3]) + " L'identifiant de l'équipe est invalide ") return False, " L'identifiant de l'équipe est invalide " + nb_membres = MYSY_GV.dbname['equipe_team_membre'].count_documents({'equipe_team_id': str(diction['_id']), + 'partner_owner_recid': str( + my_partner['recid']), + }, ) + + if( nb_membres > 0 ): + mycommon.myprint( + str(inspect.stack()[0][3]) + " Ce groupe à "+str(nb_membres)+" membre(s) actif(s). Vous devez supprimer les membres avant de supprimer l'équipe ") + return False, " Ce groupe à "+str(nb_membres)+" membre(s) actif(s). Vous devez supprimer les membres avant de supprimer l'équipe " + + + is_existe_equipe_team_date = MYSY_GV.dbname['equipe_team'].find_one( {'_id': ObjectId(str(diction['_id'])), 'valide': '1', @@ -891,6 +1033,7 @@ def Get_Given_Equipe_Team_With_Members(diction): if(membre_rh_data and '_id' in membre_rh_data.keys() ): node_membre = {} + node_membre['_id'] = str(team_membre['_id']) node_membre['equipe_team_id'] = str(retval['_id']) node_membre['rh_id'] = str(membre_rh_data['_id']) @@ -919,6 +1062,23 @@ def Get_Given_Equipe_Team_With_Members(diction): else: node_membre['telephone'] = "" + if ("comment" in membre_rh_data.keys()): + node_membre['comment'] = str(membre_rh_data['comment']) + else: + node_membre['comment'] = "" + + + + if ("role" in team_membre.keys()): + node_membre['role'] = str(team_membre['role']) + else: + node_membre['role'] = "" + + if ("leader" in team_membre.keys()): + node_membre['leader'] = str(team_membre['leader']) + else: + node_membre['leader'] = "" + list_membre.append(node_membre) user['list_membre'] = list_membre @@ -1002,8 +1162,8 @@ def Get_List_Equipe_Team_With_Filter(diction): ] } - for tmp_val in MYSY_GV.dbname['ressource_humaine'].find({filt_membre_qry}): - list_membre_ressource_humaine_id.append(str([tmp_val['_id']])) + for tmp_val in MYSY_GV.dbname['ressource_humaine'].find(filt_membre_qry): + list_membre_ressource_humaine_id.append(str(tmp_val['_id'])) print(" ### liste des Id des ressources humaine sont = ", list_membre_ressource_humaine_id) @@ -1018,33 +1178,62 @@ def Get_List_Equipe_Team_With_Filter(diction): find_qry = { '$and': [{'partner_owner_recid': str(my_partner['recid']), 'valide': '1', 'locked': '0'}, filt_description, filt_code, ]} + local_new_myquery_find_team = "" - local_new_myquery_find_team = [{'$match': find_qry}, - {'$sort': {'_id': -1}}, - {"$addFields": {"equipe_team_header_id": {"$toString": "$_id"}}}, - {'$lookup': - { - 'from': 'equipe_team_membre', - 'localField': "equipe_team_header_id", - 'foreignField': 'equipe_team_id', - 'pipeline': [ - {'$match': - {'$and': - [ - filt_membre_ressource_humaine_id, - {'partner_owner_recid': str(my_partner['recid']),'valide': '1', 'locked':'0' }, - ] + if ("membre" in diction.keys()): + local_new_myquery_find_team = [{'$match': find_qry}, + {'$sort': {'_id': -1}}, + {"$addFields": {"equipe_team_header_id": {"$toString": "$_id"}}}, + {'$lookup': + { + 'from': 'equipe_team_membre', + 'localField': "equipe_team_header_id", + 'foreignField': 'equipe_team_id', + 'pipeline': [ + {'$match': + {'$and': + [ + filt_membre_ressource_humaine_id, + {'partner_owner_recid': str(my_partner['recid']),'valide': '1', 'locked':'0' }, + ] - } + } - }, ], - 'as': 'equipe_team_membre_collection' - } - }, - { - '$unwind': '$equipe_team_membre_collection' - } - ] + }, ], + 'as': 'equipe_team_membre_collection' + } + }, + { + "$unwind": "$equipe_team_membre_collection" + } + ] + + else: + local_new_myquery_find_team = [{'$match': find_qry}, + {'$sort': {'_id': -1}}, + {"$addFields": {"equipe_team_header_id": {"$toString": "$_id"}}}, + {'$lookup': + { + 'from': 'equipe_team_membre', + 'localField': "equipe_team_header_id", + 'foreignField': 'equipe_team_id', + 'pipeline': [ + {'$match': + {'$and': + [ + filt_membre_ressource_humaine_id, + {'partner_owner_recid': str(my_partner['recid']), + 'valide': '1', 'locked': '0'}, + ] + + } + + }, ], + 'as': 'equipe_team_membre_collection' + } + }, + + ] print(" ### local_new_myquery_find_team = ", local_new_myquery_find_team) @@ -1053,6 +1242,8 @@ def Get_List_Equipe_Team_With_Filter(diction): for local_New_retVal in MYSY_GV.dbname['equipe_team'].aggregate(local_new_myquery_find_team): user = {} user['id'] = str(val_tmp) + user['_id'] = str(local_New_retVal['_id']) + if( "code" in local_New_retVal.keys()): user['code'] = local_New_retVal['code'] else: @@ -1073,6 +1264,29 @@ def Get_List_Equipe_Team_With_Filter(diction): else: user['chef_equipe_id'] = "" + nb_membre = "0" + if( "equipe_team_membre_collection" in local_New_retVal.keys() ): + nb_membre = len(local_New_retVal['equipe_team_membre_collection']) + + user['nb_membre'] = str(nb_membre) + + # Recuperation des nom et prenom du responsable (chef d'equipe) + chef_equipe_nom_prenom = "" + if ("chef_equipe_id" in local_New_retVal.keys() and local_New_retVal['chef_equipe_id']): + chef_equipe_id_data = MYSY_GV.dbname['ressource_humaine'].find_one( + {'partner_recid': str(my_partner['recid']), + 'valide': '1', + 'locked': '0', + '_id': ObjectId(str(local_New_retVal['chef_equipe_id']))}) + + if (chef_equipe_id_data and 'nom' in chef_equipe_id_data.keys()): + chef_equipe_nom_prenom = chef_equipe_id_data['nom'] + + if (chef_equipe_id_data and 'prenom' in chef_equipe_id_data.keys()): + chef_equipe_nom_prenom = chef_equipe_nom_prenom + " " + chef_equipe_id_data['prenom'] + + user['chef_equipe_nom_prenom'] = str(chef_equipe_nom_prenom) + val_tmp = val_tmp + 1 RetObject.append(mycommon.JSONEncoder().encode(user)) diff --git a/main.py b/main.py index 854e77f..4c2a504 100644 --- a/main.py +++ b/main.py @@ -96,6 +96,7 @@ import partner_produit_service_mgt as partner_produit_service_mgt import model_planning_sequence_mgt as model_planning_sequence_mgt import base_partner_catalog_config as base_partner_catalog_config import equipe_team_mgt as equipe_team_mgt +import base_class_calcul_note as base_class_calcul_note import base_document_automatic_setup as base_document_automatic_setup @@ -12025,7 +12026,6 @@ def Delete_Nicole_Account(token, user_email): payload = {} payload['token'] = str(token) payload['user_email'] = str(user_email) - print(" ### Delete_Nicole_Account : payload = ",payload) localStatus, message= tools_cherif.Delete_Nicole_Account(payload) return jsonify(status=localStatus, message=message ) @@ -12154,6 +12154,22 @@ def Add_Update_Equipe_Team_Membres(): return jsonify(status=localStatus, message=message ) + + +""" +API de calcul de la note finale d'une formation avec le model : calcul_mode_1 +""" +@app.route('/myclass/api/run_calcul_mode_1', methods=['POST','GET']) +@crossdomain(origin='*') +def run_calcul_mode_1(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary(request.form.to_dict()) + print(" ### run_calcul_mode_1 : payload = ",payload) + localStatus, message= base_class_calcul_note.run_calcul_mode_1(payload) + return jsonify(status=localStatus, message=message ) + + + if __name__ == '__main__': print(" debut api") context = SSL.Context(SSL.SSLv23_METHOD)