Whatever problem you’re having it’s not with WeeWX. It may be a firewall
problem, or it’s possible your provider is no longer in business.

On Thu, Mar 3, 2022 at 8:51 AM ewhain...@gmail.com <ewhainswo...@gmail.com>
wrote:

> pi@weatherpi:~ $ ftp great-bay.com
> ftp: connect: Connection timed out
> ftp>
>
> On Thursday, March 3, 2022 at 11:42:56 AM UTC-5 tke...@gmail.com wrote:
>
>> What happens if you try to connect from the command line using the
>> utility 'fpt'?
>>
>> *ftp great-bay.com <http://great-bay.com>*
>>
>>
>>
>>
>> On Thu, Mar 3, 2022 at 8:35 AM ewhain...@gmail.com <ewhain...@gmail.com>
>> wrote:
>>
>>> Can anyone decipher what is wrong here? all of a sudden I stopped
>>> uploading via FTP. I did an update and upgrade, (re)entered my FTP info but
>>> keep getting the errors listed below:
>>>
>>> Mar  3 11:31:01 weatherpi weewx[10681] DEBUG weewx.reportengine: Running
>>> report 'FTP'
>>> Mar  3 11:31:01 weatherpi weewx[10681] DEBUG weewx.drivers.acurite: next
>>> read in 18 seconds
>>> Mar  3 11:31:01 weatherpi weewx[10681] DEBUG weewx.reportengine: Found
>>> configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP'
>>> Mar  3 11:31:02 weatherpi weewx[10681] DEBUG weewx.reportengine: Cannot
>>> read localization file /etc/weewx/skins/Ftp/lang/en.conf for report 'FTP':
>>> Config file not found: "/etc/weewx/skins/Ftp/lang/en.conf".
>>> Mar  3 11:31:02 weatherpi weewx[10681] DEBUG weewx.reportengine: ****
>>> Using defaults instead.
>>> Mar  3 11:31:02 weatherpi weewx[10681] DEBUG weeutil.ftpupload:
>>> Attempting connection to ftp.great-bay.com
>>> Mar  3 11:31:02 weatherpi weewx[10681] DEBUG weeutil.ftpupload: FTP
>>> encoding not supported, ignoring.
>>> Mar  3 11:31:19 weatherpi weewx[10681] DEBUG weewx.drivers.acurite:
>>> Found station at bus= device=
>>> Mar  3 11:31:20 weatherpi weewx[10681] DEBUG weewx.drivers.acurite: next
>>> read in 17 seconds
>>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ftpgenerator: (0): caught exception '<class 'socket.timeout'>': timed out
>>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****  Traceback (most recent call last):
>>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****    File "/usr/share/weewx/weewx/reportengine.py", line 429, in run
>>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****      n = ftp_data.run()
>>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****    File "/usr/share/weewx/weeutil/ftpupload.py", line 165, in run
>>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****      ftp_server.connect(self.server, self.port)
>>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****    File "/usr/lib/python3.7/ftplib.py", line 152, in connect
>>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****      source_address=self.source_address)
>>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****    File "/usr/lib/python3.7/socket.py", line 727, in create_connection
>>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****      raise err
>>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****    File "/usr/lib/python3.7/socket.py", line 716, in create_connection
>>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****      sock.connect(sa)
>>> Mar  3 11:31:22 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****  socket.timeout: timed out
>>> Mar  3 11:31:22 weatherpi weewx[10681] DEBUG weeutil.ftpupload:
>>> Attempting connection to ftp.great-bay.com
>>> Mar  3 11:31:22 weatherpi weewx[10681] DEBUG weeutil.ftpupload: FTP
>>> encoding not supported, ignoring.
>>> Mar  3 11:31:37 weatherpi weewx[10681] DEBUG weewx.drivers.acurite:
>>> Found station at bus= device=
>>> Mar  3 11:31:37 weatherpi weewx[10681] DEBUG weewx.drivers.acurite: next
>>> read in 6 seconds
>>> Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ftpgenerator: (1): caught exception '<class 'socket.timeout'>': timed out
>>> Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****  Traceback (most recent call last):
>>> Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****    File "/usr/share/weewx/weewx/reportengine.py", line 429, in run
>>> Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****      n = ftp_data.run()
>>> Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****    File "/usr/share/weewx/weeutil/ftpupload.py", line 165, in run
>>> Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****      ftp_server.connect(self.server, self.port)
>>> Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****    File "/usr/lib/python3.7/ftplib.py", line 152, in connect
>>> Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****      source_address=self.source_address)
>>> Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****    File "/usr/lib/python3.7/socket.py", line 727, in create_connection
>>> Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****      raise err
>>> Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****    File "/usr/lib/python3.7/socket.py", line 716, in create_connection
>>> Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****      sock.connect(sa)
>>> Mar  3 11:31:42 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****  socket.timeout: timed out
>>> Mar  3 11:31:42 weatherpi weewx[10681] DEBUG weeutil.ftpupload:
>>> Attempting connection to ftp.great-bay.com
>>> Mar  3 11:31:42 weatherpi weewx[10681] DEBUG weeutil.ftpupload: FTP
>>> encoding not supported, ignoring.
>>> Mar  3 11:31:43 weatherpi weewx[10681] DEBUG weewx.drivers.acurite:
>>> Found station at bus= device=
>>> Mar  3 11:31:43 weatherpi weewx[10681] DEBUG weewx.drivers.acurite: next
>>> read in 18 seconds
>>> Mar  3 11:32:01 weatherpi weewx[10681] DEBUG weewx.drivers.acurite:
>>> Found station at bus= device=
>>> Mar  3 11:32:01 weatherpi weewx[10681] DEBUG weewx.drivers.acurite: next
>>> read in 18 seconds
>>> Mar  3 11:32:02 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ftpgenerator: (2): caught exception '<class 'socket.timeout'>': timed out
>>> Mar  3 11:32:02 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****  Traceback (most recent call last):
>>> Mar  3 11:32:02 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****    File "/usr/share/weewx/weewx/reportengine.py", line 429, in run
>>> Mar  3 11:32:02 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****      n = ftp_data.run()
>>> Mar  3 11:32:02 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****    File "/usr/share/weewx/weeutil/ftpupload.py", line 165, in run
>>> Mar  3 11:32:02 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****      ftp_server.connect(self.server, self.port)
>>> Mar  3 11:32:02 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****    File "/usr/lib/python3.7/ftplib.py", line 152, in connect
>>> Mar  3 11:32:02 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****      source_address=self.source_address)
>>> Mar  3 11:32:02 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****    File "/usr/lib/python3.7/socket.py", line 727, in create_connection
>>> Mar  3 11:32:02 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****      raise err
>>> Mar  3 11:32:02 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****    File "/usr/lib/python3.7/socket.py", line 716, in create_connection
>>> Mar  3 11:32:02 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****      sock.connect(sa)
>>> Mar  3 11:32:02 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ****  socket.timeout: timed out
>>> Mar  3 11:32:02 weatherpi weewx[10681] ERROR weewx.reportengine:
>>> ftpgenerator: Upload failed
>>>
>>> Thanks!
>>>
>>> --
>>> 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+...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/weewx-user/8e44b526-c3e4-4608-9280-29d797b983f3n%40googlegroups.com
>>> <https://groups.google.com/d/msgid/weewx-user/8e44b526-c3e4-4608-9280-29d797b983f3n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>> --
> 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/8319c220-b90c-4fd9-b4d6-52b34403d962n%40googlegroups.com
> <https://groups.google.com/d/msgid/weewx-user/8319c220-b90c-4fd9-b4d6-52b34403d962n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
-- 
-tk

-- 
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/CAPq0zEC%2BuYKe4GDD7mdwycTq%2BnGVxNBqOQpppiBaLApXEoF5hA%40mail.gmail.com.

Reply via email to