To preface: some crazy breakage occurred on my debian 11 system. To fix I had to boot a live disc, mount my root partition, copy /usr/lib from the live medium to the root, chroot, and manually reinstall all packages. Now I can boot the system again, but apt fails to […]
Daily Archives: November 4, 2022
11 posts
I am having problems accessing an invoked webpage HtmlWebResponseObject object. It was obtained by: PS>$webpage = Invoke-WebRequest -uri "https://www.grittv.com/tv-schedule/" After trying to parse/inquire it with: PS>$webpage.AllElements it just sits there with a blinking cursor until I cancel it (30 minutes+ at one time) Here are some investigations: PS>$webpage | get-member […]