Noxalus / Live-Stream-Chat-Retriever

Retrieve live streams chat messages from different sources (Twitch, YouTube Gaming, Dailymotion etc...) to print them into a single HTML page.
47 stars 15 forks source link

Minor fixes #7

Closed RedstoneLP2 closed 11 months ago

RedstoneLP2 commented 11 months ago

Some minor fixes The first commit fixes the TypeError [ERR_INVALID_ARG_TYPE]: The "cb" argument must be of type function. Received undefined error when trying to authenticate to use the Youtube chat. The second one is a sometimes small addition to the whitelisted_ips due to some setups seeming to prefer ipv6 despite only having an ipv4 address afaict.

Do note I've only setup Twitch and Youtube, so other errors (such as the security warnings given by npm) are not fixed by this PR

Noxalus commented 11 months ago

Thank you for your fixes 🙏