-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Device found after some updates #2
Comments
The AV receiver allows only one connection via the ISCP protocol. I also installed the latest version of Windows 10. I think that shouldn't be the reason for your issue. |
I'm was having the same problem, also on Windows 10, while my wife's PC did not (both PCs running version 1709 build 16299.125). After disabling the I'm not entirely sure why my PC had Hyper-V added to it when my wife's did not 😕 It would appear nOnkyo possibly does not use the correct network when more than one is available? |
@syserr0r I haven't think about that... The protocol does support multiple client without issues, I think nOnkyo is picking the "first" network adapter it found and it isn't the right one :( |
The following SO post may be relevant: https://stackoverflow.com/questions/19623804/udp-networking-with-multiple-network I'll attempt to make a patch if I get time |
Proposed change for issue PinBack23#2
@syserr0r I cannot test your changes at the moment because my onkyo receiver is not connected. If that solves your problem, I'll take over the code. |
I'll test tonight as I don't have a compiler to hand and I'm not at home with my receiver |
I set-up a VPN to home to test, it turns out all that is needed to make it connect was either increasing the 1000ms sleep to 3000ms or moving it into the for loop (increasing the delay for each network that is attempted; setting the sleep to 2000ms was not enough [this machine has 4 BroadcastAddresses as well as localhost]) It might be worth adding something like this to the |
Sorry for the delay Nevertheless, I have now added a timeout for the device search.
Could you give it a try? Increase the timeout and check again. |
My receiver has died so I'm unable to preform any more testing for the moment. I'll get back to you as soon as I can. |
nOnkyo GUI was working perfectly, didn't used for a few time then upgraded windows 10 (1709) and now my AV isn't detected anymore (TX-NR609).
I tryied to add to
NOnkyoWpfGui.exe.config
the following without success:The AV web-ui is accessible, and I can use ISCP from another host without issues. (I don't have another ISCP tool on the windows box)
Is there a log somewhere with more informations ?
The text was updated successfully, but these errors were encountered: