stephendade / Rpanion-server

Web-based configurator for companion computers of MAVLink vehicles
https://www.docs.rpanion.com/software/rpanion-server
GNU General Public License v3.0
146 stars 62 forks source link

Video.js isMulticastUpdateIP(): Convert to string before splitting #259

Closed ddd999 closed 1 week ago

ddd999 commented 1 week ago

I was getting an "ip.split is not a function" runtime error in the browser when loading the Video page. This seems to fix it by forcing the IP into a string before trying to split it. __ Edit: That definitely doesn't fix it, and I can't reliably reproduce the error so I'm closing this PR.