2022-10-07, 02:17 AM
(This post was last modified: 2022-10-07, 03:14 AM by bail9stamina2GONE.)
Howdy,
New user here. I setup a docker container running version 6.0.0.220904. I have a HDHomeRun Prime at 172.0.0.50 and when I try to scan for devices, I get this in the console output
When I check the results from discover.json, It is indeed missing a ipString field
Is this an issue with the firmware I'm running? I believe it's the latest firmware available for my device. Is there a workaround I could use to give it a try?
Thank you!
New user here. I setup a docker container running version 6.0.0.220904. I have a HDHomeRun Prime at 172.0.0.50 and when I try to scan for devices, I get this in the console output
Code:
[43] Starting SAT>IP discovery
[43] CaptureSource.LoadAll()
[43] [
{
"DeviceID": "REDACTED",
"ConditionalAccess": 1,
"BaseURL": "http://172.16.0.50",
"DiscoverURL": "http://172.16.0.50/discover.json",
"LineupURL": "http://172.16.0.50/lineup.json"
}
]
[43] Downloading from http://172.16.0.50/discover.json
[43] Unable to connect to HDHR device (http://172.16.0.50/discover.json): Value cannot be null. (Parameter 'ipString')
When I check the results from discover.json, It is indeed missing a ipString field
Code:
curl http://172.16.0.50/discover.json | jq -r .
{
"FriendlyName": "HDHomeRun PRIME",
"ModelNumber": "HDHR3-CC",
"FirmwareName": "hdhomerun3_cablecard",
"FirmwareVersion": "20220822",
"DeviceID": "REDACTED",
"DeviceAuth": "REDACTED",
"BaseURL": "http://172.16.0.50:80",
"LineupURL": "http://172.16.0.50:80/lineup.json",
"TunerCount": 3,
"ConditionalAccess": 1
}
Is this an issue with the firmware I'm running? I believe it's the latest firmware available for my device. Is there a workaround I could use to give it a try?
Thank you!