The result from ~$ PYTHONPATH=/usr/share/weewx python3 
/usr/share/weewx/user/interceptor.py  --device=observer --port=80:
Traceback (most recent call last):
  File "/usr/share/weewx/user/interceptor.py", line 2661, in <module>
    device = InterceptorDriver.DEVICE_TYPES.get(options.device_type)(
  File "/usr/share/weewx/user/interceptor.py", line 1284, in __init__
    super(Observer, self).__init__(
  File "/usr/share/weewx/user/interceptor.py", line 429, in __init__
    self._server = Consumer.TCPServer(address, port, handler)
  File "/usr/share/weewx/user/interceptor.py", line 584, in __init__
    TCPServer.__init__(self, (address, int(port)), handler)
  File "/usr/lib/python3.8/socketserver.py", line 452, in __init__
    self.server_bind()
  File "/usr/lib/python3.8/socketserver.py", line 466, in server_bind
    self.socket.bind(self.server_address)
PermissionError: [Errno 13] Permission denied

==> try prefacing your command with 'sudo' and see if that helps any...


-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/d874d2f8-775f-4057-9076-7f0eb8fb5d28n%40googlegroups.com.

Reply via email to