I use the AJAX Polling method, where the web page (client) makes a request to the server every 1 second. the method is to check the accs_hist table, whether there is a new record in that table. If there is then do a table reload. Actually it's not really realtime.
@@kode_erik when checking that new data has been added to the database Tables reload instantly without refreshing the screen? I still don't quite understand that part. I tried to have Add a random value to the database every 10 seconds and set it to reload the table every 10 seconds as well. But there is no reload of the table until you have to press refresh the page for new data to be displayed. Do you have any advice for me?
You must install : - LAMP (Linux, Apache, MySQL) - opencv-python, opencv-contrib-python, Flask, and MySQL Connector via pip - copy paste Project folder (FlaskOpencv_FaceRecognition) - Run the app.py
Sorry just read your comment. is the webcam still not showing on web page after pc restart? if you have and still can't display, can you tell me the error message in the console window
Mas maaf, izin tanya, saya sudah ikuti stepnya, tapi ketika ingin debug muncul Error ini di Console >> FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\zamzami\\PycharmProjects\\FlaskOpencv_FaceRecognition\\main.py'. kenapa ya kira-kira?
@@kode_erik Sekarang sudah bisa di debug mas, tapi ketika masuk ke page 'Face Recognition' dan saat 'Face Training' webcam nya tidak muncul, dan ketika di klik ada error >"cv2 has no attribute face" itu kenapa ya?
Apakah banyaknya dataset yang di ambil mempengaruhi akurasi kesamaan wajahnya? Misal dengan 100 dataset per personil apakah lebih akurat daripada 20 dataset per personil?
Hi, i follow your codes and try to do it, but the problem is when i scan my face before it is ok ,but if other person come to scan ,it's display my name ,although name is already displayed, even if it is another person, please help me(Face Recognition Using Flask, OpenCV, MySQL and AJAX)
@@kode_erik Which part must be adjusted? how much to adjust -> features = classifier.detectMultiScale(gray_image, scaleFactor=1.3, minNeighbors=5) or coords = draw_boundary(img, faceCascade, 1.1, 10, (255, 255, 0), "Face", clf)
hello, i keep getting this error: cv2.error: OpenCV(4.7.0) D:\a\opencv-python\opencv-python\opencv_contrib\modules\face\src\lbph_faces.cpp:362: error: (-210:Unsupported format or combination of formats) Empty training data was given. You'll need more than one sample to learn a model. in function 'cv::face::LBPH::train' and the dataset is never generated PLEASE HELP!!!!
@@atitsy7847 Sorry I just saw your question comment. I see your project folder is not like in my tutorial. where I installed pycharm on drive C and the project folder will be created according to the default installation. Actually I also just saw an error like that. What if you try to install pycharm and make the project exactly like in the tutorial I made at triyonos.com
@HadjBettaher, to start trying whether or not the camera works, please try the face detection tutorial first. if it still doesn't work, can you send the error message
@@kode_erik FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:/Users/Erik/PycharmProjects/FlaskOpencv_FaceRecognition/dataset'
mas mau nanya ketika tambah personil sistem akan mengambil gambar personil yang nantinya digunakan untuk training. seandainya saya ingin mengambil hanya sekitar 10 - 20 data per orang itu saya setingnya dimana ya mas ? dan untuk satu file gambar rata-rata berapa kb mas ? terima kasih
Apakah banyaknya dataset yang di ambil mempengaruhi akurasi kesamaan wajahnya? Misal dengan 100 dataset per personil apakah lebih akurat daripada 20 dataset per personil?
helpe me : bagaimana mengatasi kesalahan ini: cv2.error: OpenCV(4.7.0) D:\a\opencv-python\opencv-python\opencv_contrib\modules\face\src\lbph_faces.cpp:362: error: (-210: format atau kombinasi format yang tidak didukung) Data pelatihan kosong diberikan. Anda akan membutuhkan lebih dari satu sampel untuk mempelajari suatu pola. dalam fungsi 'cv::face::LBPH::train'😭😭😭😭
to simplify the problem, try installing pycharm and the necessary packages as in the tutorial. maybe later the error will not occur. After that, install the application in the work folder that you want to apply
Untuk metode2 itu saya ga mendalaminya mas, saya biasanya pakai library atau package yg sudah ada kemudian saya implementasikan ke aplikasi. Mungkin nanti akan saya pelajari konsep metode tsb
you have to download faceRecognition_files.zip and follow the instructions from this webpage: triyonos.com/pycharm-flask-opencv-face-recognition-registration-using-database-mysql
@@kode_erik i cant drag and drop the files on step 3. Is still okay to move the folder manually to the \PycharmProjects\FlaskOpencv_FaceRecognition destination?
@@kode_erik i resolve the problem now. the next problem now is the camera on the facial recognition wont show on the website and the error showed (AttributeError: module 'cv2' has no attribute 'face')
@rajibghost4849, thank you for the opportunity you offer. I'm very busy in the next few months, I'm afraid I can't finish the application project that you want
link download file zip nya ada di triyonos.com/pycharm-flask-opencv-face-recognition-registration-menggunakan-database-mysql cari aja di halaman webnya faceRecognition_files.zip
[ERROR:0@14.417] global D:\a\opencv-python\opencv-python\opencv\modules\core\src\persistence.cpp (505) cv::FileStorage::Impl::open Can't open file: '/resources/haarcascade_frontalface_default.xml' in read mode Lampu webcam nyala tapi tidak tampil di layout
Hi! you are great and your project surprised me. But i have some problem: File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 2213, in __call__ return self.wsgi_app(environ, start_response) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 2193, in wsgi_app response = self.handle_exception(e) ^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 2190, in wsgi_app response = self.full_dispatch_request() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 1486, in full_dispatch_request rv = self.handle_user_exception(e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 1484, in full_dispatch_request rv = self.dispatch_request() ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 1469, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "c:\Users\20119\Desktop\DA1\FlaskOpencv_FaceRecognition\venv\app.py", line 199, in home return render_template('index.html', data=data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\templating.py", line 150, in render_template template = app.jinja_env.get_or_select_template(template_name_or_list) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\jinja2\environment.py", line 1081, in get_or_select_template return self.get_template(template_name_or_list, parent, globals) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\jinja2\environment.py", line 1010, in get_template return self._load_template(name, globals) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\jinja2\environment.py", line 969, in _load_template template = self.loader.load(self, name, self.make_globals(globals)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\jinja2\loaders.py", line 126, in load source, filename, uptodate = self.get_source(environment, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\templating.py", line 64, in get_source return self._get_source_fast(environment, template) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\templating.py", line 98, in _get_source_fast raise TemplateNotFound(template) I tried to fix, but not succeed. Hope you can hepl me. Thank you very much
The camera frame does not appear on the page, knowing that I am using Python 3.8
i try use this program on raspberrypi 4 but the camera doesn't work on web
hey, i dont know but this is not working in my vs code i am trying my best to do it but fail
when i add new personal camera is working but when i take face recognition camera doesn't work
no veo el proyecto?
Hello, im having a issue when i click on face recognition button theres no camera appearing. Could you please help me out??
Bang kok face yang blum di training masih bisa ke scan ya 100% bukannya UNKNOWN, dan namnya muncul dengan nama orang lain.
How can I buy the complete system?
Hello, can you give me the Github code for it, I can't use it from your website
mas mau nanya lagi kalo personilnya itu kembar identik cara membedakan yang satu dengan sudaranya itu caranya giman ya mas ? terima kasih
Punya saya sudah bisa add personil, hanya setelah klik training error. Namun file image masuk ke dataset. Errornya path dataset tidak diketahui
Hallo, kak mau tanya kalo project ini dipindah ke raspberry pi, terus tampilannya pake GUI lcd monitor bisa ga ya?
how to run this code in vs code
Izin bertanya, jika text editornya memakai VS CODE bisa ga ya?
Mau tanya bang, kenapa yaa setiap aplikasi flask nya baru di run, saat klik Face Recognition tidak bisa muncul kameranya, harus ke add personnel dulu?
What do you use, allowing the webpage to update in real-time?
I use the AJAX Polling method, where the web page (client) makes a request to the server every 1 second.
the method is to check the accs_hist table, whether there is a new record in that table. If there is then do a table reload.
Actually it's not really realtime.
@@kode_erik when checking that new data has been added to the database Tables reload instantly without refreshing the screen? I still don't quite understand that part. I tried to have Add a random value to the database every 10 seconds and set it to reload the table every 10 seconds as well. But there is no reload of the table until you have to press refresh the page for new data to be displayed. Do you have any advice for me?
hello, can i get the full source code thanks
Train file not found
Very good work sir, keep it up ✅
what camera did you used?
i used logitech webcam
can i get the full source code ?
Excuse me. How I apply it with raspberry pi 4
You must install :
- LAMP (Linux, Apache, MySQL)
- opencv-python, opencv-contrib-python, Flask, and MySQL Connector via pip
- copy paste Project folder (FlaskOpencv_FaceRecognition)
- Run the app.py
@@kode_erik Thank you very much
bang ini bisa dipakek menggunakan algoritma eigenface?
hello everyone, can you help me? I launch the server and I am made to understand that the model is not training I do not understand, please help me
Hello admin , my webcam frame not show on website , can you help me fix it ?
Sorry just read your comment. is the webcam still not showing on web page after pc restart? if you have and still can't display, can you tell me the error message in the console window
hello did you fix your problem about this?
Like banget massehh
siiiip
mas kalo training dan recognize wajah nya di buat api nya bisa ga ya, endpoint nya di kirim dari sisi mobile/postman gitu, 🙏
sepertinya sulit, karena harus ada engine python dari sisi device yang akan digunakan
Hi, friend
The link doesn't work, can you share another way?
sorry it was my vpn
thanks for the open source
You're welcome
how can i find url for vdo feed
after app.py is run via pycharm, the url link will be displayed in the console window
Table flask_db.prs_mstr doesnt exist
Mas maaf, izin tanya, saya sudah ikuti stepnya, tapi ketika ingin debug muncul Error ini di Console >> FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\zamzami\\PycharmProjects\\FlaskOpencv_FaceRecognition\\main.py'. kenapa ya kira-kira?
mungkin karena file projectnya main.py , bukan app.py
@@kode_erik oh iya mas benar 🙏🏻, sekarang sudah teratasi.
@@kode_erik Sekarang sudah bisa di debug mas, tapi ketika masuk ke page 'Face Recognition' dan saat 'Face Training' webcam nya tidak muncul, dan ketika di klik ada error >"cv2 has no attribute face" itu kenapa ya?
@@zamzamyst coba uninstal package opencv-contrib-python nya, terus instal ulang package tersebut. setalah itu, biar lebih yakin restart pc
Permisi, ada githubnya pak?
Terimakasih
Kok saya ads tulisan modul eror
Pak,mau tanya kenapa webcamnya ngak muncul ya,cuma lampunya saja yang nyala.Terima kasih.
mungkin harus direstart terlebih dahulu
@@kode_erik knapa harus restart setiap kali keluar dari halaman face recognition ya pa?
Mas klo di gabungkan dengan camera pluginnya cordova bisa tidak?
Wah saya kurang tau juga, saya belum pernah menggunakan plugin tsb. Emang kepentingannya apa sehingga harus pakai plugin cordova?
@@kode_erik saya lagi buat app mobile dengan cordova, lagi cari2 fitur detetct face yang bisa di gabungkan dengan cordova
@@fianprasetia535 mudah2an ketemu solusinya mas, saya blum banyak explore di mobile app
Comparte el proyecto por favor
Apakah banyaknya dataset yang di ambil mempengaruhi akurasi kesamaan wajahnya?
Misal dengan 100 dataset per personil apakah lebih akurat daripada 20 dataset per personil?
iya bisa mempengaruhi tingkat akurasi
SyntaxWarning: "is" with a literal. Did you mean "=="?
if faces is (): --> error saya seperti ini kenapa ya
Itu cuma syntaxWarning, bisa diabaikan. Kalau kamu liat di menit 3:00 , di jendela console tertera warning tersebut tetapi app masih bisa running.
Kok saya malah no modul name flask otu kenapa yaa plss
mas mau tanya kalau pake esp32 cam bisa?
belum pernah nyoba sih, kemungkinan sih bisa
Your project is great!
Glad you like it!
Hi, i follow your codes and try to do it, but the problem is when i scan my face before it is ok ,but if other person come to scan ,it's display my name ,although name is already displayed, even if it is another person, please help me(Face Recognition Using Flask, OpenCV, MySQL and AJAX)
hi too @byamunguclaude, this problem might be solved by adjusting the scaleFactor and minNeighbors parameters in the draw_boundary function
@@kode_erik Which part must be adjusted? how much to adjust -> features = classifier.detectMultiScale(gray_image, scaleFactor=1.3, minNeighbors=5) or coords = draw_boundary(img, faceCascade, 1.1, 10, (255, 255, 0), "Face", clf)
Were you able to solve it? What values did you set?
Does the camera being very old or low resolution affect it?
hello, i keep getting this error: cv2.error: OpenCV(4.7.0) D:\a\opencv-python\opencv-python\opencv_contrib\modules\face\src\lbph_faces.cpp:362: error: (-210:Unsupported format or combination of formats) Empty training data was given. You'll need more than one sample to learn a model. in function 'cv::face::LBPH::train' and the dataset is never generated PLEASE HELP!!!!
did you do the registration process and face training in the "Pycharm - Flask OpenCV Face Recognition Web with MySQL Database" tutorial?
@@kode_erik yess everything works well untill i press the training button
please answer me jazaka allahu khair , I really need your help, is there anything i can do to fix this error ? PLEASE
@@atitsy7847 Sorry I just saw your question comment.
I see your project folder is not like in my tutorial. where I installed pycharm on drive C and the project folder will be created according to the default installation.
Actually I also just saw an error like that. What if you try to install pycharm and make the project exactly like in the tutorial I made at triyonos.com
@@kode_erik it worked, thank you so much sir
Hello I need help on this video
How can I help
You missed the prs_mstr table create script.
the sql script for prs_mstr is in the tutorial
triyonos.com/pycharm-flask-opencv-face-recognition-registration-using-mysql-database
@@kode_erik link tidak bisa dibuka
hi The camera is not working
@HadjBettaher, to start trying whether or not the camera works, please try the face detection tutorial first.
if it still doesn't work, can you send the error message
@@kode_erik FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:/Users/Erik/PycharmProjects/FlaskOpencv_FaceRecognition/dataset'
@@HadjBettaher the destination folder must be changed, adjusted to the root folder of the pycharm installation on your computer
could you please help me in doing this
mas mau nanya ketika tambah personil sistem akan mengambil gambar personil yang nantinya digunakan untuk training. seandainya saya ingin mengambil hanya sekitar 10 - 20 data per orang itu saya setingnya dimana ya mas ? dan untuk satu file gambar rata-rata berapa kb mas ? terima kasih
Di app.py, function generate_dataset
img_id = lastid
max_imgid = img_id + 100
count_img = 0
100 diganti 20
1 file gambar rata2 10kb
@@kode_erik Terima kasih mas
Apakah banyaknya dataset yang di ambil mempengaruhi akurasi kesamaan wajahnya?
Misal dengan 100 dataset per personil apakah lebih akurat daripada 20 dataset per personil?
can you make tutorial that use CNN algorithm not LBPH algorithm?
Saya harus pelajari dulu
@@kode_erik 👍
helpe me : bagaimana mengatasi kesalahan ini: cv2.error: OpenCV(4.7.0) D:\a\opencv-python\opencv-python\opencv_contrib\modules\face\src\lbph_faces.cpp:362: error: (-210: format atau kombinasi format yang tidak didukung) Data pelatihan kosong diberikan. Anda akan membutuhkan lebih dari satu sampel untuk mempelajari suatu pola. dalam fungsi 'cv::face::LBPH::train'😭😭😭😭
to simplify the problem, try installing pycharm and the necessary packages as in the tutorial. maybe later the error will not occur. After that, install the application in the work folder that you want to apply
Kenapa yg saya lihat di tutorial tidak ada absensinya ya bang?
sudah add personil belum? untuk tambah data personil sekaligus train face recognition.
Sebelumnya terimakasih tutorial nya mas, saya mau tanya untuk projek face recognition ini pernah coba di deploy/hosting ga ya?
@muhammadramadhankurniawan3518, saya belum pernah deploy ke hosting
Ada loading bar nya ya bang
Iya, untuk validasi
@@kode_erik pakai metode mtcnn atau cnn dong bang
Untuk metode2 itu saya ga mendalaminya mas, saya biasanya pakai library atau package yg sudah ada kemudian saya implementasikan ke aplikasi. Mungkin nanti akan saya pelajari konsep metode tsb
@@miftahq1 itu metodenya pake haar cascade untuk face detectionnya dan LBPH untuk face recognitionnya
@@kode_erik \
Halo, bagaimana cara menambahkan persentase kesamaan, tolong bantu
Bang pakai pyton versi berapa ya.
Nanti klau beda versi takutnya ngak sama terimakasih jawabannya
Versi 3.10
hello i followed the process and still get an error jinja2.exceptions.TemplateNotFound: index.html. what should i do?
you have to download faceRecognition_files.zip and follow the instructions from this webpage:
triyonos.com/pycharm-flask-opencv-face-recognition-registration-using-database-mysql
@@kode_erik i cant drag and drop the files on step 3. Is still okay to move the folder manually to the \PycharmProjects\FlaskOpencv_FaceRecognition destination?
@@kmotv3563 its ok
still no progress. By the way the link that you put is un accessible.
@@kode_erik i resolve the problem now. the next problem now is the camera on the facial recognition wont show on the website and the error showed (AttributeError: module 'cv2' has no attribute 'face')
Loading barnya lama ya om
can i get your github
can you make a face recognition software for me? i will pay you
@rajibghost4849, thank you for the opportunity you offer. I'm very busy in the next few months, I'm afraid I can't finish the application project that you want
nanya kang, ini pake algoritma apa ya?
Pake algoritma haar cascade
Why do i need a pin?
udah saya subss, apa ada penjelasan tentang source code nya?
Cool 👍
Terima kasih
terima kasih bang
boleh share kode program lengkapnya kak
ada di description
link mati
Mungkin pada saat itu jaringan terputus, saya cek tidak ada masalah dgn link downloadnya
hi it's a good job ,can you help me i have the same project and i have a lot of problems?
please email the problems you are facing regarding this tutorial to erik@triyonos.com
hopefully i can help
Linknya gak bisa bang
link download file zip nya ada di
triyonos.com/pycharm-flask-opencv-face-recognition-registration-menggunakan-database-mysql
cari aja di halaman webnya faceRecognition_files.zip
@@kode_erik webnya gak bisa diakses
@@kode_erik oh bisa sudah gan, makasih ya
@@kode_erik facerecognition.zipnya disebelah mana ya kak?
halo mas
apakah bisa saya meminta source code nya?
saya nomor wa nya
Tutorial dari awal cara buat nya mas 🙏🏻
Tutorial Ada di description link ke website saya, triyonos.com
@@kode_erik webnya gabisa mas
Mantap mas project nya,
ada kontak yang bisa di hubungi?mungkin bisa bantu project saya
email saja dulu ke erik@triyonos.com
Hello friend, your project is excellent, how can I contact you for your help?
[ERROR:0@14.417] global D:\a\opencv-python\opencv-python\opencv\modules\core\src\persistence.cpp (505) cv::FileStorage::Impl::open Can't open file: '/resources/haarcascade_frontalface_default.xml' in read mode
Lampu webcam nyala tapi tidak tampil di layout
Hi! you are great and your project surprised me. But i have some problem:
File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 2213, in __call__
return self.wsgi_app(environ, start_response)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 2193, in wsgi_app
response = self.handle_exception(e)
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 2190, in wsgi_app
response = self.full_dispatch_request()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 1486, in full_dispatch_request
rv = self.handle_user_exception(e)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 1484, in full_dispatch_request
rv = self.dispatch_request()
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 1469, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\Users\20119\Desktop\DA1\FlaskOpencv_FaceRecognition\venv\app.py", line 199, in home
return render_template('index.html', data=data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\templating.py", line 150, in render_template
template = app.jinja_env.get_or_select_template(template_name_or_list)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\jinja2\environment.py", line 1081, in get_or_select_template
return self.get_template(template_name_or_list, parent, globals)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\jinja2\environment.py", line 1010, in get_template
return self._load_template(name, globals)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\jinja2\environment.py", line 969, in _load_template
template = self.loader.load(self, name, self.make_globals(globals))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\jinja2\loaders.py", line 126, in load
source, filename, uptodate = self.get_source(environment, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\templating.py", line 64, in get_source
return self._get_source_fast(environment, template)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\20119\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\templating.py", line 98, in _get_source_fast
raise TemplateNotFound(template)
I tried to fix, but not succeed. Hope you can hepl me. Thank you very much
Mas mau tanya , kenapa pas video frnya udh berjalan kira2 3 detikan tiba2 videonya ngecrash jadi gak gerak gitu . Terimakasih , mohon bantuannya