Top of the list of things that took way too long to figure out this week I bring you the problem where “Manage Palette” option is missing in Node-Red. I ran into this problem rather frustratingly after installing Node-Red as a service. While running it from the command line everything was working great, but once …
Category Archives: Geek
Facebook Webdriver / Remote Web Driver (PHP) / Selenium Ignoring Profile Settings?
I scrape pages for one of my projects, and the best way to get around anti-scraping is to occasionally fill out captchas’ / do some browsing by hand to get through the testing (usually works for a good while). Anyway I ran into a heck of a rabbit hole actually trying to tell selenium to …
Plex Web Hooks + Node Red
I spent way to much time trying to figure out why webhooks form Plex media server were not easy to parse and also why I was getting Webhook: Error delivering payload, error 408 form Plex. First – I am using a “http in” node to receive the web hook. Every “http in” web hook eventually …