-
Notifications
You must be signed in to change notification settings - Fork 0
/
history.log
158 lines (158 loc) · 33.2 KB
/
history.log
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
2022-09-06 14:37:54,326 INFO werkzeug MainThread : [31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
* Running on http://127.0.0.1:5000
2022-09-06 14:37:54,326 INFO werkzeug MainThread : [33mPress CTRL+C to quit[0m
2022-09-06 14:37:54,329 INFO werkzeug MainThread : * Restarting with stat
2022-09-06 14:37:56,406 WARNING werkzeug MainThread : * Debugger is active!
2022-09-06 14:37:56,409 INFO werkzeug MainThread : * Debugger PIN: 604-377-404
2022-09-06 14:38:28,425 INFO app Thread-2 (process_request_thread) : Home page opened
2022-09-06 14:38:28,426 INFO werkzeug Thread-2 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 14:38:28] "GET / HTTP/1.1" 200 -
2022-09-06 14:38:28,634 INFO werkzeug Thread-3 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 14:38:28] "[33mGET /favicon.ico HTTP/1.1[0m" 404 -
2022-09-06 14:38:56,676 INFO app Thread-5 (process_request_thread) : Home page opened
2022-09-06 14:38:56,676 INFO werkzeug Thread-5 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 14:38:56] "GET / HTTP/1.1" 200 -
2022-09-06 14:39:52,123 INFO app Thread-6 (process_request_thread) : "generate" page opened
2022-09-06 14:39:52,132 DEBUG urllib3.connectionpool Thread-6 (process_request_thread) : Starting new HTTP connection (1): en.wikipedia.org:80
2022-09-06 14:39:52,264 DEBUG urllib3.connectionpool Thread-6 (process_request_thread) : http://en.wikipedia.org:80 "GET /w/api.php?list=search&srprop=&srlimit=1&limit=1&srsearch=False&srinfo=suggestion&format=json&action=query HTTP/1.1" 301 0
2022-09-06 14:39:52,270 DEBUG urllib3.connectionpool Thread-6 (process_request_thread) : Starting new HTTPS connection (1): en.wikipedia.org:443
2022-09-06 14:39:52,673 DEBUG urllib3.connectionpool Thread-6 (process_request_thread) : https://en.wikipedia.org:443 "GET /w/api.php?action=query&format=json&limit=1&list=search&srinfo=suggestion&srlimit=1&srprop=&srsearch=False HTTP/1.1" 200 186
2022-09-06 14:39:52,679 DEBUG urllib3.connectionpool Thread-6 (process_request_thread) : Starting new HTTP connection (1): en.wikipedia.org:80
2022-09-06 14:39:52,785 DEBUG urllib3.connectionpool Thread-6 (process_request_thread) : http://en.wikipedia.org:80 "GET /w/api.php?prop=info%7Cpageprops&inprop=url&ppprop=disambiguation&redirects=&titles=False&format=json&action=query HTTP/1.1" 301 0
2022-09-06 14:39:52,787 DEBUG urllib3.connectionpool Thread-6 (process_request_thread) : Starting new HTTPS connection (1): en.wikipedia.org:443
2022-09-06 14:39:53,062 DEBUG urllib3.connectionpool Thread-6 (process_request_thread) : https://en.wikipedia.org:443 "GET /w/api.php?action=query&format=json&inprop=url&ppprop=disambiguation&prop=info%7Cpageprops&redirects=&titles=False HTTP/1.1" 200 469
2022-09-06 14:39:53,065 DEBUG urllib3.connectionpool Thread-6 (process_request_thread) : Starting new HTTP connection (1): en.wikipedia.org:80
2022-09-06 14:39:53,144 DEBUG urllib3.connectionpool Thread-6 (process_request_thread) : http://en.wikipedia.org:80 "GET /w/api.php?prop=revisions&rvprop=content&rvparse=&rvlimit=1&titles=False&format=json&action=query HTTP/1.1" 301 0
2022-09-06 14:39:53,145 DEBUG urllib3.connectionpool Thread-6 (process_request_thread) : Starting new HTTPS connection (1): en.wikipedia.org:443
2022-09-06 14:39:53,605 DEBUG urllib3.connectionpool Thread-6 (process_request_thread) : https://en.wikipedia.org:443 "GET /w/api.php?action=query&format=json&prop=revisions&rvlimit=1&rvparse=&rvprop=content&titles=False HTTP/1.1" 200 None
2022-09-06 14:39:53,757 INFO werkzeug Thread-6 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 14:39:53] "[35m[1mGET /generate HTTP/1.1[0m" 500 -
2022-09-06 14:39:53,948 INFO werkzeug Thread-7 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 14:39:53] "GET /generate?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 -
2022-09-06 14:39:54,152 INFO werkzeug Thread-8 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 14:39:54] "GET /generate?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 -
2022-09-06 14:39:54,518 INFO werkzeug Thread-9 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 14:39:54] "GET /generate?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 -
2022-09-06 14:39:54,784 INFO werkzeug Thread-10 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 14:39:54] "[36mGET /generate?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1[0m" 304 -
2022-09-06 14:40:31,166 INFO app Thread-11 (process_request_thread) : "generate" page opened
2022-09-06 14:40:31,168 DEBUG urllib3.connectionpool Thread-11 (process_request_thread) : Starting new HTTP connection (1): en.wikipedia.org:80
2022-09-06 14:40:31,259 DEBUG urllib3.connectionpool Thread-11 (process_request_thread) : http://en.wikipedia.org:80 "GET /w/api.php?list=search&srprop=&srlimit=1&limit=1&srsearch=Ukraine&srinfo=suggestion&format=json&action=query HTTP/1.1" 301 0
2022-09-06 14:40:31,264 DEBUG urllib3.connectionpool Thread-11 (process_request_thread) : Starting new HTTPS connection (1): en.wikipedia.org:443
2022-09-06 14:40:31,678 DEBUG urllib3.connectionpool Thread-11 (process_request_thread) : https://en.wikipedia.org:443 "GET /w/api.php?action=query&format=json&limit=1&list=search&srinfo=suggestion&srlimit=1&srprop=&srsearch=Ukraine HTTP/1.1" 200 185
2022-09-06 14:40:31,684 DEBUG urllib3.connectionpool Thread-11 (process_request_thread) : Starting new HTTP connection (1): en.wikipedia.org:80
2022-09-06 14:40:31,762 DEBUG urllib3.connectionpool Thread-11 (process_request_thread) : http://en.wikipedia.org:80 "GET /w/api.php?prop=info%7Cpageprops&inprop=url&ppprop=disambiguation&redirects=&titles=Ukraine&format=json&action=query HTTP/1.1" 301 0
2022-09-06 14:40:31,766 DEBUG urllib3.connectionpool Thread-11 (process_request_thread) : Starting new HTTPS connection (1): en.wikipedia.org:443
2022-09-06 14:40:32,061 DEBUG urllib3.connectionpool Thread-11 (process_request_thread) : https://en.wikipedia.org:443 "GET /w/api.php?action=query&format=json&inprop=url&ppprop=disambiguation&prop=info%7Cpageprops&redirects=&titles=Ukraine HTTP/1.1" 200 440
2022-09-06 14:40:32,064 DEBUG urllib3.connectionpool Thread-11 (process_request_thread) : Starting new HTTP connection (1): en.wikipedia.org:80
2022-09-06 14:40:32,156 DEBUG urllib3.connectionpool Thread-11 (process_request_thread) : http://en.wikipedia.org:80 "GET /w/api.php?prop=extracts&explaintext=&titles=Ukraine&exintro=&format=json&action=query HTTP/1.1" 301 0
2022-09-06 14:40:32,158 DEBUG urllib3.connectionpool Thread-11 (process_request_thread) : Starting new HTTPS connection (1): en.wikipedia.org:443
2022-09-06 14:40:32,426 DEBUG urllib3.connectionpool Thread-11 (process_request_thread) : https://en.wikipedia.org:443 "GET /w/api.php?action=query&exintro=&explaintext=&format=json&prop=extracts&titles=Ukraine HTTP/1.1" 200 None
2022-09-06 14:40:32,456 INFO werkzeug Thread-11 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 14:40:32] "GET /generate?input=Ukraine&text=Ukraine%20is HTTP/1.1" 200 -
2022-09-06 14:41:11,060 INFO app Thread-12 (process_request_thread) : "generate" page opened
2022-09-06 14:41:11,066 INFO werkzeug Thread-12 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 14:41:11] "GET /generate?input=Ukraine&text=Poland HTTP/1.1" 200 -
2022-09-06 14:41:52,913 INFO app Thread-14 (process_request_thread) : "generate" page opened
2022-09-06 14:41:52,920 INFO werkzeug Thread-14 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 14:41:52] "GET /generate?input=Ukraine&text=Ukraine%20(Ukrainian:%20\u0423\u043a\u0440\u0430\u0457\u043d\u0430,%20romanized:%20Ukraïna,%20pronounced%20[\u028akr\u0250\u02c8jin\u0250]%20(listen))%20is%20a%20country%20in%20Eastern%20Europe.%20It%20is%20the%20second-largest%20European%20country%20after%20Russia,%20which%20it%20borders%20to%20the%20east%20and%20northeast.[a][11]%20Pre-war%20Ukraine%20covered%20approximately%20600,000%20square%20kilometres%20(230,000%20sq%20mi),[b]%20and%20was%20the%20eighth-most%20populous%20country%20in%20Europe,%20with%20a%20population%20of%20around%2041%20million%20people.[c][6]%20It%20is%20also%20bordered%20by%20Belarus%20to%20the%20north;%20by%20Poland,%20Slovakia,%20and%20Hungary%20to%20the%20west;%20and%20by%20Romania%20and%20Moldova[d]%20to%20the%20southwest;%20with%20a%20coastline%20along%20the%20Black%20Sea%20and%20the%20Sea%20of%20Azov%20to%20the%20south%20and%20southeast.[e]%20Kyiv%20is%20the%20nation's%20capital%20and%20largest%20city.%20The%20country's%20national%20language%20is%20Ukrainian,%20and%20most%20people%20are%20also%20fluent%20in%20Russian.[14]%20During%20the%20Middle%20Ages,%20the%20area%20was%20a%20key%20centre%20of%20East%20Slavic%20culture%20under%20the%20state%20of%20Kievan%20Rus',%20which%20emerged%20in%20the%209th%20century%20and%20was%20ultimately%20destroyed%20by%20the%20Mongol%20invasions%20of%20the%2013th%20century.%20After%20the%20Kingdom%20of%20GaliciaVolhynia%20emerged%20the%20area%20was%20contested,%20divided,%20and%20ruled%20by%20a%20variety%20of%20external%20powers%20for%20the%20next%20600%20years;%20including%20the%20PolishLithuanian%20Commonwealth,%20the%20Austrian%20Empire,%20the%20Ottoman%20Empire,%20and%20the%20Tsardom%20of%20Russia.%20The%20Cossack%20Hetmanate%20emerged%20in%20central%20Ukraine%20in%20the%2017th%20century,%20but%20was%20partitioned%20between%20Russia%20and%20Poland,%20and%20ultimately%20absorbed%20by%20the%20Russian%20Empire.%20After%20the%20Russian%20Revolution%20a%20Ukrainian%20national%20movement%20re-emerged,%20and%20formed%20the%20Ukrainian%20People's%20Republic%20in%201917.%20This%20short-lived%20state%20was%20forcibly%20reconstituted%20by%20the%20Bolsheviks%20into%20the%20Ukrainian%20Soviet%20Socialist%20Republic,%20which%20became%20a%20founding%20member%20of%20the%20Soviet%20Union%20in%201922.%20In%20the%201930s%20millions%20of%20Ukrainians%20were%20killed%20by%20the%20Holodomor,%20a%20Stalin-era%20man-made%20famine.%20Following%20the%20collapse%20of%20the%20Soviet%20Union%20in%201991,%20Ukraine%20regained%20independence%20and%20declared%20itself%20neutral,[15]%20forming%20a%20limited%20military%20partnership%20with%20the%20post-Soviet%20Commonwealth%20of%20Independent%20States,%20while%20also%20joining%20the%20Partnership%20for%20Peace%20with%20NATO%20in%201994.%20In%202013%20a%20series%20of%20mass%20demonstrations,%20known%20as%20the%20Euromaidan,%20erupted%20across%20Ukraine,%20eventually%20escalating%20into%20the%20Revolution%20of%20Dignity%20in%202014,%20which%20led%20to%20the%20establishment%20of%20a%20new%20government%20and%20pro-Russian%20unrest.%20During%20this%20period,%20unmarked%20Russian%20troops%20invaded%20the%20Crimean%20Peninsula,%20which%20was%20later%20annexed%20by%20Russia;%20and%20pro-Russia%20unrest%20in%20Ukraine's%20Donbas%20culminated%20in%20Russia-backed%20separatists%20seizing%20territory%20throughout%20the%20region,%20sparking%20the%20War%20in%20Donbas.%20This%20series%20of%20events%20marked%20the%20beginning%20of%20the%20ongoing%20Russo-Ukrainian%20War,%20and%20in%20a%20major%20escalation%20of%20the%20conflict%20in%20February%202022,%20Russia%20launched%20a%20full-scale%20invasion%20of%20Ukraine.%20Since%20the%20outbreak%20of%20war%20with%20Russia%20in%202014,%20Ukraine%20has%20continued%20to%20seek%20closer%20economic,%20political,%20and%20military%20ties%20with%20the%20Western%20world,%20including%20with%20the%20United%20States,%20European%20Union,%20and%20NATO.[16]%20Ukraine%20is%20a%20unitary%20republic%20under%20a%20semi-presidential%20system%20and%20a%20developing%20country,%20ranking%2074th%20on%20the%20Human%20Development%20Index.%20Despite%20having%20a%20free-market%20economy,%20Ukraine%20is%20the%20poorest%20country%20in%20Europe%20by%20nominal%20GDP%20per%20capita.[17]%20However,%20due%20to%20its%20extensive%20fertile%20land,%20pre-war%20Ukraine%20was%20one%20of%20the%20largest%20grain%20exporters%20in%20the%20world.[18][19]%20It%20is%20a%20founding%20member%20of%20the%20United%20Nations,%20as%20well%20as%20a%20member%20of%20the%20Council%20of%20Europe,%20the%20World%20Trade%20Organization,%20the%20OSCE,%20and%20is%20currently%20in%20the%20process%20of%20joining%20the%20European%20Union. HTTP/1.1" 200 -
2022-09-06 14:43:39,759 INFO werkzeug MainThread : * Detected change in 'C:\\Users\\manko\\OneDrive\\Programming\\flask_wikipedia-check\\app.py', reloading
2022-09-06 14:43:39,957 INFO werkzeug MainThread : * Restarting with stat
2022-09-06 14:43:44,052 WARNING werkzeug MainThread : * Debugger is active!
2022-09-06 14:43:44,054 INFO werkzeug MainThread : * Debugger PIN: 604-377-404
2022-09-06 14:43:44,642 INFO app Thread-2 (process_request_thread) : "generate" page opened
2022-09-06 14:43:45,868 INFO werkzeug Thread-2 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 14:43:45] "GET /generate?input=Ukraine&text=Ukraine%20is HTTP/1.1" 200 -
2022-09-06 14:44:35,321 INFO werkzeug MainThread : * Detected change in 'C:\\Users\\manko\\OneDrive\\Programming\\flask_wikipedia-check\\app.py', reloading
2022-09-06 14:44:35,532 INFO werkzeug MainThread : * Restarting with stat
2022-09-06 14:44:37,747 WARNING werkzeug MainThread : * Debugger is active!
2022-09-06 14:44:37,750 INFO werkzeug MainThread : * Debugger PIN: 604-377-404
2022-09-06 14:45:19,437 INFO werkzeug MainThread : * Detected change in 'C:\\Users\\manko\\OneDrive\\Programming\\flask_wikipedia-check\\app.py', reloading
2022-09-06 14:45:19,604 INFO werkzeug MainThread : * Restarting with stat
2022-09-06 14:45:21,815 WARNING werkzeug MainThread : * Debugger is active!
2022-09-06 14:45:21,818 INFO werkzeug MainThread : * Debugger PIN: 604-377-404
2022-09-06 14:45:23,812 WARNING app Thread-2 (process_request_thread) : _______ "generate" page opened
2022-09-06 14:45:25,225 INFO werkzeug Thread-2 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 14:45:25] "GET /generate?input=Ukraine&text=Ukraine%20is HTTP/1.1" 200 -
2022-09-06 14:45:25,414 INFO werkzeug Thread-3 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 14:45:25] "[33mGET /favicon.ico HTTP/1.1[0m" 404 -
2022-09-06 15:07:14,403 WARNING app Thread-5 (process_request_thread) : _______ "generate" page opened
2022-09-06 15:07:14,416 INFO werkzeug Thread-5 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 15:07:14] "GET /generate?input=Ukraine&text=Ukraine%20(Ukrainian:%20\u0423\u043a\u0440\u0430\u0457\u043d\u0430,%20romanized:%20Ukraïna,%20pronounced%20[\u028akr\u0250\u02c8jin\u0250]%20(listen))%20is%20a%20country%20in%20Eastern%20Europe.%20It%20is%20the%20second-largest%20European%20country%20after%20Russia,%20which%20it%20borders%20to%20the%20east%20and%20northeast.[a][11]%20Pre-war%20Ukraine%20covered%20approximately%20600,000%20square%20kilometres%20(230,000%20sq%20mi),[b]%20and%20was%20the%20eighth-most%20populous%20country%20in%20Europe,%20with%20a%20population%20of%20around%2041%20million%20people.[c][6]%20It%20is%20also%20bordered%20by%20Belarus%20to%20the%20north;%20by%20Poland,%20Slovakia,%20and%20Hungary%20to%20the%20west;%20and%20by%20Romania%20and%20Moldova[d]%20to%20the%20southwest;%20with%20a%20coastline%20along%20the%20Black%20Sea%20and%20the%20Sea%20of%20Azov%20to%20the%20south%20and%20southeast.[e]%20Kyiv%20is%20the%20nation's%20capital%20and%20largest%20city.%20The%20country's%20national%20language%20is%20Ukrainian,%20and%20most%20people%20are%20also%20fluent%20in%20Russian.[14]%20During%20the%20Middle%20Ages,%20the%20area%20was%20a%20key%20centre%20of%20East%20Slavic%20culture%20under%20the%20state%20of%20Kievan%20Rus',%20which%20emerged%20in%20the%209th%20century%20and%20was%20ultimately%20destroyed%20by%20the%20Mongol%20invasions%20of%20the%2013th%20century.%20After%20the%20Kingdom%20of%20GaliciaVolhynia%20emerged%20the%20area%20was%20contested,%20divided,%20and%20ruled%20by%20a%20variety%20of%20external%20powers%20for%20the%20next%20600%20years;%20including%20the%20PolishLithuanian%20Commonwealth,%20the%20Austrian%20Empire,%20the%20Ottoman%20Empire,%20and%20the%20Tsardom%20of%20Russia.%20The%20Cossack%20Hetmanate%20emerged%20in%20central%20Ukraine%20in%20the%2017th%20century,%20but%20was%20partitioned%20between%20Russia%20and%20Poland,%20and%20ultimately%20absorbed%20by%20the%20Russian%20Empire.%20After%20the%20Russian%20Revolution%20a%20Ukrainian%20national%20movement%20re-emerged,%20and%20formed%20the%20Ukrainian%20People's%20Republic%20in%201917.%20This%20short-lived%20state%20was%20forcibly%20reconstituted%20by%20the%20Bolsheviks%20into%20the%20Ukrainian%20Soviet%20Socialist%20Republic,%20which%20became%20a%20founding%20member%20of%20the%20Soviet%20Union%20in%201922.%20In%20the%201930s%20millions%20of%20Ukrainians%20were%20killed%20by%20the%20Holodomor,%20a%20Stalin-era%20man-made%20famine.%20Following%20the%20collapse%20of%20the%20Soviet%20Union%20in%201991,%20Ukraine%20regained%20independence%20and%20declared%20itself%20neutral,[15]%20forming%20a%20limited%20military%20partnership%20with%20the%20post-Soviet%20Commonwealth%20of%20Independent%20States,%20while%20also%20joining%20the%20Partnership%20for%20Peace%20with%20NATO%20in%201994.%20In%202013%20a%20series%20of%20mass%20demonstrations,%20known%20as%20the%20Euromaidan,%20erupted%20across%20Ukraine,%20eventually%20escalating%20into%20the%20Revolution%20of%20Dignity%20in%202014,%20which%20led%20to%20the%20establishment%20of%20a%20new%20government%20and%20pro-Russian%20unrest.%20During%20this%20period,%20unmarked%20Russian%20troops%20invaded%20the%20Crimean%20Peninsula,%20which%20was%20later%20annexed%20by%20Russia;%20and%20pro-Russia%20unrest%20in%20Ukraine's%20Donbas%20culminated%20in%20Russia-backed%20separatists%20seizing%20territory%20throughout%20the%20region,%20sparking%20the%20War%20in%20Donbas.%20This%20series%20of%20events%20marked%20the%20beginning%20of%20the%20ongoing%20Russo-Ukrainian%20War,%20and%20in%20a%20major%20escalation%20of%20the%20conflict%20in%20February%202022,%20Russia%20launched%20a%20full-scale%20invasion%20of%20Ukraine.%20Since%20the%20outbreak%20of%20war%20with%20Russia%20in%202014,%20Ukraine%20has%20continued%20to%20seek%20closer%20economic,%20political,%20and%20military%20ties%20with%20the%20Western%20world,%20including%20with%20the%20United%20States,%20European%20Union,%20and%20NATO.[16]%20Ukraine%20is%20a%20unitary%20republic%20under%20a%20semi-presidential%20system%20and%20a%20developing%20country,%20ranking%2074th%20on%20the%20Human%20Development%20Index.%20Despite%20having%20a%20free-market%20economy,%20Ukraine%20is%20the%20poorest%20country%20in%20Europe%20by%20nominal%20GDP%20per%20capita.[17]%20However,%20due%20to%20its%20extensive%20fertile%20land,%20pre-war%20Ukraine%20was%20one%20of%20the%20largest%20grain%20exporters%20in%20the%20world.[18][19]%20It%20is%20a%20founding%20member%20of%20the%20United%20Nations,%20as%20well%20as%20a%20member%20of%20the%20Council%20of%20Europe,%20the%20World%20Trade%20Organization,%20the%20OSCE,%20and%20is%20currently%20in%20the%20process%20of%20joining%20the%20European%20Union. HTTP/1.1" 200 -
2022-09-06 15:17:19,686 WARNING app Thread-8 (process_request_thread) : _______ "generate" page opened
2022-09-06 15:17:19,704 INFO werkzeug Thread-8 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 15:17:19] "GET /generate?input=Ukraine&text=Ukraine%20is%20sdadasdf HTTP/1.1" 200 -
2022-09-06 15:17:28,831 WARNING app Thread-9 (process_request_thread) : _______ "generate" page opened
2022-09-06 15:17:28,846 INFO werkzeug Thread-9 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 15:17:28] "GET /generate?input=Ukraine&text=Ukraine%20is HTTP/1.1" 200 -
2022-09-06 15:18:02,988 INFO werkzeug MainThread : * Detected change in 'C:\\Users\\manko\\OneDrive\\Programming\\flask_wikipedia-check\\app.py', reloading
2022-09-06 15:18:03,595 INFO werkzeug MainThread : * Restarting with stat
2022-09-06 15:18:09,693 WARNING werkzeug MainThread : * Debugger is active!
2022-09-06 15:18:09,697 INFO werkzeug MainThread : * Debugger PIN: 604-377-404
2022-09-06 15:18:10,712 WARNING app Thread-2 (process_request_thread) : _______ "generate" page opened
2022-09-06 15:18:12,015 INFO werkzeug Thread-2 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 15:18:12] "POST /generate?input=Ukraine&text=Ukraine%20is HTTP/1.1" 200 -
2022-09-06 15:18:18,990 WARNING app Thread-3 (process_request_thread) : _______ "generate" page opened
2022-09-06 15:18:20,400 INFO werkzeug Thread-3 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 15:18:20] "[35m[1mPOST /generate HTTP/1.1[0m" 500 -
2022-09-06 15:19:01,772 WARNING app Thread-4 (process_request_thread) : _______ "generate" page opened
2022-09-06 15:19:02,734 INFO werkzeug Thread-4 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 15:19:02] "[35m[1mPOST /generate HTTP/1.1[0m" 500 -
2022-09-06 15:19:38,335 WARNING app Thread-5 (process_request_thread) : _______ "generate" page opened
2022-09-06 15:19:38,347 INFO werkzeug Thread-5 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 15:19:38] "POST /generate HTTP/1.1" 200 -
2022-09-06 15:19:53,952 WARNING app Thread-6 (process_request_thread) : _______ "generate" page opened
2022-09-06 15:19:53,963 INFO werkzeug Thread-6 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 15:19:53] "POST /generate HTTP/1.1" 200 -
2022-09-06 15:20:01,858 WARNING app Thread-7 (process_request_thread) : _______ "generate" page opened
2022-09-06 15:20:01,870 INFO werkzeug Thread-7 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 15:20:01] "POST /generate HTTP/1.1" 200 -
2022-09-06 15:23:02,195 INFO werkzeug MainThread : * Detected change in 'C:\\Users\\manko\\OneDrive\\Programming\\flask_wikipedia-check\\app.py', reloading
2022-09-06 15:23:02,633 INFO werkzeug MainThread : * Restarting with stat
2022-09-06 15:23:08,785 WARNING werkzeug MainThread : * Debugger is active!
2022-09-06 15:23:08,789 INFO werkzeug MainThread : * Debugger PIN: 604-377-404
2022-09-06 15:23:45,288 INFO werkzeug MainThread : * Detected change in 'C:\\Users\\manko\\OneDrive\\Programming\\flask_wikipedia-check\\app.py', reloading
2022-09-06 15:23:45,480 INFO werkzeug MainThread : * Restarting with stat
2022-09-06 15:25:11,496 INFO werkzeug MainThread : * Restarting with stat
2022-09-06 15:25:14,452 WARNING werkzeug MainThread : * Debugger is active!
2022-09-06 15:25:14,454 INFO werkzeug MainThread : * Debugger PIN: 604-377-404
2022-09-06 15:25:15,037 WARNING app Thread-2 (process_request_thread) : _______ "generate" page opened
2022-09-06 15:25:16,298 INFO werkzeug Thread-2 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 15:25:16] "GET /generate?input=Ukraine&text=Ukraine%20(Ukrainian:%20\u0423\u043a\u0440\u0430\u0457\u043d\u0430,%20romanized:%20Ukraïna,%20pronounced%20[\u028akr\u0250\u02c8jin\u0250]%20(listen))%20is%20a%20country%20in%20Eastern%20Europe.%20It%20is%20the%20second-largest%20European%20country%20after%20Russia,%20which%20it%20borders%20to%20the%20east%20and%20northeast.[a][11]%20Pre-war%20Ukraine%20covered%20approximately%20600,000%20square%20kilometres%20(230,000%20sq%20mi),[b]%20and%20was%20the%20eighth-most%20populous%20country%20in%20Europe,%20with%20a%20population%20of%20around%2041%20million%20people.[c][6]%20It%20is%20also%20bordered%20by%20Belarus%20to%20the%20north;%20by%20Poland,%20Slovakia,%20and%20Hungary%20to%20the%20west;%20and%20by%20Romania%20and%20Moldova[d]%20to%20the%20southwest;%20with%20a%20coastline%20along%20the%20Black%20Sea%20and%20the%20Sea%20of%20Azov%20to%20the%20south%20and%20southeast.[e]%20Kyiv%20is%20the%20nation's%20capital%20and%20largest%20city.%20The%20country's%20national%20language%20is%20Ukrainian,%20and%20most%20people%20are%20also%20fluent%20in%20Russian.[14]%20During%20the%20Middle%20Ages,%20the%20area%20was%20a%20key%20centre%20of%20East%20Slavic%20culture%20under%20the%20state%20of%20Kievan%20Rus',%20which%20emerged%20in%20the%209th%20century%20and%20was%20ultimately%20destroyed%20by%20the%20Mongol%20invasions%20of%20the%2013th%20century.%20After%20the%20Kingdom%20of%20GaliciaVolhynia%20emerged%20the%20area%20was%20contested,%20divided,%20and%20ruled%20by%20a%20variety%20of%20external%20powers%20for%20the%20next%20600%20years;%20including%20the%20PolishLithuanian%20Commonwealth,%20the%20Austrian%20Empire,%20the%20Ottoman%20Empire,%20and%20the%20Tsardom%20of%20Russia.%20The%20Cossack%20Hetmanate%20emerged%20in%20central%20Ukraine%20in%20the%2017th%20century,%20but%20was%20partitioned%20between%20Russia%20and%20Poland,%20and%20ultimately%20absorbed%20by%20the%20Russian%20Empire.%20After%20the%20Russian%20Revolution%20a%20Ukrainian%20national%20movement%20re-emerged,%20and%20formed%20the%20Ukrainian%20People's%20Republic%20in%201917.%20This%20short-lived%20state%20was%20forcibly%20reconstituted%20by%20the%20Bolsheviks%20into%20the%20Ukrainian%20Soviet%20Socialist%20Republic,%20which%20became%20a%20founding%20member%20of%20the%20Soviet%20Union%20in%201922.%20In%20the%201930s%20millions%20of%20Ukrainians%20were%20killed%20by%20the%20Holodomor,%20a%20Stalin-era%20man-made%20famine.%20Following%20the%20collapse%20of%20the%20Soviet%20Union%20in%201991,%20Ukraine%20regained%20independence%20and%20declared%20itself%20neutral,[15]%20forming%20a%20limited%20military%20partnership%20with%20the%20post-Soviet%20Commonwealth%20of%20Independent%20States,%20while%20also%20joining%20the%20Partnership%20for%20Peace%20with%20NATO%20in%201994.%20In%202013%20a%20series%20of%20mass%20demonstrations,%20known%20as%20the%20Euromaidan,%20erupted%20across%20Ukraine,%20eventually%20escalating%20into%20the%20Revolution%20of%20Dignity%20in%202014,%20which%20led%20to%20the%20establishment%20of%20a%20new%20government%20and%20pro-Russian%20unrest.%20During%20this%20period,%20unmarked%20Russian%20troops%20invaded%20the%20Crimean%20Peninsula,%20which%20was%20later%20annexed%20by%20Russia;%20and%20pro-Russia%20unrest%20in%20Ukraine's%20Donbas%20culminated%20in%20Russia-backed%20separatists%20seizing%20territory%20throughout%20the%20region,%20sparking%20the%20War%20in%20Donbas.%20This%20series%20of%20events%20marked%20the%20beginning%20of%20the%20ongoing%20Russo-Ukrainian%20War,%20and%20in%20a%20major%20escalation%20of%20the%20conflict%20in%20February%202022,%20Russia%20launched%20a%20full-scale%20invasion%20of%20Ukraine.%20Since%20the%20outbreak%20of%20war%20with%20Russia%20in%202014,%20Ukraine%20has%20continued%20to%20seek%20closer%20economic,%20political,%20and%20military%20ties%20with%20the%20Western%20world,%20including%20with%20the%20United%20States,%20European%20Union,%20and%20NATO.[16]%20Ukraine%20is%20a%20unitary%20republic%20under%20a%20semi-presidential%20system%20and%20a%20developing%20country,%20ranking%2074th%20on%20the%20Human%20Development%20Index.%20Despite%20having%20a%20free-market%20economy,%20Ukraine%20is%20the%20poorest%20country%20in%20Europe%20by%20nominal%20GDP%20per%20capita.[17]%20However,%20due%20to%20its%20extensive%20fertile%20land,%20pre-war%20Ukraine%20was%20one%20of%20the%20largest%20grain%20exporters%20in%20the%20world.[18][19]%20It%20is%20a%20founding%20member%20of%20the%20United%20Nations,%20as%20well%20as%20a%20member%20of%20the%20Council%20of%20Europe,%20the%20World%20Trade%20Organization,%20the%20OSCE,%20and%20is%20currently%20in%20the%20process%20of%20joining%20the%20European%20Union. HTTP/1.1" 200 -
2022-09-06 15:25:16,498 INFO werkzeug Thread-3 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 15:25:16] "[33mGET /favicon.ico HTTP/1.1[0m" 404 -
2022-09-06 15:26:55,120 WARNING app Thread-5 (process_request_thread) : _______ "generate" page opened
2022-09-06 15:26:55,151 INFO werkzeug Thread-5 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 15:26:55] "POST /generate HTTP/1.1" 200 -
2022-09-06 15:27:56,366 INFO werkzeug MainThread : * Detected change in 'C:\\Users\\manko\\OneDrive\\Programming\\flask_wikipedia-check\\app.py', reloading
2022-09-06 15:27:56,551 INFO werkzeug MainThread : * Restarting with stat
2022-09-06 15:28:01,942 WARNING werkzeug MainThread : * Debugger is active!
2022-09-06 15:28:01,945 INFO werkzeug MainThread : * Debugger PIN: 604-377-404
2022-09-06 15:28:02,645 WARNING app Thread-2 (process_request_thread) : _______ "generate" page opened
2022-09-06 15:28:03,998 INFO werkzeug Thread-2 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 15:28:03] "[35m[1mPOST /generate HTTP/1.1[0m" 500 -
2022-09-06 15:33:17,759 INFO werkzeug MainThread : * Detected change in 'C:\\Users\\manko\\OneDrive\\Programming\\flask_wikipedia-check\\app.py', reloading
2022-09-06 15:33:17,949 INFO werkzeug MainThread : * Restarting with stat
2022-09-06 15:33:24,752 WARNING werkzeug MainThread : * Debugger is active!
2022-09-06 15:33:24,755 INFO werkzeug MainThread : * Debugger PIN: 604-377-404
2022-09-06 15:33:25,506 WARNING app Thread-2 (process_request_thread) : _______ "generate" page opened
2022-09-06 15:33:26,884 INFO werkzeug Thread-2 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 15:33:26] "[35m[1mPOST /generate HTTP/1.1[0m" 500 -
2022-09-06 15:34:04,993 INFO werkzeug MainThread : * Detected change in 'C:\\Users\\manko\\OneDrive\\Programming\\flask_wikipedia-check\\app.py', reloading
2022-09-06 15:34:05,281 INFO werkzeug MainThread : * Restarting with stat
2022-09-06 15:34:08,193 WARNING werkzeug MainThread : * Debugger is active!
2022-09-06 15:34:08,195 INFO werkzeug MainThread : * Debugger PIN: 604-377-404
2022-09-06 15:34:08,810 WARNING app Thread-2 (process_request_thread) : _______ "generate" page opened
2022-09-06 15:34:10,128 INFO werkzeug Thread-2 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 15:34:10] "[35m[1mPOST /generate HTTP/1.1[0m" 500 -
2022-09-06 15:34:21,837 WARNING app Thread-3 (process_request_thread) : _______ "generate" page opened
2022-09-06 15:34:21,952 INFO werkzeug Thread-3 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 15:34:21] "[35m[1mPOST /generate HTTP/1.1[0m" 500 -
2022-09-06 15:34:22,146 INFO werkzeug MainThread : * Detected change in 'C:\\Users\\manko\\OneDrive\\Programming\\flask_wikipedia-check\\app.py', reloading
2022-09-06 15:34:22,388 INFO werkzeug MainThread : * Restarting with stat
2022-09-06 15:34:25,546 WARNING werkzeug MainThread : * Debugger is active!
2022-09-06 15:34:25,549 INFO werkzeug MainThread : * Debugger PIN: 604-377-404
2022-09-06 15:34:49,477 WARNING app Thread-2 (process_request_thread) : _______ "generate" page opened
2022-09-06 15:34:50,254 INFO werkzeug MainThread : * Detected change in 'C:\\Users\\manko\\OneDrive\\Programming\\flask_wikipedia-check\\app.py', reloading
2022-09-06 15:34:50,498 INFO werkzeug MainThread : * Restarting with stat
2022-09-06 15:34:53,366 WARNING werkzeug MainThread : * Debugger is active!
2022-09-06 15:34:53,368 INFO werkzeug MainThread : * Debugger PIN: 604-377-404
2022-09-06 15:34:57,020 WARNING app Thread-2 (process_request_thread) : _______ "generate" page opened
2022-09-06 15:34:58,255 INFO werkzeug Thread-2 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 15:34:58] "[35m[1mPOST /generate HTTP/1.1[0m" 500 -
2022-09-06 15:37:20,148 INFO werkzeug MainThread : * Detected change in 'C:\\Users\\manko\\OneDrive\\Programming\\flask_wikipedia-check\\app.py', reloading
2022-09-06 15:37:20,427 INFO werkzeug MainThread : * Restarting with stat
2022-09-06 15:37:26,052 WARNING werkzeug MainThread : * Debugger is active!
2022-09-06 15:37:26,055 INFO werkzeug MainThread : * Debugger PIN: 604-377-404
2022-09-06 15:37:26,742 WARNING app Thread-2 (process_request_thread) : _______ "generate" page opened
2022-09-06 15:37:28,042 INFO werkzeug Thread-2 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 15:37:28] "POST /generate HTTP/1.1" 200 -
2022-09-06 15:37:41,119 WARNING app Thread-3 (process_request_thread) : _______ "generate" page opened
2022-09-06 15:37:41,157 INFO werkzeug Thread-3 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 15:37:41] "POST /generate HTTP/1.1" 200 -
2022-09-06 15:37:41,356 INFO werkzeug MainThread : * Detected change in 'C:\\Users\\manko\\OneDrive\\Programming\\flask_wikipedia-check\\app.py', reloading
2022-09-06 15:37:41,541 INFO werkzeug MainThread : * Restarting with stat
2022-09-06 15:37:43,829 WARNING werkzeug MainThread : * Debugger is active!
2022-09-06 15:37:43,831 INFO werkzeug MainThread : * Debugger PIN: 604-377-404
2022-09-06 15:37:44,575 WARNING app Thread-2 (process_request_thread) : _______ "generate" page opened
2022-09-06 15:37:45,820 INFO werkzeug Thread-2 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 15:37:45] "POST /generate HTTP/1.1" 200 -
2022-09-06 15:40:34,609 INFO werkzeug MainThread : * Detected change in 'C:\\Users\\manko\\OneDrive\\Programming\\flask_wikipedia-check\\app.py', reloading
2022-09-06 15:40:34,890 INFO werkzeug MainThread : * Restarting with stat
2022-09-06 15:40:40,420 WARNING werkzeug MainThread : * Debugger is active!
2022-09-06 15:40:40,422 INFO werkzeug MainThread : * Debugger PIN: 604-377-404
2022-09-06 15:41:57,974 WARNING app Thread-2 (process_request_thread) : _______ "generate" page opened
2022-09-06 15:41:58,299 INFO werkzeug MainThread : * Detected change in 'C:\\Users\\manko\\OneDrive\\Programming\\flask_wikipedia-check\\app.py', reloading
2022-09-06 15:41:58,510 INFO werkzeug MainThread : * Restarting with stat
2022-09-06 15:42:01,351 WARNING werkzeug MainThread : * Debugger is active!
2022-09-06 15:42:01,353 INFO werkzeug MainThread : * Debugger PIN: 604-377-404
2022-09-06 15:42:01,988 WARNING app Thread-2 (process_request_thread) : _______ "generate" page opened
2022-09-06 15:42:03,269 INFO werkzeug Thread-2 (process_request_thread) : 127.0.0.1 - - [06/Sep/2022 15:42:03] "[35m[1mPOST /generate HTTP/1.1[0m" 500 -
2022-09-06 15:42:19,449 INFO werkzeug MainThread : * Detected change in 'C:\\Users\\manko\\OneDrive\\Programming\\flask_wikipedia-check\\app.py', reloading
2022-09-06 15:42:19,722 INFO werkzeug MainThread : * Restarting with stat