Miguel Sánchez de León Peque
Miguel Sánchez de León Peque
Makes little sense, don't you think? :confused: I have started a discussion in AppVeyor's support forum: https://help.appveyor.com/discussions/problems/13537-email-notifications-configuration-has-no-effect Will keep this issue open to update it with any reply we get...
@ocaballeror I updated the settings in `osbrain-ci`'s AppVeyor account. You should not receive notifications from now on.
Thanks for reporting this issue. The parameter is set, only not exposed by Pyro. You can create your own method to get the parameter or use `.get_attr()`: ```python from osbrain...
You can bind to `0.0.0.0`, which means your socket will listen on all interfaces (i.e.: your localhost but also your LAN IP address), but you cannot connect to `0.0.0.0`. Try...
Also: - Use `ns_proxy.agents()` instead of `osbrain.nameserver.NameServer.agents(ns_proxy)` - Note that you do not need `locate_ns` in your code :wink:
@sjanko2 Would you mind sharing the full `Agent_Computer.py` code? The screenshot seems to crop the code.
Weird... I am not able to reproduce it. Although I do not have a Windows machine at hand. - What happens if you try to connect from a Linux machine...
@sjanko2 What happens if you try with the Windows machine but you bind to `192.168.0.42` instead of `0.0.0.0` like you were doing before?
Unfortunately I do not have a Windows machine at hand, so I will not be able to help much with debugging. Just giving random ideas/advise hoping to find something... :sweat_smile:...
PS: since you are using osBrain over a LAN, firewalls can definitely influence the result. It could be possible that your Windows firewall is affecting somehow the communications. Although the...