My Project

For N@TM, I wasn’t all too proud of my contributions to the game, and I wanted to show some projects I thought were interesting. So, I decided to show my webapp project.

The project connects a python script that uses the Selenium webdriver to traverse Synergy and fetch grades to a webapp via Tauri/Rust, using JS/HTML to build the GUI. The current Python script works by fetching grades and iterating through indexes until it accesses one out of bounds, in which case it knows there’s no more assignments to iterate over (VERY unsafe code, but oh well, I haven’t come up with a solution).

Around an hour before N@TM, I spent quite a while fixing some environmental variables (remember this) and moving the codebase onto my laptop from the desktop (learned a bit of network discovery stuff for this!). After I got it moved 30 minutes before, Python on my laptop wasn’t working. After around 20 minutes of troubleshooting, I FINALLY realized that Python runs with the alias py, not python or python3. WHY. Anyhow, it was too late to fix some other bugs that basically crippled functionality.

I arrived early at N@TM with a broken webapp, but was able to fix the issues after installing a missing dependency (for environmental variables, but python decided not to tell me this was the problem; instead, it gave me a massive stack message error). With that fixed, I realized I didn’t have the Rust toolchain installed on my host for my laptop, only WSL. Unforunately, it was too late to install the complete Cargo toolchains + few 100 packages required to build the project. This wouldn’t have mattered anyway, since the webapp, upon submitting credentials, would freeze for 1-2 minutes and return unparsed data (the data parser module was WIP).

For the actual presentation, I just showed the Rust/JS/HTML code that builds the frontend, but didn’t actually run it, and for the demo, I just ran the python code (which actually shows enough if you can read terminal outputs).

Other Projects

I happened to see the barcode scanner project, and I actually inquired about the Raspberry PI they used. I happened to assume they used MicroPython, and it appeared to be a pretty cool applicatin of embedded systems.

However, what really captivated my interest was the crypto/stock simulators. I’m not as so much interested in the simulators than I am the actual content. I’m somewhat inspired now to actually try writing my own blockchain and infrastructure to handle proof of work transactions, exchanges, etc. in Rust…

Feedback & My Commentary

very cool but not very uh undertabek

Very cool, but not very, uh, understandable.

Yes, it was pretty cool (totally not biased). The “not understandble” part comes from my explanation to a non tech savvy person, and admittedly, I’m not able to explain these topics very well simply. I tried pretty hard, but oh well. Naturally, it’s much harder to explain when the output comes as a giant block of text in the terminal (no GUI!).

didnt work the guy spoke very interestingly. couldve been more efficient

Didn’t work; the guy spoke very interestingly.

It actually did work, it just didn’t work towards the beginning. Glad to hear my speaking was interesting this time around, but I guess it sort of depends on the person.

really interesting application of school life into the project, great effort!!!

Really interesting application of school life in the project. Great effort!

Cool.

Get a portal running. 2 minutes is too slow. Creative idea though, you thought outside of the box

This was probably the feedback closest to what I was explaining and working on. A portal here would refer to some sort of GUI to enter credentials somewhat securely and view all the data in a visual format. Also, the 2 minutes part is partially because I told them it took around 2 minutes to load. The Tauri app takes a really long time to send and fetch all the data by running the Python task. Connecting the Rust code with JS/HTML one way and Python the other way without correctly multithreading and running Python in the background freezes the applicatin. I tried writing some multithreading code, but the problem still remains. This is definitely something to look at. As for the latter part of the comment, thanks!

Awesome stuff, too advanced for my brain lol, but I love the effort and progress you made!

Thanks for the compliment.

PS C:\synergy> .\venv\Scripts\activate
(venv) PS C:\synergy> py .\fetch.py

DevTools listening on ws://127.0.0.1:58825/devtools/browser/ab260cdd-5b9e-49dd-b72d-11eae04ab4cb
7496
Trying to open the browser
Attempting to enter login page
Success! Entering login page
Attempting to enter username and password
Success! Entering username and password
Attempting to enter grades page
Success! Entering grades page
Fetching grades...
Attempting to enter class page 1
Created TensorFlow Lite XNNPACK delegate for CPU.
Attempting to use a delegate that only supports static-sized tensors with a graph that has dynamic-sized tensors (tensor#-1 is a dynamic-sized tensor).
Fetching categories for 1: AP CALCULUS AB (2)
Added category Homework and Classwork with percentage 10.00%
Fetching categories for 1: AP CALCULUS AB (2)
Added category quizzes/tests/projects with percentage 90.00%
Fetching categories for 1: AP CALCULUS AB (2)
Fetching categories for 1: AP CALCULUS AB (2)
Message: no such element: Unable to locate element: {"method":"css selector","selector":".dxc-arg-elements > text:nth-child(4)"}
  (Session info: chrome=133.0.6943.142); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Stacktrace:
        GetHandleVerifier [0x00007FF6E67EC6A5+28789]
        (No symbol) [0x00007FF6E6755B20]
        (No symbol) [0x00007FF6E65E8F9A]
        (No symbol) [0x00007FF6E663F346]
        (No symbol) [0x00007FF6E663F57C]
        (No symbol) [0x00007FF6E6692B17]
        (No symbol) [0x00007FF6E666736F]
        (No symbol) [0x00007FF6E668F7E3]
        (No symbol) [0x00007FF6E6667103]
        (No symbol) [0x00007FF6E662FFC0]
        (No symbol) [0x00007FF6E6631273]
        GetHandleVerifier [0x00007FF6E6B31AED+3458237]
        GetHandleVerifier [0x00007FF6E6B4829C+3550316]
        GetHandleVerifier [0x00007FF6E6B3DB9D+3507565]
        GetHandleVerifier [0x00007FF6E68B2C6A+841274]
        (No symbol) [0x00007FF6E67609EF]
        (No symbol) [0x00007FF6E675CB34]
        (No symbol) [0x00007FF6E675CCD6]
        (No symbol) [0x00007FF6E674C119]
        BaseThreadInitThunk [0x00007FFA4C98E8D7+23]
        RtlUserThreadStart [0x00007FFA4DA7BF2C+44]

Index: 51
Added assignment E6 exploring particle motion ws and graph ws with category Homework and Classwork and points 4.00/4.0000
Added assignment E5 hw ws & graphing ws with category Homework and Classwork and points 4.00/4.0000
Added assignment E4 hw with category Homework and Classwork and points 4.00/4.0000
Added assignment E3 hw with category Homework and Classwork and points 4.00/4.0000
Added assignment E2 ws with category Homework and Classwork and points 4.00/4.0000
Added assignment E1 ws with category Homework and Classwork and points 4.00/4.0000
Added assignment Quiz #1 with category quizzes/tests/projects and points 23.36/25.0000
Added assignment E8 with category Homework and Classwork and points 4.00/4.0000
Added assignment E7 with category Homework and Classwork and points 4.00/4.0000
Added assignment Test #1 with category quizzes/tests/projects and points 98.57/100.0000
Added assignment E9 hw with category Homework and Classwork and points 4.00/4.0000
Added assignment E11 hw with category Homework and Classwork and points 4.00/4.0000
Added assignment E10 hw with category Homework and Classwork and points 4.00/4.0000
Added assignment signed syllabus tri 2 with category Homework and Classwork and points 4.00/4.0000
Added assignment quiz #1 corrections with category Homework and Classwork and points 4.00/4.0000
Added assignment F3 p.363 #1-6,9,11-13,16 old ws p.350 #8 with category Homework and Classwork and points 4.00/4.0000
Added assignment F2 p.350 #49,50,52 finish MVT #1-7packet with category Homework and Classwork and points 4.00/4.0000
Added assignment F1 p.350 #15a,20,22,43 old book ws & p.374 #19,20,23-25 with category Homework and Classwork and points 4.00/4.0000
Added assignment F6 area under curve 1/2 ws #1-4 a-c with category Homework and Classwork and points 4.00/4.0000
Added assignment F5 Opt #4-7, fun ws #1,2,3,7 with category Homework and Classwork and points 4.00/4.0000
Added assignment F4 Optimization ws #-3, p.374-5 #13,30,42 with category Homework and Classwork and points 4.00/4.0000
Added assignment Quiz #2 with category quizzes/tests/projects and points 24.29/25.0000
Added assignment F7 hw with category Homework and Classwork and points 4.00/4.0000
Added assignment F8 hw with category Homework and Classwork and points 4.00/4.0000
Added assignment Test #2 combined with category quizzes/tests/projects and points 191.43/200.0000
Added assignment Test #1 corrections with category Homework and Classwork and points 4.00/4.0000
Added assignment F10 with category Homework and Classwork and points 4.00/4.0000
Added assignment 6 week work habits grade with category Homework and Classwork and points 4.00/4.0000
Added assignment 6 week conduct grade with category Homework and Classwork and points 0.00/0.0000
Added assignment G5 p.467 #12,31,34,35,41,48,50 p.468 61,63,67 p.471 #9 with category Homework and Classwork and points 4.00/4.0000
Added assignment G4 FTC part 1 ws #1-12 with category Homework and Classwork and points 4.00/4.0000
Added assignment G3 old book p.392 #1,5,7,11,15,18,32,36,49-51 p.426 ##49-52 with category Homework and Classwork and points 4.00/4.0000
Added assignment G2 p.467 #5-9,11,13,14,19,22,25,27 with category Homework and Classwork and points 4.00/4.0000
Added assignment G1 p.442 #11,12,14,15,19,24-28,30-32,34,36,39 with category Homework and Classwork and points 4.00/4.0000
Added assignment F12 Calc Integral review ws #1-33odd with category Homework and Classwork and points 4.00/4.0000
Added assignment F11 Old book ws p.414 #9,11-16 p.363 #8,14 with category Homework and Classwork and points 4.00/4.0000
Added assignment Test #2 corrections with category Homework and Classwork and points 4.00/4.0000
Added assignment F9 half year review circuit with category Homework and Classwork and points 10.00/10.0000
Added assignment Quiz #3 with category quizzes/tests/projects and points 21.67/25.0000
Added assignment G9 Old textbook #7-9,11,13,15 & new p.494 #6,7 with category Homework and Classwork and points 4.00/4.0000
Added assignment G8 Riemann rectangles and trapezoid circuit with category Homework and Classwork and points 4.00/4.0000
Added assignment G7 Riemann limit Circuit with category Homework and Classwork and points 4.00/4.0000
Added assignment G6 p.468 #60,62,64,70,74 p.472 #64,47 with category Homework and Classwork and points 4.00/4.0000
Added assignment G10-11 review ws with category Homework and Classwork and points 4.00/4.0000
Added assignment Test #3 with category quizzes/tests/projects and points 284.29/300.0000
Added assignment H1 p.515 #2,14,23,28,34 and take notes on area with category Homework and Classwork and points 4.00/4.0000
Error fetching assignment details: Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[4]/div[2]/div/div[2]/form/div[4]/div[2]/div[3]/div[3]/div/div/div/div/div[6]/div/div/div[1]/div/table/tbody/tr[0]/td[8]"}
  (Session info: chrome=133.0.6943.142); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Stacktrace:
        GetHandleVerifier [0x00007FF6E67EC6A5+28789]
        (No symbol) [0x00007FF6E6755B20]
        (No symbol) [0x00007FF6E65E8F9A]
        (No symbol) [0x00007FF6E663F346]
        (No symbol) [0x00007FF6E663F57C]
        (No symbol) [0x00007FF6E6692B17]
        (No symbol) [0x00007FF6E666736F]
        (No symbol) [0x00007FF6E668F7E3]
        (No symbol) [0x00007FF6E6667103]
        (No symbol) [0x00007FF6E662FFC0]
        (No symbol) [0x00007FF6E6631273]
        GetHandleVerifier [0x00007FF6E6B31AED+3458237]
        GetHandleVerifier [0x00007FF6E6B4829C+3550316]
        GetHandleVerifier [0x00007FF6E6B3DB9D+3507565]
        GetHandleVerifier [0x00007FF6E68B2C6A+841274]
        (No symbol) [0x00007FF6E67609EF]
        (No symbol) [0x00007FF6E675CB34]
        (No symbol) [0x00007FF6E675CCD6]
        (No symbol) [0x00007FF6E674C119]
        BaseThreadInitThunk [0x00007FFA4C98E8D7+23]
        RtlUserThreadStart [0x00007FFA4DA7BF2C+44]

Attempting to enter class page 4
Fetching categories for 2: HON HS ENGLISH 2
Added category HHSE Formative: Reading, Writing,Classwork with percentage 25.00%
Fetching categories for 2: HON HS ENGLISH 2
Added category HHSE Summative Assessment: Writing& Presentation with percentage 75.00%
Fetching categories for 2: HON HS ENGLISH 2
Fetching categories for 2: HON HS ENGLISH 2
Message: no such element: Unable to locate element: {"method":"css selector","selector":".dxc-arg-elements > text:nth-child(4)"}
  (Session info: chrome=133.0.6943.142); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Stacktrace:
        GetHandleVerifier [0x00007FF6E67EC6A5+28789]
        (No symbol) [0x00007FF6E6755B20]
        (No symbol) [0x00007FF6E65E8F9A]
        (No symbol) [0x00007FF6E663F346]
        (No symbol) [0x00007FF6E663F57C]
        (No symbol) [0x00007FF6E6692B17]
        (No symbol) [0x00007FF6E666736F]
        (No symbol) [0x00007FF6E668F7E3]
        (No symbol) [0x00007FF6E6667103]
        (No symbol) [0x00007FF6E662FFC0]
        (No symbol) [0x00007FF6E6631273]
        GetHandleVerifier [0x00007FF6E6B31AED+3458237]
        GetHandleVerifier [0x00007FF6E6B4829C+3550316]
        GetHandleVerifier [0x00007FF6E6B3DB9D+3507565]
        GetHandleVerifier [0x00007FF6E68B2C6A+841274]
        (No symbol) [0x00007FF6E67609EF]
        (No symbol) [0x00007FF6E675CB34]
        (No symbol) [0x00007FF6E675CCD6]
        (No symbol) [0x00007FF6E674C119]
        BaseThreadInitThunk [0x00007FFA4C98E8D7+23]
        RtlUserThreadStart [0x00007FFA4DA7BF2C+44]

Index: 13
Added assignment IR Notetaker #1: Beginning with category HHSE Formative: Reading, Writing, Classwork and points 10.00/10.0000
Added assignment Notebook: M.Yousafzai Memoir with category HHSE Formative: Reading, Writing, Classwork and points 64.00/64.0000
Added assignment IR Notetaler #2 with category HHSE Formative: Reading, Writing, Classwork and points 15.00/15.0000
Added assignment Memoir Analysis Paragraph: Yousafzai with category HHSE Summative Assessment: Writing & Presentation and points 17.50/20.0000
Added assignment IR Notetaker #3: 2 Techniques with category HHSE Formative: Reading, Writing, Classwork and points 20.00/20.0000
Added assignment Memoir Analysis Thesis: with category HHSE Summative Assessment: Writing & Presentation and points 5.00/5.0000
Added assignment Notebook: Noah Memoir with category HHSE Formative: Reading, Writing, Classwork and points 62.00/62.0000
Added assignment Peer Edit for Memoir Analysis Essay with category HHSE Formative: Reading, Writing, Classwork and points 10.00/10.0000
Added assignment Memoir Analysis Essay (T+Ps) with category HHSE Summative Assessment: Writing & Presentation and points 63.00/65.0000
Added assignment Memoir Interview for Research with category HHSE Formative: Reading, Writing, Classwork and points 15.00/15.0000
Added assignment Editor Review Sheet: Memoir Chapter with category HHSE Formative: Reading, Writing, Classwork and points 12.00/12.0000
Added assignment Memoir Writing Notebook with category HHSE Formative: Reading, Writing, Classwork and points 48.00/51.0000
Added assignment Memoir Chapter with category HHSE Summative Assessment: Writing & Presentation and points 61.00/65.0000
Error fetching assignment details: Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[4]/div[2]/div/div[2]/form/div[4]/div[2]/div[3]/div[3]/div/div/div/div/div[6]/div/div/div[1]/div/table/tbody/tr[0]/td[8]"}
  (Session info: chrome=133.0.6943.142); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Stacktrace:
        GetHandleVerifier [0x00007FF6E67EC6A5+28789]
        (No symbol) [0x00007FF6E6755B20]
        (No symbol) [0x00007FF6E65E8F9A]
        (No symbol) [0x00007FF6E663F346]
        (No symbol) [0x00007FF6E663F57C]
        (No symbol) [0x00007FF6E6692B17]
        (No symbol) [0x00007FF6E666736F]
        (No symbol) [0x00007FF6E668F7E3]
        (No symbol) [0x00007FF6E6667103]
        (No symbol) [0x00007FF6E662FFC0]
        (No symbol) [0x00007FF6E6631273]
        GetHandleVerifier [0x00007FF6E6B31AED+3458237]
        GetHandleVerifier [0x00007FF6E6B4829C+3550316]
        GetHandleVerifier [0x00007FF6E6B3DB9D+3507565]
        GetHandleVerifier [0x00007FF6E68B2C6A+841274]
        (No symbol) [0x00007FF6E67609EF]
        (No symbol) [0x00007FF6E675CB34]
        (No symbol) [0x00007FF6E675CCD6]
        (No symbol) [0x00007FF6E674C119]
        BaseThreadInitThunk [0x00007FFA4C98E8D7+23]
        RtlUserThreadStart [0x00007FFA4DA7BF2C+44]

Attempting to enter class page 7
Fetching categories for 3: AP BIOLOGY (4)
Added category FORMATIVE ASSESSMENTS with percentage 30.00%
Fetching categories for 3: AP BIOLOGY (4)
Added category SUMMATIVE ASSESSMENT with percentage 70.00%
Fetching categories for 3: AP BIOLOGY (4)
Fetching categories for 3: AP BIOLOGY (4)
Message: no such element: Unable to locate element: {"method":"css selector","selector":".dxc-arg-elements > text:nth-child(4)"}
  (Session info: chrome=133.0.6943.142); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Stacktrace:
        GetHandleVerifier [0x00007FF6E67EC6A5+28789]
        (No symbol) [0x00007FF6E6755B20]
        (No symbol) [0x00007FF6E65E8F9A]
        (No symbol) [0x00007FF6E663F346]
        (No symbol) [0x00007FF6E663F57C]
        (No symbol) [0x00007FF6E6692B17]
        (No symbol) [0x00007FF6E666736F]
        (No symbol) [0x00007FF6E668F7E3]
        (No symbol) [0x00007FF6E6667103]
        (No symbol) [0x00007FF6E662FFC0]
        (No symbol) [0x00007FF6E6631273]
        GetHandleVerifier [0x00007FF6E6B31AED+3458237]
        GetHandleVerifier [0x00007FF6E6B4829C+3550316]
        GetHandleVerifier [0x00007FF6E6B3DB9D+3507565]
        GetHandleVerifier [0x00007FF6E68B2C6A+841274]
        (No symbol) [0x00007FF6E67609EF]
        (No symbol) [0x00007FF6E675CB34]
        (No symbol) [0x00007FF6E675CCD6]
        (No symbol) [0x00007FF6E674C119]
        BaseThreadInitThunk [0x00007FFA4C98E8D7+23]
        RtlUserThreadStart [0x00007FFA4DA7BF2C+44]

Index: 23
Added assignment 2.3-2.5 MC Assessment with category SUMMATIVE ASSESSMENT and points 4.00/4.0000
Added assignment 2.3-2.5 FRQ Assessment with category SUMMATIVE ASSESSMENT and points 4.00/4.0000
Added assignment Organelle Speed Dating with category FORMATIVE ASSESSMENTS and points 4.00/4.0000
Added assignment 2.6-2.9 MC Assessment with category SUMMATIVE ASSESSMENT and points 4.00/4.0000
Added assignment 2.6-2.9 FRQ Assessment with category SUMMATIVE ASSESSMENT and points 4.00/4.0000
Added assignment Lab D CER Write up with category SUMMATIVE ASSESSMENT and points 3.88/4.0000
Added assignment Pineapple Jello problem CER with category FORMATIVE ASSESSMENTS and points 4.00/4.0000
Added assignment Identifying Unknown Cells with category FORMATIVE ASSESSMENTS and points 4.00/4.0000
Added assignment 2.1-2.2, 2.10-2.11 MC Assessment with category SUMMATIVE ASSESSMENT and points 4.00/4.0000
Added assignment 2.1-2.2, 2.10-2.11 FRQ Assessment with category SUMMATIVE ASSESSMENT and points 4.00/4.0000
Added assignment Enzyme Drawings with category FORMATIVE ASSESSMENTS and points 4.00/4.0000
Added assignment 3.1-3.4 MC Assessment with category SUMMATIVE ASSESSMENT and points 4.00/4.0000
Added assignment 3.1-3.4 FRQ Assessment with category SUMMATIVE ASSESSMENT and points 4.00/4.0000
Added assignment Unit 2 Group Portfolio with category FORMATIVE ASSESSMENTS and points 4.00/4.0000
Added assignment Midterm FRQ with category SUMMATIVE ASSESSMENT and points 16.00/16.0000
Added assignment Midterm MC with category SUMMATIVE ASSESSMENT and points 15.50/16.0000
Added assignment Photosynthesis Lab with category FORMATIVE ASSESSMENTS and points 2.50/4.0000
Added assignment 3.5-3.6 MC Assessment with category SUMMATIVE ASSESSMENT and points 3.50/4.0000
Added assignment 3.5-3.6 FRQ Assessment with category SUMMATIVE ASSESSMENT and points 4.00/4.0000
Added assignment 4.1-4.4 Figure Slide Prep Work with category FORMATIVE ASSESSMENTS and points 1.00/0.0000
Added assignment Unit 3 Group Portfolio with category FORMATIVE ASSESSMENTS and points 4.00/4.0000
Added assignment 4.1-4.4 MC Assessment with category SUMMATIVE ASSESSMENT and points 3.50/4.0000
Added assignment 4.1-4.4 FRQ Assessment with category SUMMATIVE ASSESSMENT and points 4.00/4.0000
Error fetching assignment details: Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[4]/div[2]/div/div[2]/form/div[4]/div[2]/div[3]/div[3]/div/div/div/div/div[6]/div/div/div[1]/div/table/tbody/tr[0]/td[8]"}
  (Session info: chrome=133.0.6943.142); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Stacktrace:
        GetHandleVerifier [0x00007FF6E67EC6A5+28789]
        (No symbol) [0x00007FF6E6755B20]
        (No symbol) [0x00007FF6E65E8F9A]
        (No symbol) [0x00007FF6E663F346]
        (No symbol) [0x00007FF6E663F57C]
        (No symbol) [0x00007FF6E6692B17]
        (No symbol) [0x00007FF6E666736F]
        (No symbol) [0x00007FF6E668F7E3]
        (No symbol) [0x00007FF6E6667103]
        (No symbol) [0x00007FF6E662FFC0]
        (No symbol) [0x00007FF6E6631273]
        GetHandleVerifier [0x00007FF6E6B31AED+3458237]
        GetHandleVerifier [0x00007FF6E6B4829C+3550316]
        GetHandleVerifier [0x00007FF6E6B3DB9D+3507565]
        GetHandleVerifier [0x00007FF6E68B2C6A+841274]
        (No symbol) [0x00007FF6E67609EF]
        (No symbol) [0x00007FF6E675CB34]
        (No symbol) [0x00007FF6E675CCD6]
        (No symbol) [0x00007FF6E674C119]
        BaseThreadInitThunk [0x00007FFA4C98E8D7+23]
        RtlUserThreadStart [0x00007FFA4DA7BF2C+44]

Attempting to enter class page 10
Fetching categories for 4: COMP SCI & SOFTWARE ENG 2
Message: no such element: Unable to locate element: {"method":"css selector","selector":".dxc-arg-elements > text:nth-child(1)"}
  (Session info: chrome=133.0.6943.142); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Stacktrace:
        GetHandleVerifier [0x00007FF6E67EC6A5+28789]
        (No symbol) [0x00007FF6E6755B20]
        (No symbol) [0x00007FF6E65E8F9A]
        (No symbol) [0x00007FF6E663F346]
        (No symbol) [0x00007FF6E663F57C]
        (No symbol) [0x00007FF6E6692B17]
        (No symbol) [0x00007FF6E666736F]
        (No symbol) [0x00007FF6E668F7E3]
        (No symbol) [0x00007FF6E6667103]
        (No symbol) [0x00007FF6E662FFC0]
        (No symbol) [0x00007FF6E6631273]
        GetHandleVerifier [0x00007FF6E6B31AED+3458237]
        GetHandleVerifier [0x00007FF6E6B4829C+3550316]
        GetHandleVerifier [0x00007FF6E6B3DB9D+3507565]
        GetHandleVerifier [0x00007FF6E68B2C6A+841274]
        (No symbol) [0x00007FF6E67609EF]
        (No symbol) [0x00007FF6E675CB34]
        (No symbol) [0x00007FF6E675CCD6]
        (No symbol) [0x00007FF6E674C119]
        BaseThreadInitThunk [0x00007FFA4C98E8D7+23]
        RtlUserThreadStart [0x00007FFA4DA7BF2C+44]

Index: 7
Added assignment Game Level Changes with category Project and points 0.91/1.0000
Added assignment Live Share Changes with category Project and points 0.93/1.0000
Added assignment Help System Checkpoint 1 with category Assignments and points 0.90/1.0000
Added assignment Feature / Checklist with category Project and points 0.85/1.0000
Added assignment 4 hours of code with category Project and points 0.93/1.0000
Added assignment Engineering Diagram / Plan with category Project and points 0.90/1.0000
Error fetching assignment details: Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[4]/div[2]/div/div[2]/form/div[4]/div[2]/div[3]/div[3]/div/div/div/div/div[6]/div/div/div[1]/div/table/tbody/tr[0]/td[8]"}
  (Session info: chrome=133.0.6943.142); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
Stacktrace:
        GetHandleVerifier [0x00007FF6E67EC6A5+28789]
        (No symbol) [0x00007FF6E6755B20]
        (No symbol) [0x00007FF6E65E8F9A]
        (No symbol) [0x00007FF6E663F346]
        (No symbol) [0x00007FF6E663F57C]
        (No symbol) [0x00007FF6E6692B17]
        (No symbol) [0x00007FF6E666736F]
        (No symbol) [0x00007FF6E668F7E3]
        (No symbol) [0x00007FF6E6667103]
        (No symbol) [0x00007FF6E662FFC0]
        (No symbol) [0x00007FF6E6631273]
        GetHandleVerifier [0x00007FF6E6B31AED+3458237]
        GetHandleVerifier [0x00007FF6E6B4829C+3550316]
        GetHandleVerifier [0x00007FF6E6B3DB9D+3507565]
        GetHandleVerifier [0x00007FF6E68B2C6A+841274]
        (No symbol) [0x00007FF6E67609EF]
        (No symbol) [0x00007FF6E675CB34]
        (No symbol) [0x00007FF6E675CCD6]
        (No symbol) [0x00007FF6E674C119]
        BaseThreadInitThunk [0x00007FFA4C98E8D7+23]
        RtlUserThreadStart [0x00007FFA4DA7BF2C+44]

Attempting to enter class page 13
An error occurred: Message: element click intercepted: Element <button type="button" style="padding-bottom: 0px" class="btn btn-link course-title" data-focus="{&quot;LoadParams&quot;:{&quot;ControlName&quot;:&quot;Gradebook_ClassDetails&quot;,&quot;HideHeader&quot;:false},&quot;FocusArgs&quot;:{&quot;viewName&quot;:null,&quot;studentGU&quot;:&quot;8B9B34BE-EB39-4F3B-89B1-3FE1B9927065&quot;,&quot;schoolID&quot;:1,&quot;classID&quot;:168328,&quot;markPeriodGU&quot;:&quot;D1BF977B-EA78-4B6B-86CE-112E56AFD67D&quot;,&quot;gradePeriodGU&quot;:&quot;E9F5F4CB-929B-44FF-836B-EC151FC0DF32&quot;,&quot;subjectID&quot;:-1,&quot;teacherID&quot;:-1,&quot;assignmentID&quot;:-1,&quot;standardIdentifier&quot;:null,&quot;AGU&quot;:&quot;0&quot;,&quot;OrgYearGU&quot;:&quot;EBCD1842-D1FA-41BC-9D34-FF48D4A87685&quot;,&quot;gradingPeriodGroup&quot;:null}}" data-action="GB.LoadControl">...</button> is not clickable at point (119, 684). Other element would receive the click: <footer id="ctl00_ctl00_PXPFooter" class="footer hide-for-print" aria-label="Footer">...</footer>
  (Session info: chrome=133.0.6943.142)
Stacktrace:
        GetHandleVerifier [0x00007FF6E67EC6A5+28789]
        (No symbol) [0x00007FF6E6755B20]
        (No symbol) [0x00007FF6E65E8F9A]
        (No symbol) [0x00007FF6E66471E9]
        (No symbol) [0x00007FF6E6644BA2]
        (No symbol) [0x00007FF6E6641C51]
        (No symbol) [0x00007FF6E6640B51]
        (No symbol) [0x00007FF6E6632314]
        (No symbol) [0x00007FF6E666732A]
        (No symbol) [0x00007FF6E6631BC6]
        (No symbol) [0x00007FF6E6667540]
        (No symbol) [0x00007FF6E668F7E3]
        (No symbol) [0x00007FF6E6667103]
        (No symbol) [0x00007FF6E662FFC0]
        (No symbol) [0x00007FF6E6631273]
        GetHandleVerifier [0x00007FF6E6B31AED+3458237]
        GetHandleVerifier [0x00007FF6E6B4829C+3550316]
        GetHandleVerifier [0x00007FF6E6B3DB9D+3507565]
        GetHandleVerifier [0x00007FF6E68B2C6A+841274]
        (No symbol) [0x00007FF6E67609EF]
        (No symbol) [0x00007FF6E675CB34]
        (No symbol) [0x00007FF6E675CCD6]
        (No symbol) [0x00007FF6E674C119]
        BaseThreadInitThunk [0x00007FFA4C98E8D7+23]
        RtlUserThreadStart [0x00007FFA4DA7BF2C+44]

(venv) PS C:\synergy>