-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebapp_log.txt
More file actions
29 lines (28 loc) · 3.74 KB
/
webapp_log.txt
File metadata and controls
29 lines (28 loc) · 3.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
============================================================
[INIT] Algorithm Recommendation System - Web Application
[INIT] Loading ML models...
Model loaded from C:\Users\user\Desktop\RESEARCH - Copy - Copy\algorithm_recommender\models\sorting_model.pkl
Model loaded from C:\Users\user\Desktop\RESEARCH - Copy - Copy\algorithm_recommender\models\array_search_model.pkl
Model loaded from C:\Users\user\Desktop\RESEARCH - Copy - Copy\algorithm_recommender\models\graph_search_model.pkl
[OK] String search model loaded
[OK] Tree search model loaded
[OK] Performance analyzer initialized
[SUCCESS] All models loaded successfully!
[SUCCESS] Models loaded successfully at startup!
============================================================
============================================================
Algorithm Recommendation System - Web Application
============================================================
python : Traceback (most recent call last):
At line:1 char:74
+ ... Copy\algorithm_recommender"; python web/app.py > webapp_log.txt 2>&1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (Traceback (most recent call last)::String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
File "C:\Users\user\Desktop\RESEARCH - Copy - Copy\algorithm_recommender\web\app.py", line 2056, in <module>
print("\n\U0001f680 Starting server at http://localhost:5175")
~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\AppData\Local\Programs\Python\Python313\Lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'charmap' codec can't encode character '\U0001f680' in position 2: character maps to <undefined>