I did exactly that, not made any difference.I actually ran 'opkg update' from putty and then did a full reboot.
Don't know if that made a difference![]()
I did exactly that, not made any difference.I actually ran 'opkg update' from putty and then did a full reboot.
Don't know if that made a difference![]()
About.py prints the "[About] getIfConfig Ex:" line before the "[About] ifreq" line for an interface.Following from log shows only response and ping on Wlan3
11:07:54.5376 [About] ifreq:{'ifname': 'eth0', 'addr': '192.168.1.60', 'brdaddr': '192.168.1.255', 'hwaddr': '00:17:9A:25:42:9E', 'netmask': '255.255.255.0'}
11:07:54.5473 [About] getIfConfig Ex: [Errno 19] No such device
11:07:54.5481 [About] ifreq:{'ifname': 'eth1'}
11:07:54.5567 [About] getIfConfig Ex: [Errno 19] No such device
11:07:54.5574 [About] ifreq:{'ifname': 'ra0'}
11:07:54.5664 [About] getIfConfig Ex: [Errno 19] No such device
11:07:54.5672 [About] ifreq:{'ifname': 'wlan0'}
11:07:54.5762 [About] getIfConfig Ex: [Errno 19] No such device
11:07:54.5770 [About] ifreq:{'ifname': 'wlan3'}
...
11:07:54.6929 [Console] finished: /usr/sbin/ethtool
11:07:54.6949 [Console] command: ('/bin/ping', '/bin/ping', '-c', '1', 'www.microsoft.com')
11:07:54.6958 [eConsoleAppContainer] Starting /bin/ping
11:07:54.7015 [Console] command: ('/bin/ping', '/bin/ping', '-c', '1', 'www.google.com')
11:07:54.7025 [eConsoleAppContainer] Starting /bin/ping
11:07:54.7166 [Console] finished: ('/bin/ping', '/bin/ping', '-c', '1', 'www.google.com')@0xaf3b1c10
11:07:54.7195 [Console] finished: /bin/ping

Same on mine SF8008 6.8.009Happend to me yesterday, updating the software.
There has been a 'Timeouterror' please try again later. If the this issue persists
Please check openvix.co.uk or world-of-satellite.com
VU+ Zero 4K Image 6.8.009
I also have the same problem and tried the various fixes but the problem persists. I am using 6.8.09 and it was working OK the problem arose a few day’s ago days ago, I am considering rolling back to previous image.I did the reboot still comes up with that message. So it’s just not me then.
# from onlineUpdateCheck.py
if SystemInfo["imagetype"] == "release" and officialReleaseFeedsUri in SystemInfo["feedsurl"]: # we know the network is good now so only do this check on release images where the release domain applies
try:
print("[OnlineUpdateCheck][getFeedStatus] checking feeds state")
req = Request("http://openvix.co.uk/TrafficLightState.php")
d = urlopen(req, timeout=3)
trafficLight = d.read().decode()
if trafficLight == "stable":
status = 0
print("trafficLight", trafficLight)
except Exception as err:
print("[OnlineUpdateCheck][getFeedStatus] ERROR:", err)
if hasattr(err, "code"):
trafficLight = err.code
else:
trafficLight = type(err).__name__
req = Request("http://openvix.co.uk/TrafficLightState.php")
d = urlopen(req, timeout=3)
Yes everything working on 6.9.001 just a reboot after installing 6.9.001UPDATE, working now after opkg update via putty.
I thought the same but it’s not.I think it is a network issue.
tracert www.openvix.co.uk