Closed individualist closed 10 months ago
Hi @individualist , thanks for the detailed bug report. I will review the code
This should be fixed in v3.1.9, Issue closed
Hi, @JPersson77 Unfortunately this is still happening for me for subnet 255.255.252.0 (22)
I could be mistaken, but I think the issue may be that during the conversion, the CIDR is being incremented on all bits, but should only increment for bits that are on...
e.g.
if ((m & 0x01) == 0x01) CIDR++
This seems to produce CIDR=22, as I expected. Otherwise it produces CIDR=24.
As an aside, this tool is great, thanks for creating it: it really increases quality of life when using a LG OLED.
Thanks! Appreciate the detailed response again. Reopening the issue to try again
Should be fixed in the next version. Please confirm
Closing due to inactivity. Please feel free to reopen as needed
For some subnets, even though the TV and PC are on the same subnet - LGTV Companion warns that they are not.
Here's an example:
For the above subnet:
I don't know if it's related or not, but scan has never worked for me in such a configuration either. Manual configuration seems to work fine though.