Arnside & Silverdale AONB Weather

Weather History for Arnside, Heversham, Silverdale, Warton and Hazelrigg from eHideaway and the Landscape Trust

header image
Import Logs
Configure Query
Weather Stations Arnside (2013-2019,2022-)   Heversham (2006-)   Silverdale (2017-)   Warton (2017-)   Hazelrigg (1976-2021)  
Logs Cron Errors   Job Errors   Job Log  

Display last lines of each log



Arnside

vantageDbJob_cron_arnside.log (Last modified 19/3/2025 5:41)

File empty

vantageDbJob_arnside.err (Last modified 13/2/2025 2:11)

Last 20 entries:
• Traceback (most recent call last):
•  File "/home/ehideawa/dpcTools/dpcUtils/job.py", line 97, in __init__
•  self.job_actions()
•  File "/home/ehideawa/dpcTools/vantageDb/vantageDbJob.py", line 193, in job_actions
•  with VantageDbMySql(job=self) as self.db:
•  File "/home/ehideawa/dpcTools/dpcUtils/mySqlInterface.py", line 60, in __enter__
•  self.connect()
•  File "/home/ehideawa/dpcTools/dpcUtils/mySqlInterface.py", line 40, in connect
•  self._connection = mysql.connector.connect(
•  ^^^^^^^^^^^^^^^^^^^^^^^^
•  File "/home/ehideawa/virtualenv/app311/3.11/lib64/python3.11/site-packages/mysql/connector/pooling.py", line 293, in connect
•  return CMySQLConnection(*args, **kwargs)
•  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
•  File "/home/ehideawa/virtualenv/app311/3.11/lib64/python3.11/site-packages/mysql/connector/connection_cext.py", line 129, in __init__
•  self.connect(**kwargs)
•  File "/home/ehideawa/virtualenv/app311/3.11/lib64/python3.11/site-packages/mysql/connector/abstracts.py", line 1237, in connect
•  self._open_connection()
•  File "/home/ehideawa/virtualenv/app311/3.11/lib64/python3.11/site-packages/mysql/connector/connection_cext.py", line 313, in _open_connection
•  raise get_mysql_exception(
• mysql.connector.errors.DatabaseError: 2005 (HY000): Unknown MySQL server host 'ehideaway.uk' (-2)

vantageDbJob_arnside.log (Last modified 19/3/2025 5:41)

Last 20 entries:
• 2025-03-19 04:11:03,670:vantageDbJob:INFO:Finished
• 2025-03-19 04:41:03,250:vantageDbJob:INFO:Started
• 2025-03-19 04:41:03,302:vantageDbJob:INFO:Processing append from weatherlink.com
• 2025-03-19 04:41:03,303:vantageDbJob.import_wl2:INFO:Downloading records from 2025-03-19 04:00:01
• 2025-03-19 04:41:03,819:vantageDbJob.mySql:INFO:No new archive records
• 2025-03-19 04:41:03,821:vantageDbJob.mySql:INFO:Recalculating summaries from 2025-03-19 00:01:00 to None
• 2025-03-19 04:41:03,821:vantageDbJob:INFO:Finished
• 2025-03-19 05:11:03,031:vantageDbJob:INFO:Started
• 2025-03-19 05:11:03,050:vantageDbJob:INFO:Processing append from weatherlink.com
• 2025-03-19 05:11:03,050:vantageDbJob.import_wl2:INFO:Downloading records from 2025-03-19 04:00:01
• 2025-03-19 05:11:03,529:vantageDbJob.import_wl2:INFO:Downloaded 2 records from 2025-03-19 04:30:00 to 2025-03-19 05:00:00
• 2025-03-19 05:11:03,530:vantageDbJob.mySql:INFO:Appending 2 archive records from 2025-03-19 04:30:00 to 2025-03-19 05:00:00
• 2025-03-19 05:11:03,533:vantageDbJob.mySql:INFO:Recalculating summaries from 2025-03-19 00:01:00 to None
• 2025-03-19 05:11:03,534:vantageDbJob:INFO:Finished
• 2025-03-19 05:41:02,779:vantageDbJob:INFO:Started
• 2025-03-19 05:41:02,807:vantageDbJob:INFO:Processing append from weatherlink.com
• 2025-03-19 05:41:02,808:vantageDbJob.import_wl2:INFO:Downloading records from 2025-03-19 05:00:01
• 2025-03-19 05:41:03,227:vantageDbJob.mySql:INFO:No new archive records
• 2025-03-19 05:41:03,229:vantageDbJob.mySql:INFO:Recalculating summaries from 2025-03-19 00:01:00 to None
• 2025-03-19 05:41:03,230:vantageDbJob:INFO:Finished

Heversham

vantageDbJob_cron_heversham.log (Last modified 19/3/2025 5:18)

File empty

vantageDbJob_heversham.err (Last modified 13/2/2025 2:18)

Last 20 entries:
• Traceback (most recent call last):
•  File "/home/ehideawa/dpcTools/dpcUtils/job.py", line 97, in __init__
•  self.job_actions()
•  File "/home/ehideawa/dpcTools/vantageDb/vantageDbJob.py", line 223, in job_actions
•  wl2Importer.download(datetime_range_to_load[0])
•  File "/home/ehideawa/dpcTools/vantageDb/import_wl2.py", line 54, in download
•  response = _requests_session.get(url)
•  ^^^^^^^^^^^^^^^^^^^^^^^^^^
•  File "/home/ehideawa/virtualenv/app311/3.11/lib/python3.11/site-packages/requests/sessions.py", line 602, in get
•  return self.request("GET", url, **kwargs)
•  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
•  File "/home/ehideawa/virtualenv/app311/3.11/lib/python3.11/site-packages/requests/sessions.py", line 589, in request
•  resp = self.send(prep, **send_kwargs)
•  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
•  File "/home/ehideawa/virtualenv/app311/3.11/lib/python3.11/site-packages/requests/sessions.py", line 703, in send
•  r = adapter.send(request, **kwargs)
•  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
•  File "/home/ehideawa/virtualenv/app311/3.11/lib/python3.11/site-packages/requests/adapters.py", line 519, in send
•  raise ConnectionError(e, request=request)
• requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api.weatherlink.com', port=443): Max retries exceeded with url: /webdl.php?timestamp=843907172&user=001D0A00C3F5&pass=Home&apiToken=450B29FA6B93468AB65989777EBC5626&action=headers (Caused by NameResolutionError(": Failed to resolve 'api.weatherlink.com' ([Errno -2] Name or service not known)"))

vantageDbJob_heversham.log (Last modified 19/3/2025 5:18)

Last 20 entries:
• 2025-03-19 04:18:03,413:vantageDbJob:INFO:Started
• 2025-03-19 04:18:03,430:vantageDbJob:INFO:Processing append from weatherlink.com
• 2025-03-19 04:18:03,431:vantageDbJob.import_wl2:INFO:Downloading records from 2025-03-19 03:00:01
• 2025-03-19 04:18:03,934:vantageDbJob.import_wl2:INFO:Downloaded 2 records from 2025-03-19 03:30:00 to 2025-03-19 04:00:00
• 2025-03-19 04:18:03,935:vantageDbJob.mySql:INFO:Appending 2 archive records from 2025-03-19 03:30:00 to 2025-03-19 04:00:00
• 2025-03-19 04:18:03,938:vantageDbJob.mySql:INFO:Recalculating summaries from 2025-03-19 00:01:00 to None
• 2025-03-19 04:18:03,940:vantageDbJob:INFO:Finished
• 2025-03-19 04:48:02,930:vantageDbJob:INFO:Started
• 2025-03-19 04:48:02,947:vantageDbJob:INFO:Processing append from weatherlink.com
• 2025-03-19 04:48:02,947:vantageDbJob.import_wl2:INFO:Downloading records from 2025-03-19 04:00:01
• 2025-03-19 04:48:03,431:vantageDbJob.mySql:INFO:No new archive records
• 2025-03-19 04:48:03,432:vantageDbJob.mySql:INFO:Recalculating summaries from 2025-03-19 00:01:00 to None
• 2025-03-19 04:48:03,433:vantageDbJob:INFO:Finished
• 2025-03-19 05:18:02,741:vantageDbJob:INFO:Started
• 2025-03-19 05:18:02,760:vantageDbJob:INFO:Processing append from weatherlink.com
• 2025-03-19 05:18:02,760:vantageDbJob.import_wl2:INFO:Downloading records from 2025-03-19 04:00:01
• 2025-03-19 05:18:03,256:vantageDbJob.import_wl2:INFO:Downloaded 2 records from 2025-03-19 04:30:00 to 2025-03-19 05:00:00
• 2025-03-19 05:18:03,257:vantageDbJob.mySql:INFO:Appending 2 archive records from 2025-03-19 04:30:00 to 2025-03-19 05:00:00
• 2025-03-19 05:18:03,261:vantageDbJob.mySql:INFO:Recalculating summaries from 2025-03-19 00:01:00 to None
• 2025-03-19 05:18:03,262:vantageDbJob:INFO:Finished

Silverdale

vantageDbJob_cron_silverdale.log (Last modified 19/3/2025 5:34)

File empty

vantageDbJob_silverdale.err (Last modified 1/3/2025 8:04)

• 2025-03-01 06:04:03,830:vantageDbJob.mySql:WARNING:Archive records appear to be missing between 2025-03-01 05:30:00 and 2025-03-01 06:00:00
• 2025-03-01 08:04:02,930:vantageDbJob.mySql:WARNING:Archive records appear to be missing between 2025-03-01 07:30:00 and 2025-03-01 08:00:00

vantageDbJob_silverdale.log (Last modified 19/3/2025 5:34)

Last 20 entries:
• 2025-03-19 04:34:03,159:vantageDbJob.import_w6_db:INFO:Aggregated 1 records from 2025-03-19 04:30:00 to 2025-03-19 04:30:00
• 2025-03-19 04:34:03,159:vantageDbJob.mySql:INFO:Appending 1 archive records from 2025-03-19 04:30:00 to 2025-03-19 04:30:00
• 2025-03-19 04:34:03,162:vantageDbJob.mySql:INFO:Recalculating summaries from 2025-03-19 00:01:00 to None
• 2025-03-19 04:34:03,163:vantageDbJob:INFO:Finished
• 2025-03-19 05:04:03,317:vantageDbJob:INFO:Started
• 2025-03-19 05:04:03,331:vantageDbJob:INFO:Processing append from Weather7 database
• 2025-03-19 05:04:03,332:vantageDbJob.import_w6_db:INFO:Importing records from 2025-03-19 04:30:01 to 2200-01-01 00:00:00
• 2025-03-19 05:04:03,333:vantageDbJob.import_w6_db:INFO:Read 2 records from 2025-03-19 04:45:00 to 2025-03-19 05:00:00
• 2025-03-19 05:04:03,333:vantageDbJob.import_w6_db:INFO:Aggregated 1 records from 2025-03-19 05:00:00 to 2025-03-19 05:00:00
• 2025-03-19 05:04:03,333:vantageDbJob.mySql:INFO:Appending 1 archive records from 2025-03-19 05:00:00 to 2025-03-19 05:00:00
• 2025-03-19 05:04:03,336:vantageDbJob.mySql:INFO:Recalculating summaries from 2025-03-19 00:01:00 to None
• 2025-03-19 05:04:03,338:vantageDbJob:INFO:Finished
• 2025-03-19 05:34:03,515:vantageDbJob:INFO:Started
• 2025-03-19 05:34:03,561:vantageDbJob:INFO:Processing append from Weather7 database
• 2025-03-19 05:34:03,562:vantageDbJob.import_w6_db:INFO:Importing records from 2025-03-19 05:00:01 to 2200-01-01 00:00:00
• 2025-03-19 05:34:03,563:vantageDbJob.import_w6_db:INFO:Read 2 records from 2025-03-19 05:15:00 to 2025-03-19 05:30:00
• 2025-03-19 05:34:03,563:vantageDbJob.import_w6_db:INFO:Aggregated 1 records from 2025-03-19 05:30:00 to 2025-03-19 05:30:00
• 2025-03-19 05:34:03,563:vantageDbJob.mySql:INFO:Appending 1 archive records from 2025-03-19 05:30:00 to 2025-03-19 05:30:00
• 2025-03-19 05:34:03,565:vantageDbJob.mySql:INFO:Recalculating summaries from 2025-03-19 00:01:00 to None
• 2025-03-19 05:34:03,566:vantageDbJob:INFO:Finished

Warton

vantageDbJob_cron_warton.log (Last modified 19/3/2025 5:25)

File empty

vantageDbJob_warton.err (Last modified 27/2/2025 21:37)

Last 20 entries:
•  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
•  File "/home/ehideawa/virtualenv/app311/3.11/lib/python3.11/site-packages/urllib3/connection.py", line 782, in _ssl_wrap_socket_and_match_hostname
•  ssl_sock = ssl_wrap_socket(
•  ^^^^^^^^^^^^^^^^
•  File "/home/ehideawa/virtualenv/app311/3.11/lib/python3.11/site-packages/urllib3/util/ssl_.py", line 470, in ssl_wrap_socket
•  ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)
•  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
•  File "/home/ehideawa/virtualenv/app311/3.11/lib/python3.11/site-packages/urllib3/util/ssl_.py", line 514, in _ssl_wrap_socket_impl
•  return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
•  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
•  File "/opt/alt/python311/lib64/python3.11/ssl.py", line 517, in wrap_socket
•  return self.sslsocket_class._create(
•  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
•  File "/opt/alt/python311/lib64/python3.11/ssl.py", line 1104, in _create
•  self.do_handshake()
•  File "/opt/alt/python311/lib64/python3.11/ssl.py", line 1382, in do_handshake
•  self._sslobj.do_handshake()
•  File "/home/ehideawa/dpcTools/dpcUtils/job.py", line 29, in sigterm_handler
•  raise NameError('Sigterm received')
• NameError: Sigterm received

vantageDbJob_warton.log (Last modified 19/3/2025 5:25)

Last 20 entries:
• 2025-03-19 03:55:04,433:vantageDbJob:INFO:Finished
• 2025-03-19 04:25:03,988:vantageDbJob:INFO:Started
• 2025-03-19 04:25:04,045:vantageDbJob:INFO:Processing append from weatherlink.com
• 2025-03-19 04:25:04,046:vantageDbJob.import_wl2:INFO:Downloading records from 2025-03-19 03:00:01
• 2025-03-19 04:25:04,537:vantageDbJob.mySql:INFO:No new archive records
• 2025-03-19 04:25:04,550:vantageDbJob.mySql:INFO:Recalculating summaries from 2025-03-19 00:01:00 to None
• 2025-03-19 04:25:04,572:vantageDbJob:INFO:Finished
• 2025-03-19 04:55:04,336:vantageDbJob:INFO:Started
• 2025-03-19 04:55:04,352:vantageDbJob:INFO:Processing append from weatherlink.com
• 2025-03-19 04:55:04,352:vantageDbJob.import_wl2:INFO:Downloading records from 2025-03-19 03:00:01
• 2025-03-19 04:55:04,784:vantageDbJob.import_wl2:INFO:Downloaded 3 records from 2025-03-19 03:30:00 to 2025-03-19 04:30:00
• 2025-03-19 04:55:04,785:vantageDbJob.mySql:INFO:Appending 3 archive records from 2025-03-19 03:30:00 to 2025-03-19 04:30:00
• 2025-03-19 04:55:04,788:vantageDbJob.mySql:INFO:Recalculating summaries from 2025-03-19 00:01:00 to None
• 2025-03-19 04:55:04,790:vantageDbJob:INFO:Finished
• 2025-03-19 05:25:03,925:vantageDbJob:INFO:Started
• 2025-03-19 05:25:03,943:vantageDbJob:INFO:Processing append from weatherlink.com
• 2025-03-19 05:25:03,944:vantageDbJob.import_wl2:INFO:Downloading records from 2025-03-19 04:30:01
• 2025-03-19 05:25:04,410:vantageDbJob.mySql:INFO:No new archive records
• 2025-03-19 05:25:04,412:vantageDbJob.mySql:INFO:Recalculating summaries from 2025-03-19 00:01:00 to None
• 2025-03-19 05:25:04,412:vantageDbJob:INFO:Finished
Back to Top of Page