diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ecd5f63..17491c5 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,22 +4,15 @@ - @@ -529,6 +521,7 @@ - \ No newline at end of file diff --git a/Dashbord_queries/ressources_humaines_tbd_qries.py b/Dashbord_queries/ressources_humaines_tbd_qries.py index 106a7c7..e1e7a2f 100644 --- a/Dashbord_queries/ressources_humaines_tbd_qries.py +++ b/Dashbord_queries/ressources_humaines_tbd_qries.py @@ -187,8 +187,6 @@ def Get_Humain_Ressource_With_Planning(diction): {'$eq': ["$partner_owner_recid", '$$rh_partner_owner_recid']}, {'$gte': [{'$toDate': "$event_start" },filt_session_start_date_ISODATE]}, {'$lte': [{'$toDate': "$event_start"}, filt_session_end_date_ISODATE]} - - ] } } @@ -625,6 +623,8 @@ def Get_Humain_Ressource_With_Planning_And_Cost(diction): filt_session_start_date = start_current_month_date filt_session_end_date = end_current_month_date + filt_session_start_date_ISODATE = datetime.strptime(str(filt_session_start_date), '%d/%m/%Y') + filt_session_end_date_ISODATE = datetime.strptime(str(filt_session_end_date), '%d/%m/%Y') """ Algorithme : @@ -744,8 +744,8 @@ def Get_Humain_Ressource_With_Planning_And_Cost(diction): Aller recuperer les taches dans les agendas """ - filt_session_start_date_ISODATE = datetime.strptime(str(date_debut_contrat), '%d/%m/%Y') - filt_session_end_date_ISODATE = datetime.strptime(str(date_fin_contrat), '%d/%m/%Y') + filt_contrat_start_date_ISODATE = datetime.strptime(str(date_debut_contrat), '%d/%m/%Y') + filt_contrat_end_date_ISODATE = datetime.strptime(str(date_fin_contrat), '%d/%m/%Y') local_qry_tache_agenda = ([ {"$match": {'_id': rh_id_Object}}, @@ -762,8 +762,8 @@ def Get_Humain_Ressource_With_Planning_And_Cost(diction): {'$eq': ["$valide", "1"]}, {'$eq': ["$related_collection_recid", '$$rh_id']}, {'$eq': ["$partner_owner_recid", '$$rh_partner_owner_recid']}, - {'$gte': [{'$toDate': "$event_start"}, filt_session_start_date_ISODATE]}, - {'$lte': [{'$toDate': "$event_start"}, filt_session_end_date_ISODATE]} + {'$gte': [{'$toDate': "$event_start"}, filt_contrat_start_date_ISODATE]}, + {'$lte': [{'$toDate': "$event_start"}, filt_contrat_end_date_ISODATE]} ] } @@ -808,16 +808,26 @@ def Get_Humain_Ressource_With_Planning_And_Cost(diction): #json_agenda_formatted_str = json.dumps(retval_agenda, indent=2) - if ("collection_agenda" in retval_agenda.keys() and "partner_owner_recid" in retval_agenda[ - 'collection_agenda'].keys()): - new_node = retval_agenda['collection_agenda'] - retval['Tab_agenda'].append(new_node) - # print(" ### NODE ADDED = ", new_node) + if ("collection_agenda" in retval_agenda.keys() and "partner_owner_recid" in retval_agenda['collection_agenda'].keys()): + """print(" ### NODE = ", retval_agenda['collection_agenda']) + print(" ### filt_session_start_date_ISODATE = ", filt_session_start_date_ISODATE) + print(" ### filt_session_end_date_ISODATE = ", filt_session_end_date_ISODATE)""" + aganda_start_date_ISODATE = datetime.strptime(str(retval_agenda['collection_agenda']['event_start'])[0:16],'%Y-%m-%dT%H:%M') + aganda_end_date_ISODATE = datetime.strptime( + str(retval_agenda['collection_agenda']['event_end'])[0:16], '%Y-%m-%dT%H:%M') + + """print(" ### aganda_start_date_ISODATE = ", aganda_start_date_ISODATE) + print(" ### aganda_end_date_ISODATE = ", aganda_end_date_ISODATE)""" + + if( aganda_start_date_ISODATE >= filt_session_start_date_ISODATE and aganda_end_date_ISODATE <= filt_session_end_date_ISODATE ): + new_node = retval_agenda['collection_agenda'] + retval['Tab_agenda'].append(new_node) + #print(" ### NODE ADDED = ", new_node) #json_formatted_str = json.dumps(retval, indent=2) - #print(" ### Final Line : ", json_formatted_str) + #print(" ### retval['Tab_agenda'] : ", retval['Tab_agenda']) tab_lines_employe_by_contract.append(retval) local_status, local_retval, node_total_duration, node_total_cost = Format_employee_contrat_agenda_events(tab_lines_employe_by_contract) diff --git a/Log/log_file.log b/Log/log_file.log index 92122dc..b4b3dc1 100644 --- a/Log/log_file.log +++ b/Log/log_file.log @@ -12970,3 +12970,3546 @@ INFO:werkzeug:127.0.0.1 - - [26/Oct/2025 15:15:42] "POST /myclass/api/getRecoded INFO:werkzeug:127.0.0.1 - - [26/Oct/2025 15:15:42] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - INFO:root:2025-10-26 15:15:42.432841 : Security check : IP adresse '127.0.0.1' connected INFO:werkzeug:127.0.0.1 - - [26/Oct/2025 15:15:42] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-27 20:33:37.273034 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-27 20:33:37.274453 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-27 20:33:37.275496 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-27 20:33:37.275496 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-27 20:33:37.275496 : ++ 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:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-27 20:34:26.740718 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-27 20:34:26.741718 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-27 20:34:26.741718 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-27 20:34:26.741718 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-27 20:34:26.742728 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-27 20:36:39.704724 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:36:39] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:36:43.990746 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:36:44.009283 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:36:44.027801 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:36:44.054806 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:36:44] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:36:44.094857 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:36:44.133003 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:36:44] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:36:44] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:36:44.188020 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:36:44] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:36:44.209562 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:36:44] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:36:44] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:36:44.228087 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:36:44.245109 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:36:44] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:36:44] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:36:44.277209 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:36:44] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:36:44] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:36:44.335929 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:36:44] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:36:55.429347 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:36:55.434349 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:36:55.439862 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:36:55] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:36:55.470863 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:36:55] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:36:55] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:36:56.782920 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:36:56] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:37:03.364472 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:37:03.381470 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:37:03.392470 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:37:03] "POST /myclass/api/Get_Partner_Data_From_Subdomain/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:37:03] "POST /myclass/api/get_all_class_Given_partner_owner_recid_No_Login/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:37:13.429046 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:37:13.448940 : Ajout Token OK, _id = 68f23fd115d6ff1cb9f4ec72 +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:37:13] "POST /myclass/api/Ent_Student_login/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:37:17.425910 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:37:17.447915 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:37:17] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:37:17.483489 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:37:17] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:37:17.619082 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:37:17.639087 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:37:17] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:37:17] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:37:17.659083 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:37:17.675693 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:37:17] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:37:17.694335 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:37:17] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:37:17.710268 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:37:17] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:37:17] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:37:17.736284 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:37:17.757361 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:37:17.763905 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:37:17] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:37:17] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:37:17] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:37:31.301713 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:37:31.311714 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:37:31] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:38:12.932101 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:38:12.954227 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:38:12] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:40:45.509454 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:40:45.521935 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:40:45] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:41:10.643396 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:41:10.650390 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:41:10] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:48:59.063244 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:48:59.072203 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:48:59] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:49:09.726480 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:49:09.735480 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:49:09] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:49:09.748667 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:49:09] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:49:09.855370 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:49:09.865365 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:49:09] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:49:09.878419 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:49:09] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:49:09] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:49:09.894449 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:49:09] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:49:09.907132 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:49:09] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:49:09.922147 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:49:09] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:49:09.935151 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:49:09.938141 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:49:09] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:49:09] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:49:09.970714 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:49:09] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:49:14.404202 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:49:14.409253 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:49:14] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:51:20.228713 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:51:20.238186 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:51:20] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:51:45.090773 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:51:45.103810 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:51:45] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:51:58.511785 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:51:58.521706 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:51:58] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:52:41.331273 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:52:41.340172 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:52:41] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:52:54.290128 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:52:54.296482 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:52:54] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:54:00.654183 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:54:00.666165 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:54:00] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:54:00.692216 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:54:00] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:54:00.798356 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:54:00.808360 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:54:00] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:54:00.823384 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:54:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:54:00.830031 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:54:00.839033 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:54:00.844919 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:54:00] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:54:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:54:00.872034 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:54:00] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:54:00.888919 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:54:00] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:54:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:54:00] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:54:00.931403 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:54:00] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:55:03.382102 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:55:03.388108 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:55:03] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:56:19.798949 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:56:19.817364 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:56:19] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:58:03.502616 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:58:03.514621 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:58:03] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:58:47.243051 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:58:47.258178 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:58:47] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:59:03.496298 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:59:03.509295 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:59:03] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 20:59:10.966133 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 20:59:10.979128 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 20:59:10] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 21:01:31.088887 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 21:01:31.095257 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:01:31] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 21:01:41.720011 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 21:01:41.727038 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:01:41] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 21:06:01.543940 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 21:06:01.569645 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:06:01] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 21:06:44.393677 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 21:06:44.401061 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:06:44] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 21:07:01.638127 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 21:07:01.650202 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:07:01] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-27 21:07:36.809894 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:07:36] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-27 21:07:36.875055 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 21:07:36.884038 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:07:36] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-27 21:07:36.895281 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:07:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-27 21:07:36.904176 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:07:36] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-27 21:07:36.912435 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:07:36] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-27 21:07:36.926290 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 21:07:36.930386 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:07:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:07:36] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:07:36] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-27 21:07:36.966927 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 21:07:36.975022 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:07:36] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:07:36] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-27 21:07:39.226633 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 21:07:39.233148 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:07:39] "POST /myclass/api/get_Ent_Student_Given_Class_From_Class_Id/ HTTP/1.1" 200 - +INFO:root:2025-10-27 21:07:39.236696 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 21:07:39.242140 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 21:07:39.245135 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 21:07:39.253774 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:07:39] "POST /myclass/api/Get_Ent_Student_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:07:39] "POST /myclass/api/Get_Ent_Student_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:07:39] "POST /myclass/api/Get_Ent_Student_Participant_Notes/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:07:39] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:07:39] "POST /myclass/api/Get_Ent_Student_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-10-27 21:07:46.634229 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 21:07:46.653371 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:07:46] "POST /myclass/api/Get_Ent_Student_Inscrit_List_EU/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:07:46] "POST /myclass/api/Get_Ent_Student_Inscrit_List_EU_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-10-27 21:07:54.173615 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-27 21:07:54.178612 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-27 20:37:13.450035', 'token': '0ct5a6DB3hZb1tSmnxmNlpzafjvNR-Lx0g'} +INFO:werkzeug:127.0.0.1 - - [27/Oct/2025 21:07:54] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 12:28:52.071929 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 12:28:52.071929 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 12:28:52.072923 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 12:28:52.072923 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 12:28:52.072923 : ++ 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:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 12:30:03.171987 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 12:30:03.171987 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 12:30:03.171987 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 12:30:03.171987 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 12:30:03.171987 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-28 12:30:03.324690 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:30:03.329693 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:03] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:03] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:30:13.337580 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:30:13.350685 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:30:13.376594 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:30:13.380631 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:30:13.406629 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:13] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:30:13.418800 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:13] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:30:13.462584 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:13] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:30:13.467582 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:13] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:30:13.482160 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:30:13.489059 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:30:13.532109 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:13] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:13] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:13] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:30:13.578588 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:13] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:13] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:13] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:13] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:30:19.114221 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:30:19.120325 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:30:19.121329 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:19] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:30:19.148235 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:19] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:19] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:30:20.517063 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:20] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:30:28.085782 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:30:28.090739 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:30:28.102826 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:28] "POST /myclass/api/Get_Partner_Data_From_Subdomain/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:28] "POST /myclass/api/get_all_class_Given_partner_owner_recid_No_Login/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:30:35.567583 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:30:35.584115 : Ajout Token OK, _id = 68f23fd115d6ff1cb9f4ec72 +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:35] "POST /myclass/api/Ent_Student_login/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:30:37.253120 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:30:37.269019 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 12:30:35.585225', 'token': '_fjEcmYdjGyJ2-SKlnfB8pDixXvo5KaKuw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:37] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:30:37.301621 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:37] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:30:37.428574 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:30:37.453213 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:30:37.483975 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:30:37.505751 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:30:37.511663 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:30:37.536756 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:30:37.573637 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:30:37.629276 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:30:37.657373 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:30:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:31:18.614239 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:31:18.625234 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 12:30:35.585225', 'token': '_fjEcmYdjGyJ2-SKlnfB8pDixXvo5KaKuw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:31:18] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:33:10.509318 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:33:10.513485 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 12:30:35.585225', 'token': '_fjEcmYdjGyJ2-SKlnfB8pDixXvo5KaKuw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:33:10] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:36:57.048244 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:36:57.055149 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 12:30:35.585225', 'token': '_fjEcmYdjGyJ2-SKlnfB8pDixXvo5KaKuw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:36:57] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:36:57.069144 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:36:57] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:36:57.122445 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:36:57] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:36:57.127461 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:36:57.129459 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:36:57.132545 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:36:57] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:36:57] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:36:57.140501 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:36:57] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:36:57.144507 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:36:57.147485 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:36:57] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:36:57.153481 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:36:57] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:36:57] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:36:57.167489 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:36:57] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:36:57] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:41:19.731659 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:41:19.737806 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 12:30:35.585225', 'token': '_fjEcmYdjGyJ2-SKlnfB8pDixXvo5KaKuw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:41:19] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:41:47.929601 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:41:47.931089 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:41:47.938520 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 12:30:35.585225', 'token': '_fjEcmYdjGyJ2-SKlnfB8pDixXvo5KaKuw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:41:47] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:41:47] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:41:47.979851 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:41:47.983851 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:41:47] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:41:47.988850 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:41:47] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:41:47.993865 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:41:47.996860 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:41:47.999859 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:41:48] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:41:48] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:41:48] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:41:48.010391 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:41:48.014798 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:41:48] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:41:48] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:41:48.026136 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:41:48] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:41:48] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:42:01.357907 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:42:01.368733 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 12:30:35.585225', 'token': '_fjEcmYdjGyJ2-SKlnfB8pDixXvo5KaKuw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:42:01] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:42:33.616617 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:42:33.626490 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 12:30:35.585225', 'token': '_fjEcmYdjGyJ2-SKlnfB8pDixXvo5KaKuw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:42:33] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:42:33.642500 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:42:33] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:42:33.766492 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:42:33.769897 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:42:33] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:42:33.775536 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:42:33] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:42:33.780587 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:42:33.784081 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:42:33] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:42:33.788280 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:42:33] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:42:33.793288 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:42:33] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:42:33.797410 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:42:33.801411 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:42:33] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:42:33] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:42:33] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:42:33] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:42:43.751463 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:42:43.754462 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:42:43.757971 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:42:43] "POST /myclass/api/get_Ent_Student_Given_Class_From_Class_Id/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:42:43.760985 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:42:43.761980 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:42:43.768052 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:42:43] "POST /myclass/api/Get_Ent_Student_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:42:43] "POST /myclass/api/Get_Ent_Student_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:42:43] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:42:43] "POST /myclass/api/Get_Ent_Student_Participant_Notes/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:42:43] "POST /myclass/api/Get_Ent_Student_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:53:52.221735 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:53:52] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:55:25.727890 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:55:25] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:56:17.298376 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:56:17.308851 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 12:30:35.585225', 'token': '_fjEcmYdjGyJ2-SKlnfB8pDixXvo5KaKuw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:56:17] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:57:32.689292 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:57:32.699302 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 12:30:35.585225', 'token': '_fjEcmYdjGyJ2-SKlnfB8pDixXvo5KaKuw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:57:32] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:57:32.713835 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:57:32] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:57:32.777866 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:57:32.782899 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:57:32] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:57:32.789043 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:57:32.795053 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:57:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:57:32] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:57:32.802140 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:57:32] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:57:32.806947 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:57:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:57:32.813621 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:57:32.819320 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:57:32] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:57:32.826919 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:57:32] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:57:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:57:32] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:57:37.217478 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:57:37.223491 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 12:30:35.585225', 'token': '_fjEcmYdjGyJ2-SKlnfB8pDixXvo5KaKuw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:57:37] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:57:37.236381 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:57:37] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:57:37.296796 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:57:37.299817 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:57:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:57:37.304817 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:57:37.309983 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:57:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:57:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:57:37.317983 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:57:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:57:37.329427 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:57:37.332418 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:57:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:57:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:57:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:57:37.345129 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:57:37.348640 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:57:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:57:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:58:05.915411 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:58:05.920418 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:58:05] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:58:05.924937 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:58:05.926940 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:58:05] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:58:05] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:58:05.934271 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:58:05.938271 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:58:05] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:58:05] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:58:05] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:58:05.955900 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 12:58:05.969986 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:58:05] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 12:58:05.974990 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:58:05] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 12:58:05] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:04:12.956145 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:04:12.961187 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 12:30:35.585225', 'token': '_fjEcmYdjGyJ2-SKlnfB8pDixXvo5KaKuw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:04:12] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:04:12.976154 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:04:13] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:04:13.182627 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:04:13.185618 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:04:13] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:04:13.194158 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:04:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:04:13.197163 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:04:13.203418 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:04:13] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:04:13] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:04:13.210951 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:04:13.216395 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:04:13] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:04:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:04:13.225403 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:04:13.229157 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:04:13] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:04:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:04:13] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:05:45.777838 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:05:45.786818 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 12:30:35.585225', 'token': '_fjEcmYdjGyJ2-SKlnfB8pDixXvo5KaKuw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:05:45] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:05:45.804199 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:05:45] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:05:45.876812 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:05:45.879813 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:05:45.882813 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:05:45] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:05:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:05:45.889813 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:05:45] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:05:45.894814 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:05:45] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:05:45] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:05:45.900814 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:05:45.903815 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:05:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:05:45.909835 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:05:45.914812 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:05:45] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:05:45] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:05:45] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:01.946535 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:07:01.952527 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:07:01.958528 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:07:01.966534 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:07:01.971423 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:02] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:02] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:02] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:02] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:02.920124 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:02] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:02.957514 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:07:02.966501 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:07:02.975396 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:02] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:02.992500 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:02] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:03.012503 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:07:03.020523 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:07:03.036365 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:03.054252 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:03.064350 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:07:03.075356 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:03.082364 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:07:03.099360 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:03.115498 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:03.167994 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:03.221136 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:03.242572 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:07:03.261683 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:03.281679 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:03.300591 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:07:03.311662 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:07:03.321359 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:03.346854 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:03.360846 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:07:03.379852 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:07:03.391736 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:03.420403 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:07:03.434084 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:03.458186 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:03.480080 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:03] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:52.729557 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:07:52.737653 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 12:30:35.585225', 'token': '_fjEcmYdjGyJ2-SKlnfB8pDixXvo5KaKuw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:52] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:52.753948 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:52] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:52.826043 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:07:52.831067 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:52] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:52.836494 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:52] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:52.843902 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:52] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:52.850388 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:52] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:52.855646 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:52] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:52.863848 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:07:52.869160 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:52] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:52] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:07:52.882147 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:52] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:07:52] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\ent_student_common.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 13:17:44.681343 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 13:17:44.681343 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 13:17:44.681343 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 13:17:44.681343 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 13:17:44.681343 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\ent_student_common.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 13:19:37.645830 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 13:19:37.646807 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 13:19:37.646807 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 13:19:37.646807 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 13:19:37.646807 : ++ 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:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 13:20:11.387082 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 13:20:11.388080 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 13:20:11.388080 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 13:20:11.388080 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 13:20:11.388080 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-28 13:26:23.425020 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:26:23.435451 : La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:26:23] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:28:15.124107 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:28:15.131428 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 12:30:35.585225', 'token': '_fjEcmYdjGyJ2-SKlnfB8pDixXvo5KaKuw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:28:15] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:28:15.143301 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:28:15] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:28:15.196633 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:28:15.201250 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:28:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:28:15.205448 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:28:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:28:15.210391 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:28:15.214832 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:28:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:28:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:28:15.219316 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:28:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:28:15.224905 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:28:15.229908 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:28:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:28:15.239904 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:28:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:28:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:28:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:29:23.380688 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:29:23.384077 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:29:23.386955 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:29:23] "POST /myclass/api/get_all_class_Given_partner_owner_recid_No_Login/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:29:23] "POST /myclass/api/Get_Partner_Data_From_Subdomain/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:29:34.842319 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:29:34.872033 : Ajout Token OK, _id = 68f23fd115d6ff1cb9f4ec72 +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:29:34] "POST /myclass/api/Ent_Student_login/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:29:34.922989 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:29:34.928562 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 13:29:34.872033', 'token': 'mqMn3rg78JSst5ojmNaCBmEDQFLhjlD_Fw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:29:34] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:29:34.941579 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:29:34] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:29:34.991589 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:29:34.995489 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:29:34] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:29:34.999501 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:29:35.004147 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:29:35] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:29:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:29:35.008147 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:29:35.012578 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:29:35] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:29:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:29:35] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:29:35.022359 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 13:29:35.026460 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:29:35] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:29:35] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 13:29:35.037109 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 13:29:35] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\user_session.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 13:34:09.840641 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 13:34:09.840641 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 13:34:09.840641 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 13:34:09.840641 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 13:34:09.840641 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\user_session.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 13:35:48.723663 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 13:35:48.723663 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 13:35:48.723663 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 13:35:48.724663 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 13:35:48.724663 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 20:24:49.598963 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 20:24:49.599961 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 20:24:49.599961 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 20:24:49.599961 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 20:24:49.599961 : ++ 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:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 20:26:12.121423 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 20:26:12.121423 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 20:26:12.121423 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 20:26:12.121423 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 20:26:12.121423 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-28 20:29:04.759951 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:04] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:06.409375 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:06.421373 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:06.436377 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:06] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:06.452886 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:06.457902 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:06.472891 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:06] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:06] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:06] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:06.490475 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:06.503455 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:06] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:06] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:06.514863 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:06.519133 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:06] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:06.524152 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:06.529178 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:06] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:06] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:06] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:06] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:15.014791 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:15.019834 : La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:15] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:22.880243 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:22.881219 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:22.882339 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:22.883629 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:22.883629 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:22] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:22] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:23.180321 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:23.183320 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:23.187320 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:23.189321 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:23.193320 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:23.198389 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:23.201351 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:23.207322 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:23.210322 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:23.216321 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:23.218334 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:23.221323 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:23.227324 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:23.238324 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:23.241323 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:23.249438 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:23.251322 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:23.255458 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:23.259461 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:23.262535 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:23.266459 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:23.269819 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:23.273769 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:23.278770 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:23.281786 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:23.284786 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:23.288772 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:23.292769 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:23.294786 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:23.300770 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:23] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:30.273699 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:30.275728 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:30.278716 : La session de connexion n'est pas valide +INFO:root:2025-10-28 20:29:30.279699 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:30.282699 : La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:30] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:30.285221 : La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:30] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:33.441316 : get_partner_account - La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:33] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:35.418433 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:35] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:35.479338 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:35.485429 : La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:35] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:35.488325 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:35.496055 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:35.503047 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:35.553167 : La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:35] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:35.554181 : La session de connexion n'est pas valide +INFO:root:2025-10-28 20:29:35.557193 : getRecodedImage - Impossible de récupérer le recid du user +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:35] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:35.558192 : get_partner_account - La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:35] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:44.112937 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:44.114960 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:44.119952 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:29:44.122953 : La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:44] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:44.124964 : La session de connexion n'est pas valide +INFO:root:2025-10-28 20:29:44.126954 : getRecodedImage - Impossible de récupérer le recid du user +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:44] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:29:44.128937 : get_partner_account - La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:29:44] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:31:43.467225 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:31:43.468225 : Le token partner est vide +INFO:root:2025-10-28 20:31:43.469224 : getRecodedImage - Impossible de récupérer le recid du user +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:31:43] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:31:43.473224 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:31:43.476223 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:31:43.478226 : La session de connexion n'est pas valide +INFO:root:2025-10-28 20:31:43.479730 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:31:43.479730 : La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:31:43] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:31:43.482738 : La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:31:43] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:31:43.483735 : get_partner_account - La session de connexion n'est pas valide +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:31:43] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:31:45.881126 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:31:45] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:31:45.936017 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:31:45.939018 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:31:45.943022 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:31:45.949020 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:31:45] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:31:45.956018 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:31:45.966016 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:31:45] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:31:45] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:31:45] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:31:45.978024 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:31:45.980023 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:31:45.983023 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:31:45.989536 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:31:45] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:31:45.997843 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:31:45] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:31:46.003843 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:31:46] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:31:46] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:31:46] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:31:46] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:31:46] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:31:49.418702 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:31:49.422724 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:31:49.426246 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:31:49.436336 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:31:49] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:31:49] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:31:49] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:31:51.455934 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:31:51] "POST /myclass/api/Get_Partner_Catalog_Pub_Config/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:04.091980 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:04.093990 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:04.094988 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:04.096985 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:04.098988 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:04] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:04] "POST /myclass/api/Get_Partner_Data_From_Subdomain/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:04] "POST /myclass/api/get_List_domaine_metier/ HTTP/1.1" 500 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:04] "POST /myclass/api/get_all_class_Given_partner_owner_recid_No_Login/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:04.508468 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:04] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:04.816850 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:04.818875 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:04.819872 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:04.820869 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:04] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:04.830854 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:04] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:04] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:04] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:04.841864 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:04] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:04] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:05.144928 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:05.149484 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:05] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:05] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:05.155488 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:05.158483 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:05.162492 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:05] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:05] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:05.169485 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:05] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:05] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:05.462934 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:05.466917 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:05] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:05] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:05.474956 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:05.476935 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:05] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:05.481934 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:05] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:05.486933 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:05] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:05] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:05.778249 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:05.782241 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:05] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:05] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:05.793258 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:05.798239 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:05] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:05] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:05.809239 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:05.813244 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:05] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:05] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:06.110891 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:06] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:06.117880 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:06.121455 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:06.125469 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:06] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:06.129461 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:06] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:06] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:06] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:15.394273 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:15.398280 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:15.400272 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:15] "POST /myclass/api/Get_Partner_Data_From_Subdomain/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:15] "POST /myclass/api/get_all_class_Given_partner_owner_recid_No_Login/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:17.426934 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:17.435939 : Ajout Token OK, _id = 68f23fd115d6ff1cb9f4ec72 +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:17] "POST /myclass/api/Ent_Student_login/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:20.184955 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:20.190972 : {'_id': ObjectId('6843041ea83b1bf7474a1a23'), 'email': 'mysy1000formation+01_lot2@gmail.com', 'pwd': 'cherif1', 'active': '1', 'locked': '0', 'date_update': '2025-06-10 19:34:17.926626', 'type': 'student', 'apprenant_id': '66b5eba08479169d46bfe2ba', 'firstconnexion': '0', 'lastconnexion': '2025-10-28 20:32:17.435939', 'token': 'XVVUSfPTA_f3kIJg6yqbdvpOlaSfaBQIFA', 'adr_city': '111', 'adr_country': 'fr', 'adr_street': 'adr_01_lot2@', 'adr_zip': '1411', 'mob_phone': '01020305', 'nom': 'Nom_01_lot22', 'prenom': 'prenommmm uuu', 'link_linkedin': 'ddd', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:20] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:20.451710 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:20] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:20.517485 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:20] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:20.820025 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:20.823046 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:20] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:25.330482 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:25.331481 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:25.334494 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:25.337481 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:32:25.340494 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:25] "POST /myclass/api/get_Ent_Student_Given_Class_From_Class_Id/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:25] "POST /myclass/api/Get_Ent_Student_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:32:25.356482 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:25] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:25] "POST /myclass/api/Get_Ent_Student_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:25] "POST /myclass/api/Get_Ent_Student_Participant_Notes/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:32:25] "POST /myclass/api/Get_Ent_Student_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:39:32.508536 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:39:32.516548 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:39:32.519548 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:39:32] "POST /myclass/api/Get_Partner_Data_From_Subdomain/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:39:32] "POST /myclass/api/get_all_class_Given_partner_owner_recid_No_Login/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:39:41.728641 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:39:41.737214 : Ajout Token OK, _id = 68f23fd115d6ff1cb9f4ec72 +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:39:41] "POST /myclass/api/Ent_Student_login/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:39:42.072675 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:39:42.080662 : {'_id': ObjectId('6843041ea83b1bf7474a1a23'), 'email': 'mysy1000formation+01_lot2@gmail.com', 'pwd': 'cherif1', 'active': '1', 'locked': '0', 'date_update': '2025-06-10 19:34:17.926626', 'type': 'student', 'apprenant_id': '66b5eba08479169d46bfe2ba', 'firstconnexion': '0', 'lastconnexion': '2025-10-28 20:39:41.737214', 'token': 'x5fCpQOBCaQVCQyMlZUMz5COQzrDu3dIdg', 'adr_city': '111', 'adr_country': 'fr', 'adr_street': 'adr_01_lot2@', 'adr_zip': '1411', 'mob_phone': '01020305', 'nom': 'Nom_01_lot22', 'prenom': 'prenommmm uuu', 'link_linkedin': 'ddd', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:39:42] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:39:42.327008 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:39:42] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:39:42.406006 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:39:42] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:39:42.673449 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:39:42.677446 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:39:42] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:39:42] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:42:38.116111 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:42:38.120112 : {'_id': ObjectId('6843041ea83b1bf7474a1a23'), 'email': 'mysy1000formation+01_lot2@gmail.com', 'pwd': 'cherif1', 'active': '1', 'locked': '0', 'date_update': '2025-06-10 19:34:17.926626', 'type': 'student', 'apprenant_id': '66b5eba08479169d46bfe2ba', 'firstconnexion': '0', 'lastconnexion': '2025-10-28 20:39:41.737214', 'token': 'x5fCpQOBCaQVCQyMlZUMz5COQzrDu3dIdg', 'adr_city': '111', 'adr_country': 'fr', 'adr_street': 'adr_01_lot2@', 'adr_zip': '1411', 'mob_phone': '01020305', 'nom': 'Nom_01_lot22', 'prenom': 'prenommmm uuu', 'link_linkedin': 'ddd', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:42:38] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:42:38.355434 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:42:38] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:42:38.433953 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:42:38] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:42:38.703981 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:42:38.708980 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:42:38] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:42:38] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:42:47.043214 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:42:47] "POST /myclass/api/Get_Partner_Data_From_Subdomain/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:42:47.358826 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:42:47.361831 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:42:47] "POST /myclass/api/get_all_class_Given_partner_owner_recid_No_Login/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:42:55.943412 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:42:55.966428 : get_user_account Le token est vide +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:42:55] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:42:55.992958 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:42:55.999972 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:42:56.005954 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:42:56] "POST /myclass/api/Get_Partner_Data_From_Subdomain/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:42:56] "POST /myclass/api/get_all_class_Given_partner_owner_recid_No_Login/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:43:09.557851 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:43:09.566845 : Ajout Token OK, _id = 68f23fd115d6ff1cb9f4ec72 +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:43:09] "POST /myclass/api/Ent_Student_login/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:43:09.615479 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:43:09.620445 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 20:43:09.566845', 'token': 'wGVcLTiI3yGnOddOfBEUNGclwdxG-CuGoQ'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:43:09] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:43:09.634444 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:43:09] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:43:09.695555 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:43:09] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:43:09.701561 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:43:09.703538 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:43:09] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:43:09.706540 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:43:09] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:43:09] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:43:09.712059 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:43:09.714063 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:43:09] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:43:09.717074 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:43:09] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:43:09.722060 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:43:09] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:43:09.730073 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:43:09] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:43:09] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:43:56.593418 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:43:56.599418 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:43:56.604411 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:43:56] "POST /myclass/api/Get_Partner_Data_From_Subdomain/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:43:56] "POST /myclass/api/get_all_class_Given_partner_owner_recid_No_Login/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:44:07.270009 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:44:07.278011 : Ajout Token OK, _id = 68f23fd115d6ff1cb9f4ec72 +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:07] "POST /myclass/api/Ent_Student_login/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:44:07.327336 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:44:07.332342 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 20:44:07.279287', 'token': 'NP17Bydr5NwRBiZOK4Mg-Rx1QE_6bdHOYw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:07] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:44:07.344336 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:07] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:44:07.383830 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:44:07.386826 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:07] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:44:07.391902 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:44:07.394956 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:07] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:44:07.397983 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:44:07.399955 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:07] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:07] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:07] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:07] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:44:07.409468 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:44:07.411809 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:07] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:07] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:44:07.423817 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:07] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:44:59.019098 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:44:59.024101 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 20:44:07.279287', 'token': 'NP17Bydr5NwRBiZOK4Mg-Rx1QE_6bdHOYw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:59] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:44:59.042101 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:59] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:44:59.376394 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:44:59.379394 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:44:59.384378 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:59] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:59] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:44:59.388377 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:59] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:59] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:44:59.396378 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:59] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:44:59.400894 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:44:59.403915 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:59] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:44:59.410894 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:59] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:44:59.420898 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:59] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:44:59] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\user_session.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 20:46:53.492212 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 20:46:53.492212 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 20:46:53.492212 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 20:46:53.492212 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 20:46:53.492212 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-28 20:47:04.598099 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:47:04.600097 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:47:04.604083 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:47:04] "POST /myclass/api/Get_Partner_Data_From_Subdomain/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:47:04] "POST /myclass/api/get_all_class_Given_partner_owner_recid_No_Login/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:47:12.970812 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:47:12.978843 : Ajout Token OK, _id = 68f23fd115d6ff1cb9f4ec72 +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:47:12] "POST /myclass/api/Ent_Student_login/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:47:13.006362 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:47:13.008369 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 20:47:12.978843', 'token': '3rfXg53E9s5GAHLb65ramhaK8nhdKVpFww'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:47:13] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:47:13.017879 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:47:13] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:47:13.048146 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:47:13.050165 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:47:13.052171 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:47:13] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:47:13.058722 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:47:13] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:47:13.063707 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:47:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:47:13] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:47:13.068705 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:47:13] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:47:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:47:13.072728 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:47:13.075704 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:47:13.080725 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:47:13] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:47:13] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:47:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\user_session.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 20:48:04.340708 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 20:48:04.340708 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 20:48:04.340708 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 20:48:04.340708 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 20:48:04.340708 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-28 20:49:09.712586 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:49:09.714586 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:49:09.717667 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:49:09] "POST /myclass/api/Get_Partner_Data_From_Subdomain/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:49:09] "POST /myclass/api/get_all_class_Given_partner_owner_recid_No_Login/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:49:15.274930 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:49:15.284924 : Ajout Token OK, _id = 68f23fd115d6ff1cb9f4ec72 +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:49:15] "POST /myclass/api/Ent_Student_login/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:49:15.339257 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:49:15.345262 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 20:49:15.285942', 'token': 'c8W3FdXxcKV2aLnveiKYrSM61bYAJchfsw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:49:15] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:49:15.356263 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:49:15] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:49:15.398840 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:49:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:49:15.403834 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:49:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:49:15.407836 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:49:15.411841 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:49:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:49:15.416344 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:49:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:49:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:49:15.422350 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:49:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:49:15.428380 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:49:15] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:49:15.439364 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:49:15] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:49:15.444430 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:49:15] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:51:18.163203 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:51:18.170746 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 20:49:15.285942', 'token': 'c8W3FdXxcKV2aLnveiKYrSM61bYAJchfsw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:51:18] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:51:18.199747 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:51:18] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:51:18.252286 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:51:18] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:51:18.258283 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:51:18.260283 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:51:18] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:51:18] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:51:18.267798 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:51:18.270800 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:51:18] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:51:18] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:51:18.276846 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:51:18.282831 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:51:18] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:51:18.286828 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:51:18] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:51:18] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:51:18.296854 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:51:18] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:51:37.013851 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:51:37.021851 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 20:49:15.285942', 'token': 'c8W3FdXxcKV2aLnveiKYrSM61bYAJchfsw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:51:37] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:51:37.493611 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:51:37] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:51:37.581343 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:51:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:51:37.586895 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:51:37.589891 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:51:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:51:37.592904 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:51:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:51:37.600891 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:51:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:51:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:51:37.605892 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:51:37.610907 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:51:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:51:37.616892 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:51:37] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:51:37.625907 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:51:37] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:51:37] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:52:50.177884 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:52:50.183883 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 20:49:15.285942', 'token': 'c8W3FdXxcKV2aLnveiKYrSM61bYAJchfsw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:52:50] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:52:50.777147 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:52:50] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:52:50.827723 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:52:50] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:52:50.834705 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:52:50.839722 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:52:50] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:52:50] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:52:50.847726 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:52:50.849722 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:52:50] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:52:50] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:52:50.857725 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:52:50.863708 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:52:50.868724 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:52:50] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:52:50] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:52:50] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:52:50.882716 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:52:50] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:53:18.697139 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 20:53:20.989977 : Get_Ent_Student_Session_Sequence_List -'' is not a valid ObjectId, it must be a 12-byte input or a 24-character hex string - Line : 475 +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:53:20] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:53:51.000485 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:53:51] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 20:54:46.842692 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 20:54:46] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 21:03:21.726981 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 21:03:21.727981 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 21:03:21.727981 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 21:03:21.727981 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 21:03:21.727981 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-28 21:05:21.355592 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:05:21] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:06:28.758942 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:06:28] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:06:39.000928 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:06:39.003945 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:06:39] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:06:39] "POST /myclass/api/Get_Ent_Student_List_Session_Promotion/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:06:49.454563 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:06:49.461569 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:06:49] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:06:49] "POST /myclass/api/Get_Ent_Student_List_Session_Promotion/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:07:09.908833 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:07:09.911833 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:07:09] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:07:09] "POST /myclass/api/Get_Ent_Student_List_Session_Promotion/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\ent_student_common.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 21:08:07.384684 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 21:08:07.384684 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 21:08:07.384684 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 21:08:07.384684 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 21:08:07.384684 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-28 21:08:22.352864 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:08:22.355864 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:08:22] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:08:22] "POST /myclass/api/Get_Ent_Student_List_Session_Promotion/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\ent_student_common.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 21:09:44.986148 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 21:09:44.986148 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 21:09:44.987150 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 21:09:44.987150 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 21:09:44.987150 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\ent_student_common.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 21:09:57.355098 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 21:09:57.356099 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 21:09:57.356099 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 21:09:57.356099 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 21:09:57.356099 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\ent_student_common.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 21:11:15.962921 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 21:11:15.962921 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 21:11:15.962921 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 21:11:15.963922 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 21:11:15.963922 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\ent_student_common.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 21:11:36.375383 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 21:11:36.375383 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 21:11:36.376380 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 21:11:36.376380 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 21:11:36.376380 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\ent_student_common.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 21:12:01.160006 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 21:12:01.161008 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 21:12:01.161008 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 21:12:01.161008 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 21:12:01.161008 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\ent_student_common.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 21:12:21.922218 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 21:12:21.922218 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 21:12:21.922218 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 21:12:21.922218 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 21:12:21.922218 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-28 21:12:22.104782 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:12:22.108780 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:12:22] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:12:23.257506 : Get_Ent_Student_List_Session_Promotion -'code_session' - Line : 474 +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:12:23] "POST /myclass/api/Get_Ent_Student_List_Session_Promotion/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:12:30.493972 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:12:30.497974 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:12:30] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:12:30.516496 : Get_Ent_Student_List_Session_Promotion -'code_session' - Line : 474 +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:12:30] "POST /myclass/api/Get_Ent_Student_List_Session_Promotion/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\ent_student_common.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 21:13:53.913868 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 21:13:53.913868 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 21:13:53.913868 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 21:13:53.913868 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 21:13:53.913868 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\ent_student_common.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 21:14:05.928687 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 21:14:05.928687 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 21:14:05.928687 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 21:14:05.928687 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 21:14:05.928687 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\ent_student_common.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 21:15:03.185404 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 21:15:03.185404 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 21:15:03.185404 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 21:15:03.185404 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 21:15:03.185404 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-28 21:15:14.171726 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:15:14.176811 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:15:14] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:15:14] "POST /myclass/api/Get_Ent_Student_List_Session_Promotion/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\ent_student_common.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 21:17:17.595997 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 21:17:17.596996 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 21:17:17.596996 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 21:17:17.596996 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 21:17:17.596996 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-28 21:20:13.522271 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:20:13.528276 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:20:13] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:20:13] "POST /myclass/api/Get_Ent_Student_List_Session_Promotion/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:23:28.348352 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:23:28.354886 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:23:28] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:23:28] "POST /myclass/api/Get_Ent_Student_List_Session_Promotion/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:26:04.192719 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:26:04.197719 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:26:04] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:26:04] "POST /myclass/api/Get_Ent_Student_List_Session_Promotion/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\ent_student_common.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-28 21:27:52.477560 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-28 21:27:52.477560 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-28 21:27:52.478560 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-28 21:27:52.478560 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-28 21:27:52.478560 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-28 21:27:52.797998 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:27:52.804001 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:27:52] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:27:52] "POST /myclass/api/Get_Ent_Student_List_Session_Promotion/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:27:59.320783 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:27:59.332784 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:27:59] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:27:59] "POST /myclass/api/Get_Ent_Student_List_Session_Promotion/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:28:02.948044 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:28:02] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:29:11.274070 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:29:11.279069 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:29:11] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:29:11] "POST /myclass/api/Get_Ent_Student_List_Session_Promotion/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:29:16.832980 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:29:16] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:29:23.082610 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:29:23] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:29:25.005305 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:29:25] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:29:28.533060 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:29:28] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:30:27.470480 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:30:27] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:30:40.766009 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:30:40] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:31:08.972831 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:31:08] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:31:21.774331 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:31:21] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:31:24.061272 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:31:24] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:31:37.790693 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:31:37.793727 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:31:37] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:31:37] "POST /myclass/api/Get_Ent_Student_List_Session_Promotion/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:32:39.884968 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:32:39] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:32:42.896624 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:32:42] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:32:45.822222 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:32:45] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:32:50.768043 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:32:50] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:33:02.650474 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:02] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:33:04.251544 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:04] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:33:05.788607 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:05] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:33:22.493987 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:33:22.501000 : {'_id': ObjectId('6846a7f397eb82bb3be50ab5'), 'apprenant_id': '66c0de150e1a068abd777dc3', 'email': 'mysy1000formation+04@gmail.com', 'partner_owner_recid': '43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89', 'type': 'student', 'active': '1', 'adr_city': 'ville06', 'adr_country': 'pays06', 'adr_street': 'adresse06', 'civilite': 'neutre', 'code_postal': 'code_postal06', 'creation_by': '65f04934549224c14c3f6039', 'creation_date': '2025-06-09 11:22:59.922942', 'firstconnexion': '0', 'locked': '0', 'mob_phone': '10101', 'nom': 'part nom5_client', 'notification_send': '0', 'prenom': 'part 5', 'pwd': '-ixOA5HBpag', 'lastconnexion': '2025-10-28 20:49:15.285942', 'token': 'c8W3FdXxcKV2aLnveiKYrSM61bYAJchfsw'} +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:22] "POST /myclass/api/get_user_account/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:33:22.517101 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:22] "POST /myclass/api/Get_Ent_Student_List_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:33:22.695382 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:33:22.695382 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:33:22.702383 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:33:22.703383 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:33:22.707893 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:33:22.712401 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:22] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:33:22.717401 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:22] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:33:22.721401 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:22] "POST /myclass/api/getRecodedClassImage_no_token/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:33:22.731948 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:22] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:33:24.048605 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:33:24.050608 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:33:24.057600 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:24] "POST /myclass/api/get_Ent_Student_Given_Class_From_Class_Id/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:33:24.064604 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:33:24.065601 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:33:24.073603 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:24] "POST /myclass/api/Get_Ent_Student_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:24] "POST /myclass/api/Get_Ent_Student_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:24] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:24] "POST /myclass/api/Get_Ent_Student_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:24] "POST /myclass/api/Get_Ent_Student_Participant_Notes/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:33:27.800210 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:33:27.804306 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:27] "POST /myclass/api/Get_Ent_Student_Inscrit_List_EU/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:27] "POST /myclass/api/Get_Ent_Student_Inscrit_List_EU_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-10-28 21:33:34.121080 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 21:33:34.124081 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:34] "POST /myclass/api/Get_Ent_Student_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 21:33:34] "POST /myclass/api/Get_Ent_Student_List_Session_Promotion/ HTTP/1.1" 200 - +INFO:root:2025-10-28 22:03:50.594220 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 22:03:50] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2025-10-28 22:03:50.689648 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 22:03:50.692649 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 22:03:50.697648 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 22:03:50.703229 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 22:03:50] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2025-10-28 22:03:50.709229 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 22:03:50.713231 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 22:03:50] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 22:03:50] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 22:03:50] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 22:03:50] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 22:03:50] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2025-10-28 22:03:51.473519 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 22:03:51.475661 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 22:03:51.479171 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 22:03:51.482170 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 22:03:51] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 22:03:51] "POST /myclass/api/Get_List_Type_Cours/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 22:03:51] "POST /myclass/api/Get_Competence_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 22:03:51] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-28 22:03:52.874092 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 22:03:52] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 - +INFO:root:2025-10-28 22:03:52.929818 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 22:03:52.932817 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 22:03:52] "POST /myclass/api/Get_Given_Unite_Enseignement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 22:03:52] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 - +INFO:root:2025-10-28 22:04:49.381231 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 22:04:49.383225 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 22:04:49.386226 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-28 22:04:49.390505 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 22:04:49] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 22:04:49] "POST /myclass/api/Get_List_Type_Cours/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 22:04:49] "POST /myclass/api/Get_Competence_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [28/Oct/2025 22:04:49] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 19:43:18.062441 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 19:43:18.062441 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 19:43:18.062441 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 19:43:18.062441 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 19:43:18.062441 : ++ 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:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 19:44:09.984370 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 19:44:09.984370 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 19:44:09.984370 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 19:44:09.985369 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 19:44:09.985369 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-29 19:48:02.558666 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:02] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:48:04.797219 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:48:04.800348 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:48:04.804220 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:48:04.806267 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:48:04.813218 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:04] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:04] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:04] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:48:04.841218 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:04] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:48:04.860220 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:48:04.863218 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:48:04.871238 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:48:04.879218 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:04] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:48:04.890250 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:04] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:04] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:48:04.898767 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:04] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:04] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:04] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:04] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:48:46.004965 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:48:46.007965 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:48:46.013981 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:48:46.016981 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:46] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:48:46.022969 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:48:46.025986 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:48:46.032981 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:48:46.036967 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:46] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:46] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:48:46.049996 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:46] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:46] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:46] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:48:46.059551 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:46] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:48:46.064567 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:48:46.076549 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:46] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:46] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:46] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:46] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:47] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:48:48.888174 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:48:48.889173 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:48:48.893178 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:48:48.897174 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:48:48.902173 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:48] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:48:48.908212 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:48] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:48:48.915173 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:48] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:48] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:48] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:48] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:48] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:48:53.522428 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:48:53.524427 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:48:53.528427 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:48:53.531428 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:48:53.534433 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:53] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:53] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:53] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:53] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:48:53] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:50:14.365053 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:50:14.369056 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:50:14.373545 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:50:14.377545 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:50:14.381143 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:50:14] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:50:14] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:50:14] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:50:14] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:50:14] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:50:31.567003 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:50:31.573002 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:50:31.581007 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:50:31] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:50:31] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:50:31.594008 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:50:31.598010 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:50:31] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:50:31] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:50:31] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:50:40.508111 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:50:40] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:51:17.693962 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:51:17] "POST /myclass/api/Add_Sequence_Planning_Model/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:52:52.786596 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:52:52] "POST /myclass/api/Get_List_Sequence_Ressource_Affectation/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:53:05.400496 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:53:05] "POST /myclass/api/Update_Session_Sequence/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:53:05.445015 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:53:05] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:53:13.561060 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:53:13] "POST /myclass/api/Get_List_Sequence_Ressource_Affectation/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:53:27.461596 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:53:27] "POST /myclass/api/Update_Session_Sequence/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:53:27.489768 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:53:27] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:55:28.167636 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:55:28.173623 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:55:28.179173 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:55:28.186204 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:55:28] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:55:28] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:55:28.200203 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:55:28] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:55:28] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:55:28] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:55:59.587453 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:55:59.593457 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:55:59.598447 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 19:55:59.607453 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:55:59] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:55:59] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:55:59.621486 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:55:59] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:55:59] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:55:59] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:56:12.769995 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:56:12] "POST /myclass/api/Add_Sequence_Planning_Model/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:56:51.696035 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:56:51] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\model_planning_sequence_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 19:58:12.066193 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 19:58:12.066193 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 19:58:12.066193 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 19:58:12.066193 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 19:58:12.066193 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-29 19:58:12.140714 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:58:12] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 19:58:14.600865 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 19:58:14] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:01:20.566982 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:01:20.575994 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:01:20] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:01:20.580983 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:01:20.586000 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:01:20] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:01:20.594999 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:01:20] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:01:20] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:01:20] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:03:04.168678 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:03:04.170674 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:03:04.176681 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:04] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:03:04.184679 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:04] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:03:04.206086 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:04] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:04] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:03:04.266177 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:03:04.270173 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:03:04.273173 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:03:04.280209 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:03:04.290430 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:04] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:04] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:04] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:03:04.319438 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:03:04.326436 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:04] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:03:04.336465 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:04] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:03:04.349448 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:04] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:03:04.362440 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:04] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:03:04.388442 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:04] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:04] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:03:04.425966 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:04] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:05] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:06] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:03:22.696193 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:03:22.697190 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:03:22.699201 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:03:22.704195 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:03:22.708215 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:03:22.711198 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:03:22.716720 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:22] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:22] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:22] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:22] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:22] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:22] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:22] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:03:42.032831 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:03:42.033850 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:03:42.038831 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:03:42.042830 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:03:42.045831 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:42] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:42] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:42] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:42] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:03:42] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:04:27.648095 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:04:27.650099 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:04:27.655103 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:04:27.660107 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:04:27] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:04:27.667679 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:04:27] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:04:27] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:04:27] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:04:27] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:04:44.996609 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:04:45] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:05:38.221801 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:05:38.227835 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:05:38.240828 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:05:38.253365 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:05:38] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:05:38.259892 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:05:38] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:05:38] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:05:38] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:05:38] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:05:41.438328 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:05:41] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:06:28.244401 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:06:28.246417 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:06:28.254399 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:06:28.266415 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:06:28.281404 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:06:28] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:06:28] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:06:28] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:06:28] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:06:28] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:06:36.737683 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:06:36] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:07:02.858724 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:07:02] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:07:02.909530 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:07:02] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:07:02.963282 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:07:02] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:07:03.002178 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:07:03] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:07:03.040179 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:07:03] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:07:11.075991 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:07:11.079989 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:07:11.087991 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:07:11.094989 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:07:11.103993 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:07:11] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:07:11] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:07:11] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:07:11] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:07:11] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:07:12.232729 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:07:12] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:08:06.985877 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:08:06.994877 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:08:06.998881 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:07] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:08:07.016452 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:08:07.032456 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:07] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:07] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:07] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:08:07.118007 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:08:07.123006 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:08:07.131002 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:07] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:08:07.141005 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:08:07.147020 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:07] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:08:07.161031 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:07] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:07] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:08:07.176003 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:07] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:08:07.187026 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:07] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:08:07.208616 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:08:07.213172 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:07] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:08:07.246158 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:08:07.282157 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:07] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:07] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:07] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:08] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:10] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:08:12.000404 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:08:12.015392 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:12] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:08:12.027932 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:08:12.043969 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:12] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:12] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:12] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:08:12.064948 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:12] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:08:12.075936 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:12] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:08:12.088932 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:12] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:08:14.569938 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:08:14.581894 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:14] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:08:14.592914 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:14] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:08:14.601896 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:14] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:08:14.610927 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:14] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:14] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:08:21.155499 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:08:21] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:10:19.894789 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:10:19.898794 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:19] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:10:19.911794 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:10:19.914800 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:10:19.932789 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:19] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:19] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:19] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:10:19.985128 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:10:19.988128 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:10:19.991128 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:10:19.997644 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:19] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:10:20.003646 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:20] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:10:20.012645 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:10:20.019642 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:20] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:10:20.029648 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:20] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:20] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:10:20.043644 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:20] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:20] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:10:20.056646 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:10:20.062646 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:20] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:10:20.079656 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:20] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:20] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:20] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:21] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:10:23.873379 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:10:23.879375 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:10:23.882374 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:10:23.885375 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:10:23.889917 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:23] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:10:23.897916 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:10:23.903945 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:23] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:23] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:23] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:23] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:23] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:23] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:10:26.067505 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:10:26.070461 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:10:26.073461 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:10:26.076470 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:10:26.078471 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:26] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:26] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:26] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:26] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:26] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:10:31.369991 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:10:31] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:11:25.262347 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:11:25.265354 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:11:25.274370 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:11:25.278355 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:11:25.281865 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:11:25] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:11:25] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:11:25] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:11:25] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:11:25] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:11:30.197584 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:11:30] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:12:31.189131 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:12:31.192131 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:12:31.197131 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:12:31] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:12:31.206140 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:12:31.211130 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:12:31] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:12:31.219137 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:12:31] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:12:31.227135 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:12:31] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:12:31] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:12:31] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:12:31] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:12:33.199612 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:12:33.201613 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:12:33.202613 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:12:33.208641 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:12:33.211614 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:12:33] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:12:33] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:12:33] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:12:33] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:12:33] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:12:39.155698 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:12:39] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:13:16.446623 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:13:16.449621 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:13:16.453626 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:13:16.457057 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:13:16.459967 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:16] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:13:16.466956 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:16] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:16] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:16] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:13:16.476960 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:16] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:16] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:16] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:13:20.444321 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:13:20.452332 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:20] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:13:20.460846 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:20] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:20] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:13:20.472845 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:13:20.479852 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:20] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:20] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:13:22.749729 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:13:22.751856 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:13:22.756837 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:13:22.758734 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:13:22.761239 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:22] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:22] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:22] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:22] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:22] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:13:37.995782 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:38] "POST /myclass/api/Add_Update_SessionFormation/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:13:38.205878 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:13:38.206924 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:38] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:38] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:13:42.030953 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:13:42.032953 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:13:42.036953 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:13:42.043055 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:42] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:42] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:13:42.051955 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:42] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:42] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:42] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:13:48.025151 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:13:48] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:14:07.001103 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:14:07] "POST /myclass/api/Get_Given_Sequence_Planning_Model_With_Option/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:19:22.480500 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:19:22.486499 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:19:22.491018 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:19:22.502020 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:19:22.514016 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:22] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:22] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:22] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:22] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:22] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:19:48.594338 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:19:48.599342 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:48] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:19:48.611900 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:19:48.618929 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:19:48.624932 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:48] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:48] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:48] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:19:49.372478 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:19:49.377478 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:19:49.384476 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:49] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:19:49.393485 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:49] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:19:49.403997 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:49] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:19:49.406512 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:19:49.413038 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:49] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:19:49.421560 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:49] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:49] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:49] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:19:49.433151 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:19:49.439136 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:19:49.444135 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:49] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:19:49.460160 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:49] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:49] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:49] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:50] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:19:56.153459 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:19:56.156479 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:19:56.160465 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:19:56.168489 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:19:56.172502 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:56] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:19:56.175464 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:19:56.178467 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:56] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:56] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:56] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:56] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:56] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:56] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:19:58.334751 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:19:58.336281 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:19:58.340315 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:19:58.343809 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:19:58.347814 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:58] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:58] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:58] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:58] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:19:58] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:20:03.878505 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:20:03] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:20:09.014285 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:20:09] "POST /myclass/api/Get_Given_Sequence_Planning_Model_With_Option/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:20:29.477606 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:20:29] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:20:34.851457 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:20:34] "POST /myclass/api/Get_Given_Sequence_Planning_Model_With_Option/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:21:34.846041 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:21:34.847056 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:21:34.852064 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:21:34.853039 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:21:34.857043 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:21:34] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:21:34] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:21:34] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:21:34] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:21:34] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:21:36.316612 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:21:36] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:21:40.560484 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:21:40] "POST /myclass/api/Get_Given_Sequence_Planning_Model_With_Option/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:22:55.536032 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:22:55] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:22:55.545028 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:22:55.547029 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:22:55.548539 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:22:55.550544 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:22:55] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:22:55] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:22:55] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:22:55] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:23:01.926187 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:23:01] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:23:07.729623 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:23:07] "POST /myclass/api/Get_Given_Sequence_Planning_Model_With_Option/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:23:38.551748 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:23:38.561737 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:23:38.571850 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:23:38] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:23:38.590589 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:23:38] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:23:38.601555 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:23:38] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:23:38] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:23:38] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:23:47.246351 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:23:47] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:23:50.225349 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:23:50] "POST /myclass/api/Get_Given_Sequence_Planning_Model_With_Option/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:24:07.881958 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:24:07.883982 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:07] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:24:07.889957 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:24:07.893296 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:24:07.901304 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:07] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:07] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:07] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:24:07.945947 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:24:07.947918 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:24:07.951918 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:24:07.954944 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:24:07.956920 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:07] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:07] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:24:07.965952 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:07] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:24:07.971918 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:07] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:07] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:24:07.977920 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:24:07.980920 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:24:07.984924 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:07] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:07] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:24:07.990924 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:24:07.997938 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:08] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:08] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:08] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:08] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:09] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:24:11.529607 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:24:11.531606 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:24:11.534142 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:24:11.538247 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:24:11.541144 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:11] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:24:11.547194 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:11] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:24:11.552143 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:11] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:11] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:11] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:11] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:11] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:24:14.057041 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:24:14.058152 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:24:14.060043 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:24:14.063042 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:24:14.068041 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:14] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:14] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:14] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:14] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:14] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:24:20.638957 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:20] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:24:23.443753 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:24:23] "POST /myclass/api/Get_Given_Sequence_Planning_Model_With_Option/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:25:07.035889 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:25:07.037888 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:07] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:25:07.045888 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:25:07.050280 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:25:07.057282 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:07] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:07] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:07] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:25:07.101476 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:25:07.103483 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:25:07.105482 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:25:07.110482 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:07] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:25:07.115483 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:25:07.120993 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:07] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:07] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:25:07.130996 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:07] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:25:07.138030 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:07] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:25:07.142995 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:07] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:25:07.149995 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:07] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:25:07.156998 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:25:07.166993 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:07] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:07] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:07] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:07] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:08] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:25:10.888367 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:25:10.891371 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:25:10.894370 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:25:10.898416 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:25:10.903373 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:10] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:10] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:25:10.914377 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:10] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:10] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:10] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:25:10.923891 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:10] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:10] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:25:13.543409 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:25:13.547420 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:25:13.549433 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:25:13.552409 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:25:13.559410 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:13] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:13] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:13] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:13] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:13] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:25:23.647559 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:23] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:25:42.756637 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:42] "POST /myclass/api/Add_Session_Sequence_Return_New_Seq_Data/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:25:42.797821 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:25:42] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Session_Formation_Sequence.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 20:31:25.687718 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 20:31:25.687718 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 20:31:25.687718 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 20:31:25.687718 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 20:31:25.687718 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Session_Formation_Sequence.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 20:31:52.460995 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 20:31:52.460995 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 20:31:52.460995 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 20:31:52.460995 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 20:31:52.461993 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Session_Formation_Sequence.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 20:34:45.673198 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 20:34:45.673198 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 20:34:45.674212 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 20:34:45.674212 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 20:34:45.674212 : ++ 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:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 20:35:16.587705 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 20:35:16.587705 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 20:35:16.587705 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 20:35:16.588715 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 20:35:16.588715 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-29 20:35:17.075185 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:35:17.083189 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:35:17.096143 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:35:17.105205 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:35:17.113199 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:35:17] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:35:17] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:35:17] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:35:17] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:35:17] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:35:55.165662 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:35:55.171667 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:35:55.176170 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:35:55.184218 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:35:55.199199 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:35:55] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:35:55] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:35:55] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:35:55] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:35:55] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:45:01.328778 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:45:01.331767 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:45:01.336767 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:45:01.346306 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:45:01] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:45:01.348321 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:45:01] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:45:01] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:45:01] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:45:01] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:45:11.494522 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:45:11.498541 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:45:11.502521 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:45:11.507521 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:45:11.512525 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:45:11] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:45:11] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:45:11] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:45:11] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:45:11] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:45:14.900615 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:45:14.902630 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:45:14] "POST /myclass/api/Get_List_Sequence_Ressource_Affectation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:45:14] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:45:47.482029 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:45:47.484034 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:45:47.490071 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:45:47.495036 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:45:47.500038 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:45:47] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:45:47] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:45:47] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:45:47] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:45:47] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:47:00.285594 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:47:00] "POST /myclass/api/Add_Sequence_Planning_Model/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:47:06.477574 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:47:06] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:47:16.800410 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:47:16] "POST /myclass/api/Get_Given_Sequence_Planning_Model_With_Option/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:48:08.254058 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:48:08.261061 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:48:08.268060 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:48:08] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:48:08] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:48:08] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:48:08.284081 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:48:08] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:48:08.297658 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:48:08] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:48:18.891920 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:48:18] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:48:28.118941 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:48:28] "POST /myclass/api/Get_Given_Sequence_Planning_Model_With_Option/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\model_planning_sequence_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 20:55:28.681864 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 20:55:28.681864 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 20:55:28.681864 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 20:55:28.681864 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 20:55:28.681864 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-29 20:55:42.121679 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:55:42.123679 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:55:42.127182 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:55:42.133187 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:42] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:55:42.150187 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:42] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:42] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:42] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:55:42.190706 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:55:42.194705 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:55:42.197705 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:55:42.200712 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:42] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:55:42.204711 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:42] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:55:42.208715 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:42] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:55:42.216226 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:42] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:55:42.220241 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:55:42.224227 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:42] "POST /myclass/api/Get_Partner_List_Partner_Client_with_filter_Like/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:55:42.227224 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:42] "POST /myclass/api/Get_List_Partner_Or_Default_session_step/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:55:42.232269 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:42] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:55:42.237269 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:42] "POST /myclass/api/Get_List_Site_Formation_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:42] "POST /myclass/api/Is_Partnair_Has_Digital_Signature/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:42] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:42] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:43] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:55:53.298024 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:55:53.302025 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:55:53.309024 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:55:53.312023 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:55:53.315025 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:55:53.318026 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:55:53.325025 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:53] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:53] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:53] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:53] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:53] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:53] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:53] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:55:55.906225 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:55:55.908224 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:55:55.911225 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:55:55.913244 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 20:55:55.918226 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:55] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:55] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:55] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:55] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:55:55] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:56:05.318706 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:56:05] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:56:12.751820 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:56:12] "POST /myclass/api/Get_Given_Sequence_Planning_Model_With_Option/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\model_planning_sequence_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 20:58:06.752813 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 20:58:06.752813 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 20:58:06.752813 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 20:58:06.753836 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 20:58:06.753836 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-29 20:58:07.437242 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:58:07] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 20:58:12.260175 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 20:58:12] "POST /myclass/api/Get_Given_Sequence_Planning_Model_With_Option/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:00:51.720648 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:00:51.723666 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:00:51.724649 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:00:51.729648 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:00:51.733648 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:00:51] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:00:51] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:00:51] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:00:51] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:00:51] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:02:00.341633 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:02:00.344635 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:02:00.348637 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:02:00.351636 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:02:00.356636 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:02:00] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:02:00] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:02:00] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:02:00] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:02:00] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:02:23.529410 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:02:23.533408 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:02:23.536634 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:02:23.541633 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:02:23.546639 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:02:23] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:02:23] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:02:23] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:02:23] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:02:23] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:02:43.250183 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:02:43.251189 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:02:43.256226 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:02:43.261240 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:02:43.269241 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:02:43] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:02:43] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:02:43] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:02:43] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:02:43] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:02:58.047004 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:02:58.048019 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:02:58.055038 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:02:58.060006 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:02:58] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:02:58.068013 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:02:58] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:02:58] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:02:58] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:02:58] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:03:12.328641 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:03:12] "POST /myclass/api/Get_List_Sequence_Ressource_Affectation/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:03:19.257791 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:03:19] "POST /myclass/api/Update_Session_Sequence/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:03:19.290087 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:03:19] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:05:05.687098 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:05:05.690205 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:05:05.695098 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:05:05.698209 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:05:05.702207 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:05] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:05] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:05] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:05] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:05] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:05:14.944944 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:05:14.947955 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:05:14.954976 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:05:14.959998 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:05:14.965988 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:14] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:14] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:14] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:14] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:14] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:05:26.049918 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:05:26.054953 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:05:26.056981 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:05:26.062463 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:26] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:05:26.067982 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:26] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:26] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:26] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:26] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:05:41.839738 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:05:41.840738 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:05:41.845738 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:05:41.846737 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:05:41.851787 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:41] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:41] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:41] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:41] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:41] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:05:51.605008 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:05:51.607001 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:05:51.611027 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:05:51.616047 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:51] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:05:51.622042 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:51] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:51] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:51] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:05:51] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:07:04.758924 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:07:04] "POST /myclass/api/Apply_Planning_Model_To_Session/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:07:04.813328 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:07:04] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\model_planning_sequence_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 21:09:24.057318 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 21:09:24.057318 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 21:09:24.057318 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 21:09:24.057318 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 21:09:24.057318 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-29 21:11:12.251714 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:11:12] "POST /myclass/api/Get_List_Sequence_Ressource_Affectation/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:11:30.261372 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:11:30] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:11:34.323951 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:11:34] "POST /myclass/api/Update_Session_Sequence/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:11:34.351672 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:11:34] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\model_planning_sequence_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 21:12:43.252945 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 21:12:43.252945 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 21:12:43.252945 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 21:12:43.253945 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 21:12:43.253945 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\model_planning_sequence_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 21:12:57.581074 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 21:12:57.581074 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 21:12:57.582074 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 21:12:57.582074 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 21:12:57.582074 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-29 21:12:57.752398 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:12:57] "POST /myclass/api/Get_List_Sequence_Ressource_Affectation/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:13:03.693850 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:13:03] "POST /myclass/api/Get_List_Sequence_Ressource_Affectation/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:13:24.890613 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:13:24] "POST /myclass/api/Update_Session_Sequence/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:13:24.915589 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:13:24] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:13:40.612774 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:13:40] "POST /myclass/api/Add_Sequence_Planning_Model/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:13:50.081432 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:13:50] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:13:59.293377 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:13:59] "POST /myclass/api/Get_Given_Sequence_Planning_Model_With_Option/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:14:06.625408 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:14:06] "POST /myclass/api/Apply_Planning_Model_To_Session/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:14:06.649654 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:14:06] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 21:16:59.276003 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 21:16:59.276003 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 21:16:59.276003 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 21:16:59.276003 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 21:16:59.277003 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-29 21:17:28.955986 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:17:28] "POST /myclass/api/Get_List_Sequence_Ressource_Affectation/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:17:38.889462 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:17:38] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:17:44.061519 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:17:44] "POST /myclass/api/Update_Session_Sequence/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:17:44.094099 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:17:44] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:17:54.123023 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:17:54] "POST /myclass/api/Get_List_Sequence_Ressource_Affectation/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:17:59.356423 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:17:59] "POST /myclass/api/Update_Session_Sequence/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:17:59.384406 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:17:59] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:18:09.396215 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:18:09] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:18:13.236022 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:18:13] "POST /myclass/api/Get_Given_Sequence_Planning_Model_With_Option/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:18:26.297480 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:18:26] "POST /myclass/api/Apply_Planning_Model_To_Session/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:18:26.339968 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:18:26] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:22:05.055673 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:22:05.060786 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:22:05.064786 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:22:05.069678 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:22:05.071790 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:22:05] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:22:05] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:22:05] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:22:05] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:22:05] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 21:22:51.696256 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 21:22:51.696256 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 21:22:51.696256 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 21:22:51.696256 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 21:22:51.696256 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\model_planning_sequence_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 21:23:23.184693 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 21:23:23.184693 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 21:23:23.185698 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 21:23:23.185698 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 21:23:23.185698 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-29 21:23:52.849935 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:23:52.853936 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:23:52.856921 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:23:52.860920 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:23:52.861920 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:23:52] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:23:52] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:23:52] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:23:52] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:23:52] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\model_planning_sequence_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 21:24:11.071518 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 21:24:11.072515 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 21:24:11.072515 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 21:24:11.072515 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 21:24:11.072515 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-29 21:24:11.145810 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:24:11] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:24:22.632640 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:24:22] "POST /myclass/api/Get_Given_Sequence_Planning_Model_With_Option/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:24:31.776195 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:24:31] "POST /myclass/api/Apply_Planning_Model_To_Session/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:24:31.799316 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:24:31] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\model_planning_sequence_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 21:25:24.833305 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 21:25:24.833305 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 21:25:24.833305 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 21:25:24.834306 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 21:25:24.834306 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-29 21:25:25.105211 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:25:25] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:25:26.882916 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:25:26] "POST /myclass/api/Get_Given_Sequence_Planning_Model_With_Option/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:25:34.999152 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:25:35] "POST /myclass/api/Apply_Planning_Model_To_Session/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:25:35.026491 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:25:35] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:25:51.540510 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:25:51.548512 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:25:51] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:25:51.556513 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:25:51.566527 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:25:51] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:25:51.575533 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:25:51.582543 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:25:51] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:25:51] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:25:51.589540 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:25:51] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:25:51] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:25:51] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:25:54.350911 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:25:54.352174 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:25:54.356146 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:25:54.361151 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:25:54.364152 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:25:54] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:25:54] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:25:54] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:25:54] "POST /myclass/api/Get_List_Groupe_Inscrit_With_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:25:54] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:25:59.258441 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:25:59] "POST /myclass/api/Get_List_Sequence_Planning_Model_Header/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:26:11.649509 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:26:11] "POST /myclass/api/Get_Given_Sequence_Planning_Model_With_Option/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:26:20.293755 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:26:20] "POST /myclass/api/Apply_Planning_Model_To_Session/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:26:20.334879 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:26:20] "POST /myclass/api/Get_Session_Sequence_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:28:50.887735 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:28:50] "POST /myclass/api/Get_Connected_User_List_Dashbord/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:29:10.633714 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:29:10] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:29:20.878071 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:29:20.879058 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:29:20] "POST /myclass/api/Get_Humain_Ressource_With_Planning/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:29:20] "POST /myclass/api/Get_Humain_Ressource_With_Planning_And_Cost/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Dashbord_queries\\ressources_humaines_tbd_qries.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 21:37:26.719450 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 21:37:26.719450 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 21:37:26.719450 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 21:37:26.719450 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 21:37:26.719450 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Dashbord_queries\\ressources_humaines_tbd_qries.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 21:45:57.557859 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 21:45:57.557859 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 21:45:57.557859 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 21:45:57.557859 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 21:45:57.557859 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Dashbord_queries\\ressources_humaines_tbd_qries.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 21:46:46.918879 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 21:46:46.918879 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 21:46:46.918879 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 21:46:46.918879 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 21:46:46.918879 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Dashbord_queries\\ressources_humaines_tbd_qries.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 21:48:00.287306 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 21:48:00.287306 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 21:48:00.287306 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 21:48:00.287306 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 21:48:00.287306 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Dashbord_queries\\ressources_humaines_tbd_qries.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 21:48:16.877794 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 21:48:16.877794 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 21:48:16.877794 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 21:48:16.877794 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 21:48:16.878796 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-29 21:48:24.337609 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:48:24.337609 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:48:24] "POST /myclass/api/Get_Humain_Ressource_With_Planning/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:48:24] "POST /myclass/api/Get_Humain_Ressource_With_Planning_And_Cost/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Dashbord_queries\\ressources_humaines_tbd_qries.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 21:50:36.150144 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 21:50:36.150144 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 21:50:36.150144 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 21:50:36.150144 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 21:50:36.150144 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Dashbord_queries\\ressources_humaines_tbd_qries.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 21:51:11.538909 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 21:51:11.539908 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 21:51:11.539908 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 21:51:11.539908 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 21:51:11.539908 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Dashbord_queries\\ressources_humaines_tbd_qries.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 21:51:31.290569 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 21:51:31.290569 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 21:51:31.290569 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 21:51:31.290569 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 21:51:31.290569 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-29 21:51:52.017228 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:51:52.019244 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:51:52] "POST /myclass/api/Get_Humain_Ressource_With_Planning/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:51:52] "POST /myclass/api/Get_Humain_Ressource_With_Planning_And_Cost/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Dashbord_queries\\ressources_humaines_tbd_qries.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 21:53:22.375556 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 21:53:22.375556 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 21:53:22.375556 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 21:53:22.375556 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 21:53:22.375556 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-29 21:53:32.381633 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:53:32.385649 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:53:32] "POST /myclass/api/Get_Humain_Ressource_With_Planning/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:53:32] "POST /myclass/api/Get_Humain_Ressource_With_Planning_And_Cost/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Dashbord_queries\\ressources_humaines_tbd_qries.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 21:54:42.000760 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 21:54:42.000760 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 21:54:42.000760 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 21:54:42.000760 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 21:54:42.000760 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-29 21:54:52.264993 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:54:52.268992 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:54:52] "POST /myclass/api/Get_Humain_Ressource_With_Planning/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:54:52] "POST /myclass/api/Get_Humain_Ressource_With_Planning_And_Cost/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Dashbord_queries\\ressources_humaines_tbd_qries.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 21:55:35.543103 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 21:55:35.543103 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 21:55:35.543103 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 21:55:35.543103 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 21:55:35.543103 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Dashbord_queries\\ressources_humaines_tbd_qries.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 21:56:02.529396 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 21:56:02.529396 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 21:56:02.529396 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 21:56:02.529396 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 21:56:02.529396 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-29 21:56:10.885161 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:56:10.888250 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:56:10] "POST /myclass/api/Get_Humain_Ressource_With_Planning/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:56:11] "POST /myclass/api/Get_Humain_Ressource_With_Planning_And_Cost/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Dashbord_queries\\ressources_humaines_tbd_qries.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 21:56:57.547721 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 21:56:57.547721 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 21:56:57.547721 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 21:56:57.547721 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 21:56:57.547721 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-29 21:56:57.885039 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:56:57.890044 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:56:57] "POST /myclass/api/Get_Humain_Ressource_With_Planning/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:56:57] "POST /myclass/api/Get_Humain_Ressource_With_Planning_And_Cost/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\Cherif\\Documents\\myclass.com\\Siteweb\\Elyos_Ftion_Initiale\\Ela_back\\Back_Office_FI\\Dashbord_queries\\ressources_humaines_tbd_qries.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:matplotlib:matplotlib data path: C:\Users\Cherif\Documents\myclass.com\Siteweb\Elyos_Ftion_Continue\Ela_back\Back_Office\venv\Lib\site-packages\matplotlib\mpl-data +DEBUG:matplotlib:CONFIGDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib:interactive is False +DEBUG:matplotlib:platform is win32 +DEBUG:matplotlib:CACHEDIR=C:\Users\Cherif\.matplotlib +DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\Cherif\.matplotlib\fontlist-v390.json +INFO:root:2025-10-29 21:57:35.840483 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2025-10-29 21:57:35.841486 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev_fi ++ +INFO:root:2025-10-29 21:57:35.841486 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev_fi') ++ +INFO:root:2025-10-29 21:57:35.841486 : ++ FLASK PORT 5001 ++ +INFO:root:2025-10-29 21:57:35.841486 : ++ LMS_BAS_URL mysy-hosting.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 479-264-725 +INFO:root:2025-10-29 21:57:35.914469 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:57:35.916446 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:57:35] "POST /myclass/api/Get_Humain_Ressource_With_Planning/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:57:35] "POST /myclass/api/Get_Humain_Ressource_With_Planning_And_Cost/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:59:31.260397 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:59:31.262398 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:59:31.265396 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:59:31.268398 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:31] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:31] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:31] "POST /myclass/api/Get_Nb_User_Internal_Mail_Not_Read/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:59:31.285398 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:31] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:59:31.317942 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:31] "POST /myclass/api/Get_Connected_User_List_Dashbord/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:59:36.100129 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:59:36.103161 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:59:36.105149 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:59:36.109442 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:59:36.112426 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:59:36.117425 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:59:36.118425 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:36] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:59:36.124011 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:36] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:36] "POST /myclass/api/Get_Competence_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:36] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:36] "POST /myclass/api/Get_Competence_Level/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:36] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:36] "POST /myclass/api/Get_List_Survey_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:36] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:59:39.167733 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:39] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:59:40.302145 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:59:40.310144 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:59:40.310144 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:59:40.319144 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:59:40.322150 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:59:40.326482 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:40] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:40] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:59:40.341994 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 21:59:40.339028 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:40] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:40] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:59:40.358994 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:40] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:40] "POST /myclass/api/Get_List_Employee_Contrat/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:59:40.368995 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:40] "POST /myclass/api/Get_List_Ressource_Humaine_Affectation/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:59:40.372996 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:40] "POST /myclass/api/Get_Partner_Group_Purchase_Price_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:40] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:40] "POST /myclass/api/Get_List_Employee_Suivi_Pedagogique_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:40] "POST /myclass/api/Get_Matrix_Acces_Right/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:59:42.886749 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:42] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 21:59:46.783536 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 21:59:46] "POST /myclass/api/Get_Type_Contrat_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:00:01.848447 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:00:01] "POST /myclass/api/Update_Employee_Contrat/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:00:01.964773 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:00:01.965675 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:00:01] "POST /myclass/api/Get_Partner_Group_Purchase_Price_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:00:01] "POST /myclass/api/Get_List_Employee_Contrat/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:00:10.887033 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:00:10] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:00:12.169033 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:00:12.171035 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:00:12.174034 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:00:12.177035 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:00:12.180036 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:00:12] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:00:12] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:00:12] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:00:12.190040 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:00:12.193040 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:00:12] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:00:12.198040 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:00:12] "POST /myclass/api/Get_List_Ressource_Humaine_Affectation/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:00:12.205552 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:00:12] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:00:12] "POST /myclass/api/Get_Partner_Group_Purchase_Price_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:00:12.218553 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:00:12] "POST /myclass/api/Get_List_Employee_Contrat/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:00:12.224551 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:00:12] "POST /myclass/api/Get_List_Employee_Suivi_Pedagogique_No_Filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:00:12] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:00:12] "POST /myclass/api/Get_Matrix_Acces_Right/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:00:17.688880 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:00:17.689908 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:00:17] "POST /myclass/api/Get_Humain_Ressource_With_Planning/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:00:17] "POST /myclass/api/Get_Humain_Ressource_With_Planning_And_Cost/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:00:29.764752 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:00:29] "POST /myclass/api/Get_List_Partner_Document_with_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:00:31.718724 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:00:31] "POST /myclass/api/Get_Type_Contrat_List/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:01:04.673102 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:01:04] "POST /myclass/api/Add_Employee_Contrat/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:01:04.770748 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:01:04.771709 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:01:04] "POST /myclass/api/Get_Partner_Group_Purchase_Price_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:01:04] "POST /myclass/api/Get_List_Employee_Contrat/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:01:10.256733 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:01:10.258701 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:01:10] "POST /myclass/api/Get_Humain_Ressource_With_Planning/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:01:12.736477 : Format_employee_contrat_agenda_events -'civilite' - Line : 890 +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:01:12] "POST /myclass/api/Get_Humain_Ressource_With_Planning_And_Cost/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:01:18.962958 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:01:18.963934 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:01:18] "POST /myclass/api/Get_Humain_Ressource_With_Planning/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:01:18.988987 : Format_employee_contrat_agenda_events -'civilite' - Line : 890 +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:01:18] "POST /myclass/api/Get_Humain_Ressource_With_Planning_And_Cost/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:01:24.873972 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:01:24] "POST /myclass/api/Delete_Employee_Contrat/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:01:24.962720 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:01:24.966743 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:01:24] "POST /myclass/api/Get_Partner_Group_Purchase_Price_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:01:24] "POST /myclass/api/Get_List_Employee_Contrat/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:01:27.621595 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:01:27.622625 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:01:27] "POST /myclass/api/Get_Humain_Ressource_With_Planning/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:01:27] "POST /myclass/api/Get_Humain_Ressource_With_Planning_And_Cost/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:01:49.189297 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:01:49.191318 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:01:49] "POST /myclass/api/Get_Humain_Ressource_With_Planning/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:01:49] "POST /myclass/api/Get_Humain_Ressource_With_Planning_And_Cost/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:02:06.048333 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:02:06.049321 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:02:06] "POST /myclass/api/Get_Humain_Ressource_With_Planning/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:02:06] "POST /myclass/api/Get_Humain_Ressource_With_Planning_And_Cost/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:02:41.967005 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:02:41.969004 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:02:41.974004 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:02:41] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:02:41.977004 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:02:41] "POST /myclass/api/Get_List_Type_Cours/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:02:42] "POST /myclass/api/Get_Competence_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:02:42] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:02:43.345679 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:02:43] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 - +INFO:root:2025-10-29 22:02:43.380790 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:02:43.383822 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:02:43] "POST /myclass/api/Get_Given_Unite_Enseignement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:02:43] "POST /myclass/api/Get_List_Unite_Enseignement_Planif_lines/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:03:27.153251 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:03:27.157251 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:03:27.159251 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:03:27.163251 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:03:27] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:03:27] "POST /myclass/api/Get_List_Type_Cours/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:03:27] "POST /myclass/api/Get_Competence_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:03:27] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:04:24.607450 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:04:24.608465 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:04:24.612447 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:24] "POST /myclass/api/getRecodedParnterImage_from_front/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:04:24.623449 : Connexion du partner recid = 43598820dd270936c3d2fd822717d0f18f194b1a1b894aaf89 OK. Mise ŕ jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:24] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:24] "POST /myclass/api/Get_List_Theme_Catalog_Pub/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:04:26.033962 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:04:26.067524 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:04:26.070518 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:04:26.074519 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:04:26.079519 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:04:26.080519 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:26] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:04:26.093576 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:26] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:26] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:26] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:26] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:26] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:26] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:04:27.389239 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:27] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:04:29.462690 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:04:29.467698 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:04:29.474693 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:29] "POST /myclass/api/Get_List_Class_domaine/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:04:29.484702 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:29] "POST /myclass/api/Get_List_class_metier/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:29] "POST /myclass/api/Get_List_Class_Categorie/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:04:29.492691 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:29] "POST /myclass/api/Get_Partner_Object_Specific_Valide_Displayed_Fields/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:04:29.504710 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:04:29.514235 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:29] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:04:29.520230 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:29] "POST /myclass/api/Get_List_Class_Niveau_Formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:29] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:04:29.530231 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:29] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:29] "POST /myclass/api/Get_Ref_Pedagogique_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:04:29.542244 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:04:29.553247 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:04:29.560275 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:29] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:04:29.570275 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:29] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:29] "POST /myclass/api/Get_List_Unite_Enseignement_Of_Given_Class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:29] "POST /myclass/api/Get_List_Unite_Enseignement_no_filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:04:29.686819 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:04:29.689821 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:29] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:29] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:04:29.700833 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:29] "POST /myclass/api/Get_List_object_owner_collection_Stored_Files_With_Filter/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:04:31.238443 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2025-10-29 22:04:31.241439 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:31] "POST /myclass/api/Get_List_base_calcul_note_class_and_ue_With_Filter HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:31] "POST /myclass/api/Get_List_Class_Evaluation/ HTTP/1.1" 200 - +INFO:root:2025-10-29 22:04:32.725229 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [29/Oct/2025 22:04:32] "POST /myclass/api/Get_List_Type_Evaluation/ HTTP/1.1" 200 - diff --git a/Session_Formation_Sequence.py b/Session_Formation_Sequence.py index 433fae3..a42426e 100644 --- a/Session_Formation_Sequence.py +++ b/Session_Formation_Sequence.py @@ -1751,8 +1751,23 @@ def Get_Session_Sequence_List(diction): if ("mode_animation" not in user.keys()): user['mode_animation'] = "0" + ue_titre = "" + ue_code = "" if ("ue_id" not in user.keys()): user['ue_id'] = "" + elif ( "ue_id" in user.keys() and user['ue_id']): + eu_id_data = MYSY_GV.dbname['unite_enseignement'].find_one({'_id':ObjectId(str(user['ue_id'])), + 'partner_owner_recid':str(my_partner['recid'])}) + + if(eu_id_data and "titre" in eu_id_data.keys() ): + ue_titre = eu_id_data['titre'] + + if (eu_id_data and "code" in eu_id_data.keys()): + ue_code = eu_id_data['code'] + + user['ue_code'] = ue_code + user['ue_titre'] = ue_titre + if ("unite_enseignement_planif_id" not in user.keys()): user['unite_enseignement_planif_id'] = "" diff --git a/ent_student_common.py b/ent_student_common.py index fbd1e7e..44890d1 100644 --- a/ent_student_common.py +++ b/ent_student_common.py @@ -355,6 +355,152 @@ def Get_Ent_Student_List_Class(diction): return False, " Impossible de rĂ©cupĂ©rer les formations de l'apprenant " +""" +Recuperation des session / promotion d'un apprenant pour son espace ENT +""" +def Get_Ent_Student_List_Session_Promotion(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptĂ©s + """ + field_list = ['token', 'apprenant_id'] + + 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'existe pas") + return False, " Les informations fournies sont incorrectes", + + """ + Verification des champs obligatoires + """ + field_list_obligatoire = ['token', 'apprenant_id'] + 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 la liste des arguments ") + 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 l'apprenant + """ + is_apprenant_valide_count = MYSY_GV.dbname['apprenant'].count_documents( + {'_id': ObjectId(str(diction['apprenant_id'])), + 'valide': '1', + 'locked': '0'}) + + if (is_apprenant_valide_count != 1): + mycommon.myprint( + str(inspect.stack()[0][ + 3]) + " L'identifiant de l'apprenant est invalide ") + return False, " L'identifiant de l'apprenant est invalide ", + + apprenant_data = MYSY_GV.dbname['apprenant'].find_one( + {'_id': ObjectId(str(diction['apprenant_id'])), + 'valide': '1', + 'locked': '0'}) + + qry = {} + qry['partner_owner_recid'] = apprenant_data['partner_owner_recid'] + qry['apprenant_id'] = diction['apprenant_id'] + qry['valide'] = "1" + qry['locked'] = "0" + + query = [{'$match': {'$and': [qry]}}, + {'$sort': {'_id': -1}}, + {'$lookup': + { + 'from': 'myclass', + 'localField': 'class_internal_url', + 'foreignField': 'internal_url', + 'pipeline': [{'$match': {'$and': [{}, {}]}}, + {'$project': {'_id': 1, 'title':1 }}], + 'as': 'myclass_collection' + } + }, + {'$lookup': + { + 'from': 'apprenant', + "let": {'apprenant_id': "$apprenant_id", 'partner_owner_recid': '$partner_owner_recid'}, + 'pipeline': [{'$match': + {'$expr': {'$and': [ + {'$eq': ["$valide", "1"]}, + {'$eq': ["$_id", {'$convert': { + 'input': "$$apprenant_id", + 'to': "objectId", + 'onError': {'error': 'true'}, + 'onNull': {'isnull': 'true'} + }}]}, + + ]}}}, + ], 'as': 'apprenant_collection'}} + ] + + #print("#### Get_Apprenant_Tab_Class_Inscrip_Session_Id laa 01 : query = ", query) + RetObject = [] + cpt = 0 + + + for retVal in MYSY_GV.dbname['inscription'].aggregate(query): + val = {} + + if( "session_id" in retVal.keys() ): + is_active_session_count = MYSY_GV.dbname['session_formation'].count_documents({'_id':ObjectId(str(retVal['session_id'])), + 'valide':'1', + 'partner_owner_recid':str(retVal['partner_owner_recid']), + 'session_status':'1'}) + if( is_active_session_count == 1): + + session_data = MYSY_GV.dbname['session_formation'].find_one( + {'_id': ObjectId(str(retVal['session_id'])), + 'valide': '1', + 'partner_owner_recid': str(retVal['partner_owner_recid']), + 'session_status': '1'}, ) + + local_node = {} + + local_node['id'] = str(cpt) + local_node['inscription_id'] = (str(retVal['_id'])) + local_node['session_id'] = (str(retVal['session_id'])) + local_node['session_code_session'] = (str(session_data['code_session'])) + local_node['session_titre'] = (str(session_data['titre'])) + local_node['session_date_du'] = (str(session_data['date_debut'])) + local_node['session_date_au'] = (str(session_data['date_fin'])) + + #print('### retVal = ', retVal) + if ('myclass_collection' in retVal.keys() and len(retVal['myclass_collection']) > 0): + local_node['class_id'] = (str(retVal['myclass_collection'][0]['_id'])) + local_node['class_title'] = (str(retVal['myclass_collection'][0]['title'])) + + + RetObject.append(mycommon.JSONEncoder().encode(local_node)) + cpt = cpt + 1 + + return True, RetObject + + 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 rĂ©cuperer la liste des promotion et sessions de l'apprenant" + + """ Cette fonction retourne une formation, prenant en argument le l'_id de la formation @@ -442,7 +588,7 @@ def Get_Ent_Student_Session_Sequence_List(diction): """ Verification des champs obligatoires """ - field_list_obligatoire = ['token', 'session_id', 'apprenant_id'] + field_list_obligatoire = ['token', 'apprenant_id'] for val in field_list_obligatoire: if val not in diction: mycommon.myprint( @@ -462,6 +608,12 @@ def Get_Ent_Student_Session_Sequence_List(diction): if (local_status is not True): return local_status, my_partner + filt_session = {} + if( 'session_id' in diction.keys() and diction['session_id']): + filt_session = {'session_id':str(diction['session_id'])} + + + """ Verifier la validitĂ© de l'apprenant """ @@ -485,8 +637,9 @@ def Get_Ent_Student_Session_Sequence_List(diction): RetObject = [] val_tmp = 0 nb_sequence = 0 - for New_retVal in MYSY_GV.dbname['session_formation_sequence'].find({'session_id':str(diction['session_id']), - 'partner_owner_recid':str(apprenant_data['partner_owner_recid']), 'valide':'1', 'locked':'0'}): + for New_retVal in MYSY_GV.dbname['session_formation_sequence'].find({'$and':[ + {'partner_owner_recid':str(apprenant_data['partner_owner_recid']), 'valide':'1', 'locked':'0'}, + filt_session]}): user = New_retVal user['id'] = str(val_tmp) diff --git a/main.py b/main.py index 7b7b8ff..dcddf78 100644 --- a/main.py +++ b/main.py @@ -217,8 +217,8 @@ def Ent_Student_login(): # On recupere le corps (payload) de la requete payload = mycommon.strip_dictionary (request.form.to_dict()) print(" ### Ent_Student_login payload = ",payload) - status, retval, firstconnexion = us.Ent_Student_login(payload) - return jsonify(status=status, message=retval, firstconnexion=firstconnexion) + status, retval, firstconnexion, apprenant_id = us.Ent_Student_login(payload) + return jsonify(status=status, message=retval, firstconnexion=firstconnexion, apprenant_id=apprenant_id) @@ -12312,7 +12312,7 @@ choisir un planning modele def Apply_Planning_Model_To_Session(): # On recupere le corps (payload) de la requete payload = mycommon.strip_dictionary (request.form.to_dict()) - print(" ### Apply_Planning_Model_To_Session payload = no display, trop lng",) + print(" ### Apply_Planning_Model_To_Session payload = no display, trop lng") status, retval = model_planning_sequence_mgt.Apply_Planning_Model_To_Session(payload) return jsonify(status=status, message=retval) @@ -13845,6 +13845,24 @@ def Get_Apprenant_Tab_Class_Inscrip_Session_Id(): status, retval = ent_student_common.Get_Apprenant_Tab_Class_Inscrip_Session_Id( payload) return jsonify(status=status, message=retval) + + + +""" +API - Gestion ENT Apprenant : RĂ©cuperation de la liste des sessions et promotion d'un apprenant +""" +@app.route('/myclass/api/Get_Ent_Student_List_Session_Promotion/', methods=['POST','GET']) +@crossdomain(origin='*') +def Get_Ent_Student_List_Session_Promotion(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Get_Ent_Student_List_Session_Promotion : payload = ",str(payload)) + status, retval = ent_student_common.Get_Ent_Student_List_Session_Promotion( payload) + return jsonify(status=status, message=retval) + + + + """ API - Gestion ENT Apprenant : Recuperation du detail d'une formation """ diff --git a/model_planning_sequence_mgt.py b/model_planning_sequence_mgt.py index 46d7659..c3a477e 100644 --- a/model_planning_sequence_mgt.py +++ b/model_planning_sequence_mgt.py @@ -283,7 +283,7 @@ def Get_List_Sequence_Planning_Model_Header(diction): RetObject = [] val_tmp = 0 - for retval in MYSY_GV.dbname['planning_model_header'].find(data_header_qry): + for retval in MYSY_GV.dbname['planning_model_header'].find(data_header_qry).sort([("_id", pymongo.DESCENDING), ]): user = retval user['id'] = str(val_tmp) val_tmp = val_tmp + 1 @@ -541,6 +541,26 @@ def Get_Given_Sequence_Planning_Model_With_Option(diction): new_planning_line_node = {} new_planning_line_node = planning_line + ue_titre = "" + ue_code = "" + if ("ue_id" not in planning_line.keys()): + new_planning_line_node['ue_id'] = "" + + elif ("ue_id" in planning_line.keys() and planning_line['ue_id']): + eu_id_data = MYSY_GV.dbname['unite_enseignement'].find_one({'_id': ObjectId(str(planning_line['ue_id'])), + 'partner_owner_recid': str( + my_partner['recid'])}) + + if (eu_id_data and "titre" in eu_id_data.keys()): + ue_titre = eu_id_data['titre'] + + if (eu_id_data and "code" in eu_id_data.keys()): + ue_code = eu_id_data['code'] + + new_planning_line_node['ue_code'] = ue_code + new_planning_line_node['ue_titre'] = ue_titre + + planning_line_sequence_start = str(planning_line['sequence_start']) local_status = mycommon.CheckisDate_Hours(planning_line_sequence_start) if (local_status is False): @@ -744,7 +764,22 @@ def Apply_Planning_Model_To_Session(diction): local_node['grp_apprenant_id'] = "" - local_node['ue_id'] = "" + + if("local_ue_id" in new_sequence.keys() ): + local_node['ue_id'] = new_sequence['local_ue_id'] + else: + local_node['ue_id'] = "" + + if ("local_mode_animation" in new_sequence.keys()): + local_node['mode_animation'] = new_sequence['local_mode_animation'] + else: + local_node['mode_animation'] = "" + + if ("local_volume_theorique" in new_sequence.keys()): + local_node['volume_theorique'] = new_sequence['local_volume_theorique'] + else: + local_node['volume_theorique'] = "" + local_node['ue_planif_line_id'] = "" MYSY_GV.dbname['session_formation_sequence'].insert_one(local_node) diff --git a/user_session.py b/user_session.py index e06baa1..db6646e 100644 --- a/user_session.py +++ b/user_session.py @@ -210,7 +210,7 @@ def Ent_Student_login(diction): for val in incom_keys: if str(val).lower() not in str(field_list).lower(): mycommon.myprint(str(inspect.stack()[0][3])+" Le champ '" + val + "' n'existe pas, MAJ annulĂ©e") - return False, " Impossible de se connecter, merci de contacter le support technique", False + return False, " Impossible de se connecter, merci de contacter le support technique", False, False ''' Une fois qu'on a controlĂ© que toutes les clĂ©s mise dans l'API sont correcte. etape precedente, @@ -220,7 +220,7 @@ def Ent_Student_login(diction): for val in field_list_obligatoire: if str(val).lower() not in diction: mycommon.myprint(str(inspect.stack()[0][3])+" La valeur '" + val + "' n'est pas presente dans la liste des arguments ") - return False, " Impossible de se connecter, merci de contacter le support technique", False + return False, " Impossible de se connecter, merci de contacter le support technique", False, False query = {} # recuperation des paramettre @@ -256,7 +256,7 @@ def Ent_Student_login(diction): if (tmp != 1): mycommon.myprint(str(inspect.stack()[0][3])+" Login/mot de passe invalide " + str(query)+ " my_user.count() = "+str(tmp)) - return False, " Login/mot de passe invalide, merci de verifier votre saisie. ", False + return False, " Login/mot de passe invalide, merci de verifier votre saisie. ", False, False my_user = coll_name.find(query) @@ -330,13 +330,12 @@ def Ent_Student_login(diction): if ("_id" not in ret_val.keys()): mycommon.myprint( str(inspect.stack()[0][3]) + " Impossible de rĂ©cupĂ©rer les donnĂ©es de l'utilisateur (2)") - return False, " Impossible de rĂ©cupĂ©rer les donnĂ©es de l'utilisateur (2) ", False + return False, " Impossible de rĂ©cupĂ©rer les donnĂ©es de l'utilisateur (2) ", False, False - - return True, str(my_token), str(user_firstconnexion) + return True, str(my_token), str(user_firstconnexion), str(ret_val['apprenant_id']) else: mycommon.myprint(str(inspect.stack()[0][3])+" Impossible d'enregistrer le token " + my_token) - return False, " Impossible de se connecter, merci de contacter le support technique", False + return False, " Impossible de se connecter, merci de contacter le support technique", False, False except Exception as e: