stefa168

weewx logging errors

Jun 16th, 2022
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 104.64 KB | None | 0 0
  1. /home/weewx # ./bin/weewxd /data/weewx/weewx.conf
  2. --- Logging error ---
  3. Traceback (most recent call last):
  4. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  5. self.socket.send(msg)
  6. OSError: [Errno 9] Bad file descriptor
  7.  
  8. During handling of the above exception, another exception occurred:
  9.  
  10. Traceback (most recent call last):
  11. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  12. self.socket.connect(address)
  13. FileNotFoundError: [Errno 2] No such file or directory
  14.  
  15. During handling of the above exception, another exception occurred:
  16.  
  17. Traceback (most recent call last):
  18. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  19. self._connect_unixsocket(self.address)
  20. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  21. self.socket.connect(address)
  22. FileNotFoundError: [Errno 2] No such file or directory
  23. Call stack:
  24. File "/home/weewx/./bin/weewxd", line 248, in <module>
  25. main()
  26. File "/home/weewx/./bin/weewxd", line 101, in main
  27. log.info("Initializing weewx version %s", weewx.__version__)
  28. Message: 'Initializing weewx version %s'
  29. Arguments: ('4.8.0',)
  30. --- Logging error ---
  31. Traceback (most recent call last):
  32. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  33. self.socket.send(msg)
  34. OSError: [Errno 9] Bad file descriptor
  35.  
  36. During handling of the above exception, another exception occurred:
  37.  
  38. Traceback (most recent call last):
  39. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  40. self.socket.connect(address)
  41. FileNotFoundError: [Errno 2] No such file or directory
  42.  
  43. During handling of the above exception, another exception occurred:
  44.  
  45. Traceback (most recent call last):
  46. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  47. self._connect_unixsocket(self.address)
  48. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  49. self.socket.connect(address)
  50. FileNotFoundError: [Errno 2] No such file or directory
  51. Call stack:
  52. File "/home/weewx/./bin/weewxd", line 248, in <module>
  53. main()
  54. File "/home/weewx/./bin/weewxd", line 102, in main
  55. log.info("Using Python %s", sys.version)
  56. Message: 'Using Python %s'
  57. Arguments: ('3.10.4 (main, Apr 30 2022, 16:49:16) [GCC 11.2.1 20220219]',)
  58. --- Logging error ---
  59. Traceback (most recent call last):
  60. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  61. self.socket.send(msg)
  62. OSError: [Errno 9] Bad file descriptor
  63.  
  64. During handling of the above exception, another exception occurred:
  65.  
  66. Traceback (most recent call last):
  67. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  68. self.socket.connect(address)
  69. FileNotFoundError: [Errno 2] No such file or directory
  70.  
  71. During handling of the above exception, another exception occurred:
  72.  
  73. Traceback (most recent call last):
  74. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  75. self._connect_unixsocket(self.address)
  76. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  77. self.socket.connect(address)
  78. FileNotFoundError: [Errno 2] No such file or directory
  79. Call stack:
  80. File "/home/weewx/./bin/weewxd", line 248, in <module>
  81. main()
  82. File "/home/weewx/./bin/weewxd", line 103, in main
  83. log.info("Platform %s", platform.platform())
  84. Message: 'Platform %s'
  85. Arguments: ('Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with',)
  86. --- Logging error ---
  87. Traceback (most recent call last):
  88. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  89. self.socket.send(msg)
  90. OSError: [Errno 9] Bad file descriptor
  91.  
  92. During handling of the above exception, another exception occurred:
  93.  
  94. Traceback (most recent call last):
  95. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  96. self.socket.connect(address)
  97. FileNotFoundError: [Errno 2] No such file or directory
  98.  
  99. During handling of the above exception, another exception occurred:
  100.  
  101. Traceback (most recent call last):
  102. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  103. self._connect_unixsocket(self.address)
  104. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  105. self.socket.connect(address)
  106. FileNotFoundError: [Errno 2] No such file or directory
  107. Call stack:
  108. File "/home/weewx/./bin/weewxd", line 248, in <module>
  109. main()
  110. File "/home/weewx/./bin/weewxd", line 104, in main
  111. log.info("Locale is '%s'", locale.setlocale(locale.LC_ALL))
  112. Message: "Locale is '%s'"
  113. Arguments: ('C.UTF-8;C;C;C;C;C',)
  114. --- Logging error ---
  115. Traceback (most recent call last):
  116. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  117. self.socket.send(msg)
  118. OSError: [Errno 9] Bad file descriptor
  119.  
  120. During handling of the above exception, another exception occurred:
  121.  
  122. Traceback (most recent call last):
  123. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  124. self.socket.connect(address)
  125. FileNotFoundError: [Errno 2] No such file or directory
  126.  
  127. During handling of the above exception, another exception occurred:
  128.  
  129. Traceback (most recent call last):
  130. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  131. self._connect_unixsocket(self.address)
  132. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  133. self.socket.connect(address)
  134. FileNotFoundError: [Errno 2] No such file or directory
  135. Call stack:
  136. File "/home/weewx/./bin/weewxd", line 248, in <module>
  137. main()
  138. File "/home/weewx/./bin/weewxd", line 105, in main
  139. log.info("Using configuration file %s", config_path)
  140. Message: 'Using configuration file %s'
  141. Arguments: ('/data/weewx/weewx.conf',)
  142. --- Logging error ---
  143. Traceback (most recent call last):
  144. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  145. self.socket.send(msg)
  146. OSError: [Errno 9] Bad file descriptor
  147.  
  148. During handling of the above exception, another exception occurred:
  149.  
  150. Traceback (most recent call last):
  151. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  152. self.socket.connect(address)
  153. FileNotFoundError: [Errno 2] No such file or directory
  154.  
  155. During handling of the above exception, another exception occurred:
  156.  
  157. Traceback (most recent call last):
  158. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  159. self._connect_unixsocket(self.address)
  160. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  161. self.socket.connect(address)
  162. FileNotFoundError: [Errno 2] No such file or directory
  163. Call stack:
  164. File "/home/weewx/./bin/weewxd", line 248, in <module>
  165. main()
  166. File "/home/weewx/./bin/weewxd", line 106, in main
  167. log.info("Debug is %s", weewx.debug)
  168. Message: 'Debug is %s'
  169. Arguments: (1,)
  170. --- Logging error ---
  171. Traceback (most recent call last):
  172. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  173. self.socket.send(msg)
  174. OSError: [Errno 9] Bad file descriptor
  175.  
  176. During handling of the above exception, another exception occurred:
  177.  
  178. Traceback (most recent call last):
  179. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  180. self.socket.connect(address)
  181. FileNotFoundError: [Errno 2] No such file or directory
  182.  
  183. During handling of the above exception, another exception occurred:
  184.  
  185. Traceback (most recent call last):
  186. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  187. self._connect_unixsocket(self.address)
  188. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  189. self.socket.connect(address)
  190. FileNotFoundError: [Errno 2] No such file or directory
  191. Call stack:
  192. File "/home/weewx/./bin/weewxd", line 248, in <module>
  193. main()
  194. File "/home/weewx/./bin/weewxd", line 144, in main
  195. log.debug("Initializing engine")
  196. Message: 'Initializing engine'
  197. Arguments: ()
  198. --- Logging error ---
  199. Traceback (most recent call last):
  200. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  201. self.socket.send(msg)
  202. OSError: [Errno 9] Bad file descriptor
  203.  
  204. During handling of the above exception, another exception occurred:
  205.  
  206. Traceback (most recent call last):
  207. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  208. self.socket.connect(address)
  209. FileNotFoundError: [Errno 2] No such file or directory
  210.  
  211. During handling of the above exception, another exception occurred:
  212.  
  213. Traceback (most recent call last):
  214. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  215. self._connect_unixsocket(self.address)
  216. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  217. self.socket.connect(address)
  218. FileNotFoundError: [Errno 2] No such file or directory
  219. Call stack:
  220. File "/home/weewx/./bin/weewxd", line 248, in <module>
  221. main()
  222. File "/home/weewx/./bin/weewxd", line 147, in main
  223. engine = weewx.engine.StdEngine(config_dict)
  224. File "/home/weewx/bin/weewx/engine.py", line 81, in __init__
  225. self.setupStation(config_dict)
  226. File "/home/weewx/bin/weewx/engine.py", line 105, in setupStation
  227. log.info("Loading station type %s (%s)", station_type, driver)
  228. Message: 'Loading station type %s (%s)'
  229. Arguments: ('Simulator', 'weewx.drivers.simulator')
  230. --- Logging error ---
  231. Traceback (most recent call last):
  232. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  233. self.socket.send(msg)
  234. OSError: [Errno 9] Bad file descriptor
  235.  
  236. During handling of the above exception, another exception occurred:
  237.  
  238. Traceback (most recent call last):
  239. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  240. self.socket.connect(address)
  241. FileNotFoundError: [Errno 2] No such file or directory
  242.  
  243. During handling of the above exception, another exception occurred:
  244.  
  245. Traceback (most recent call last):
  246. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  247. self._connect_unixsocket(self.address)
  248. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  249. self.socket.connect(address)
  250. FileNotFoundError: [Errno 2] No such file or directory
  251. Call stack:
  252. File "/home/weewx/./bin/weewxd", line 248, in <module>
  253. main()
  254. File "/home/weewx/./bin/weewxd", line 147, in main
  255. engine = weewx.engine.StdEngine(config_dict)
  256. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  257. self.loadServices(config_dict)
  258. File "/home/weewx/bin/weewx/engine.py", line 158, in loadServices
  259. log.debug("Loading service %s", svc)
  260. Message: 'Loading service %s'
  261. Arguments: ('weewx.engine.StdTimeSynch',)
  262. --- Logging error ---
  263. Traceback (most recent call last):
  264. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  265. self.socket.send(msg)
  266. OSError: [Errno 9] Bad file descriptor
  267.  
  268. During handling of the above exception, another exception occurred:
  269.  
  270. Traceback (most recent call last):
  271. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  272. self.socket.connect(address)
  273. FileNotFoundError: [Errno 2] No such file or directory
  274.  
  275. During handling of the above exception, another exception occurred:
  276.  
  277. Traceback (most recent call last):
  278. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  279. self._connect_unixsocket(self.address)
  280. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  281. self.socket.connect(address)
  282. FileNotFoundError: [Errno 2] No such file or directory
  283. Call stack:
  284. File "/home/weewx/./bin/weewxd", line 248, in <module>
  285. main()
  286. File "/home/weewx/./bin/weewxd", line 147, in main
  287. engine = weewx.engine.StdEngine(config_dict)
  288. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  289. self.loadServices(config_dict)
  290. File "/home/weewx/bin/weewx/engine.py", line 164, in loadServices
  291. log.debug("Finished loading service %s", svc)
  292. Message: 'Finished loading service %s'
  293. Arguments: ('weewx.engine.StdTimeSynch',)
  294. --- Logging error ---
  295. Traceback (most recent call last):
  296. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  297. self.socket.send(msg)
  298. OSError: [Errno 9] Bad file descriptor
  299.  
  300. During handling of the above exception, another exception occurred:
  301.  
  302. Traceback (most recent call last):
  303. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  304. self.socket.connect(address)
  305. FileNotFoundError: [Errno 2] No such file or directory
  306.  
  307. During handling of the above exception, another exception occurred:
  308.  
  309. Traceback (most recent call last):
  310. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  311. self._connect_unixsocket(self.address)
  312. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  313. self.socket.connect(address)
  314. FileNotFoundError: [Errno 2] No such file or directory
  315. Call stack:
  316. File "/home/weewx/./bin/weewxd", line 248, in <module>
  317. main()
  318. File "/home/weewx/./bin/weewxd", line 147, in main
  319. engine = weewx.engine.StdEngine(config_dict)
  320. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  321. self.loadServices(config_dict)
  322. File "/home/weewx/bin/weewx/engine.py", line 158, in loadServices
  323. log.debug("Loading service %s", svc)
  324. Message: 'Loading service %s'
  325. Arguments: ('weewx.engine.StdConvert',)
  326. --- Logging error ---
  327. Traceback (most recent call last):
  328. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  329. self.socket.send(msg)
  330. OSError: [Errno 9] Bad file descriptor
  331.  
  332. During handling of the above exception, another exception occurred:
  333.  
  334. Traceback (most recent call last):
  335. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  336. self.socket.connect(address)
  337. FileNotFoundError: [Errno 2] No such file or directory
  338.  
  339. During handling of the above exception, another exception occurred:
  340.  
  341. Traceback (most recent call last):
  342. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  343. self._connect_unixsocket(self.address)
  344. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  345. self.socket.connect(address)
  346. FileNotFoundError: [Errno 2] No such file or directory
  347. Call stack:
  348. File "/home/weewx/./bin/weewxd", line 248, in <module>
  349. main()
  350. File "/home/weewx/./bin/weewxd", line 147, in main
  351. engine = weewx.engine.StdEngine(config_dict)
  352. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  353. self.loadServices(config_dict)
  354. File "/home/weewx/bin/weewx/engine.py", line 161, in loadServices
  355. obj = weeutil.weeutil.get_object(svc)(self, config_dict)
  356. File "/home/weewx/bin/weewx/engine.py", line 354, in __init__
  357. log.info("StdConvert target unit is 0x%x", self.target_unit)
  358. Message: 'StdConvert target unit is 0x%x'
  359. Arguments: (1,)
  360. --- Logging error ---
  361. Traceback (most recent call last):
  362. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  363. self.socket.send(msg)
  364. OSError: [Errno 9] Bad file descriptor
  365.  
  366. During handling of the above exception, another exception occurred:
  367.  
  368. Traceback (most recent call last):
  369. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  370. self.socket.connect(address)
  371. FileNotFoundError: [Errno 2] No such file or directory
  372.  
  373. During handling of the above exception, another exception occurred:
  374.  
  375. Traceback (most recent call last):
  376. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  377. self._connect_unixsocket(self.address)
  378. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  379. self.socket.connect(address)
  380. FileNotFoundError: [Errno 2] No such file or directory
  381. Call stack:
  382. File "/home/weewx/./bin/weewxd", line 248, in <module>
  383. main()
  384. File "/home/weewx/./bin/weewxd", line 147, in main
  385. engine = weewx.engine.StdEngine(config_dict)
  386. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  387. self.loadServices(config_dict)
  388. File "/home/weewx/bin/weewx/engine.py", line 164, in loadServices
  389. log.debug("Finished loading service %s", svc)
  390. Message: 'Finished loading service %s'
  391. Arguments: ('weewx.engine.StdConvert',)
  392. --- Logging error ---
  393. Traceback (most recent call last):
  394. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  395. self.socket.send(msg)
  396. OSError: [Errno 9] Bad file descriptor
  397.  
  398. During handling of the above exception, another exception occurred:
  399.  
  400. Traceback (most recent call last):
  401. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  402. self.socket.connect(address)
  403. FileNotFoundError: [Errno 2] No such file or directory
  404.  
  405. During handling of the above exception, another exception occurred:
  406.  
  407. Traceback (most recent call last):
  408. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  409. self._connect_unixsocket(self.address)
  410. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  411. self.socket.connect(address)
  412. FileNotFoundError: [Errno 2] No such file or directory
  413. Call stack:
  414. File "/home/weewx/./bin/weewxd", line 248, in <module>
  415. main()
  416. File "/home/weewx/./bin/weewxd", line 147, in main
  417. engine = weewx.engine.StdEngine(config_dict)
  418. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  419. self.loadServices(config_dict)
  420. File "/home/weewx/bin/weewx/engine.py", line 158, in loadServices
  421. log.debug("Loading service %s", svc)
  422. Message: 'Loading service %s'
  423. Arguments: ('weewx.engine.StdCalibrate',)
  424. --- Logging error ---
  425. Traceback (most recent call last):
  426. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  427. self.socket.send(msg)
  428. OSError: [Errno 9] Bad file descriptor
  429.  
  430. During handling of the above exception, another exception occurred:
  431.  
  432. Traceback (most recent call last):
  433. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  434. self.socket.connect(address)
  435. FileNotFoundError: [Errno 2] No such file or directory
  436.  
  437. During handling of the above exception, another exception occurred:
  438.  
  439. Traceback (most recent call last):
  440. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  441. self._connect_unixsocket(self.address)
  442. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  443. self.socket.connect(address)
  444. FileNotFoundError: [Errno 2] No such file or directory
  445. Call stack:
  446. File "/home/weewx/./bin/weewxd", line 248, in <module>
  447. main()
  448. File "/home/weewx/./bin/weewxd", line 147, in main
  449. engine = weewx.engine.StdEngine(config_dict)
  450. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  451. self.loadServices(config_dict)
  452. File "/home/weewx/bin/weewx/engine.py", line 164, in loadServices
  453. log.debug("Finished loading service %s", svc)
  454. Message: 'Finished loading service %s'
  455. Arguments: ('weewx.engine.StdCalibrate',)
  456. --- Logging error ---
  457. Traceback (most recent call last):
  458. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  459. self.socket.send(msg)
  460. OSError: [Errno 9] Bad file descriptor
  461.  
  462. During handling of the above exception, another exception occurred:
  463.  
  464. Traceback (most recent call last):
  465. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  466. self.socket.connect(address)
  467. FileNotFoundError: [Errno 2] No such file or directory
  468.  
  469. During handling of the above exception, another exception occurred:
  470.  
  471. Traceback (most recent call last):
  472. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  473. self._connect_unixsocket(self.address)
  474. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  475. self.socket.connect(address)
  476. FileNotFoundError: [Errno 2] No such file or directory
  477. Call stack:
  478. File "/home/weewx/./bin/weewxd", line 248, in <module>
  479. main()
  480. File "/home/weewx/./bin/weewxd", line 147, in main
  481. engine = weewx.engine.StdEngine(config_dict)
  482. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  483. self.loadServices(config_dict)
  484. File "/home/weewx/bin/weewx/engine.py", line 158, in loadServices
  485. log.debug("Loading service %s", svc)
  486. Message: 'Loading service %s'
  487. Arguments: ('weewx.engine.StdQC',)
  488. --- Logging error ---
  489. Traceback (most recent call last):
  490. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  491. self.socket.send(msg)
  492. OSError: [Errno 9] Bad file descriptor
  493.  
  494. During handling of the above exception, another exception occurred:
  495.  
  496. Traceback (most recent call last):
  497. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  498. self.socket.connect(address)
  499. FileNotFoundError: [Errno 2] No such file or directory
  500.  
  501. During handling of the above exception, another exception occurred:
  502.  
  503. Traceback (most recent call last):
  504. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  505. self._connect_unixsocket(self.address)
  506. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  507. self.socket.connect(address)
  508. FileNotFoundError: [Errno 2] No such file or directory
  509. Call stack:
  510. File "/home/weewx/./bin/weewxd", line 248, in <module>
  511. main()
  512. File "/home/weewx/./bin/weewxd", line 147, in main
  513. engine = weewx.engine.StdEngine(config_dict)
  514. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  515. self.loadServices(config_dict)
  516. File "/home/weewx/bin/weewx/engine.py", line 164, in loadServices
  517. log.debug("Finished loading service %s", svc)
  518. Message: 'Finished loading service %s'
  519. Arguments: ('weewx.engine.StdQC',)
  520. --- Logging error ---
  521. Traceback (most recent call last):
  522. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  523. self.socket.send(msg)
  524. OSError: [Errno 9] Bad file descriptor
  525.  
  526. During handling of the above exception, another exception occurred:
  527.  
  528. Traceback (most recent call last):
  529. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  530. self.socket.connect(address)
  531. FileNotFoundError: [Errno 2] No such file or directory
  532.  
  533. During handling of the above exception, another exception occurred:
  534.  
  535. Traceback (most recent call last):
  536. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  537. self._connect_unixsocket(self.address)
  538. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  539. self.socket.connect(address)
  540. FileNotFoundError: [Errno 2] No such file or directory
  541. Call stack:
  542. File "/home/weewx/./bin/weewxd", line 248, in <module>
  543. main()
  544. File "/home/weewx/./bin/weewxd", line 147, in main
  545. engine = weewx.engine.StdEngine(config_dict)
  546. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  547. self.loadServices(config_dict)
  548. File "/home/weewx/bin/weewx/engine.py", line 158, in loadServices
  549. log.debug("Loading service %s", svc)
  550. Message: 'Loading service %s'
  551. Arguments: ('weewx.wxservices.StdWXCalculate',)
  552. --- Logging error ---
  553. Traceback (most recent call last):
  554. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  555. self.socket.send(msg)
  556. OSError: [Errno 9] Bad file descriptor
  557.  
  558. During handling of the above exception, another exception occurred:
  559.  
  560. Traceback (most recent call last):
  561. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  562. self.socket.connect(address)
  563. FileNotFoundError: [Errno 2] No such file or directory
  564.  
  565. During handling of the above exception, another exception occurred:
  566.  
  567. Traceback (most recent call last):
  568. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  569. self._connect_unixsocket(self.address)
  570. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  571. self.socket.connect(address)
  572. FileNotFoundError: [Errno 2] No such file or directory
  573. Call stack:
  574. File "/home/weewx/./bin/weewxd", line 248, in <module>
  575. main()
  576. File "/home/weewx/./bin/weewxd", line 147, in main
  577. engine = weewx.engine.StdEngine(config_dict)
  578. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  579. self.loadServices(config_dict)
  580. File "/home/weewx/bin/weewx/engine.py", line 161, in loadServices
  581. obj = weeutil.weeutil.get_object(svc)(self, config_dict)
  582. File "/home/weewx/bin/weewx/wxservices.py", line 91, in __init__
  583. log.info("StdWXCalculate will use data binding %s" % data_binding)
  584. Message: 'StdWXCalculate will use data binding wx_binding'
  585. Arguments: ()
  586. --- Logging error ---
  587. Traceback (most recent call last):
  588. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  589. self.socket.send(msg)
  590. OSError: [Errno 9] Bad file descriptor
  591.  
  592. During handling of the above exception, another exception occurred:
  593.  
  594. Traceback (most recent call last):
  595. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  596. self.socket.connect(address)
  597. FileNotFoundError: [Errno 2] No such file or directory
  598.  
  599. During handling of the above exception, another exception occurred:
  600.  
  601. Traceback (most recent call last):
  602. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  603. self._connect_unixsocket(self.address)
  604. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  605. self.socket.connect(address)
  606. FileNotFoundError: [Errno 2] No such file or directory
  607. Call stack:
  608. File "/home/weewx/./bin/weewxd", line 248, in <module>
  609. main()
  610. File "/home/weewx/./bin/weewxd", line 147, in main
  611. engine = weewx.engine.StdEngine(config_dict)
  612. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  613. self.loadServices(config_dict)
  614. File "/home/weewx/bin/weewx/engine.py", line 161, in loadServices
  615. obj = weeutil.weeutil.get_object(svc)(self, config_dict)
  616. File "/home/weewx/bin/weewx/wxservices.py", line 104, in __init__
  617. self.db_manager = engine.db_binder.get_manager(data_binding=data_binding,
  618. File "/home/weewx/bin/weewx/manager.py", line 597, in get_manager
  619. self.manager_cache[data_binding] = open_manager(manager_dict, initialize)
  620. File "/home/weewx/bin/weewx/manager.py", line 745, in open_manager
  621. return manager_cls.open_with_create(manager_dict['database_dict'],
  622. File "/home/weewx/bin/weewx/manager.py", line 164, in open_with_create
  623. dbmanager = cls(connection, table_name=table_name, schema=schema)
  624. File "/home/weewx/bin/weewx/manager.py", line 893, in __init__
  625. DaySummaryManager._create_sync(self)
  626. File "/home/weewx/bin/weewx/manager.py", line 920, in _create_sync
  627. log.debug('Daily summary version is %s', self.version)
  628. Message: 'Daily summary version is %s'
  629. Arguments: ('4.0',)
  630. --- Logging error ---
  631. Traceback (most recent call last):
  632. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  633. self.socket.send(msg)
  634. OSError: [Errno 9] Bad file descriptor
  635.  
  636. During handling of the above exception, another exception occurred:
  637.  
  638. Traceback (most recent call last):
  639. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  640. self.socket.connect(address)
  641. FileNotFoundError: [Errno 2] No such file or directory
  642.  
  643. During handling of the above exception, another exception occurred:
  644.  
  645. Traceback (most recent call last):
  646. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  647. self._connect_unixsocket(self.address)
  648. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  649. self.socket.connect(address)
  650. FileNotFoundError: [Errno 2] No such file or directory
  651. Call stack:
  652. File "/home/weewx/./bin/weewxd", line 248, in <module>
  653. main()
  654. File "/home/weewx/./bin/weewxd", line 147, in main
  655. engine = weewx.engine.StdEngine(config_dict)
  656. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  657. self.loadServices(config_dict)
  658. File "/home/weewx/bin/weewx/engine.py", line 164, in loadServices
  659. log.debug("Finished loading service %s", svc)
  660. Message: 'Finished loading service %s'
  661. Arguments: ('weewx.wxservices.StdWXCalculate',)
  662. --- Logging error ---
  663. Traceback (most recent call last):
  664. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  665. self.socket.send(msg)
  666. OSError: [Errno 9] Bad file descriptor
  667.  
  668. During handling of the above exception, another exception occurred:
  669.  
  670. Traceback (most recent call last):
  671. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  672. self.socket.connect(address)
  673. FileNotFoundError: [Errno 2] No such file or directory
  674.  
  675. During handling of the above exception, another exception occurred:
  676.  
  677. Traceback (most recent call last):
  678. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  679. self._connect_unixsocket(self.address)
  680. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  681. self.socket.connect(address)
  682. FileNotFoundError: [Errno 2] No such file or directory
  683. Call stack:
  684. File "/home/weewx/./bin/weewxd", line 248, in <module>
  685. main()
  686. File "/home/weewx/./bin/weewxd", line 147, in main
  687. engine = weewx.engine.StdEngine(config_dict)
  688. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  689. self.loadServices(config_dict)
  690. File "/home/weewx/bin/weewx/engine.py", line 158, in loadServices
  691. log.debug("Loading service %s", svc)
  692. Message: 'Loading service %s'
  693. Arguments: ('weewx.wxxtypes.StdWXXTypes',)
  694. --- Logging error ---
  695. Traceback (most recent call last):
  696. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  697. self.socket.send(msg)
  698. OSError: [Errno 9] Bad file descriptor
  699.  
  700. During handling of the above exception, another exception occurred:
  701.  
  702. Traceback (most recent call last):
  703. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  704. self.socket.connect(address)
  705. FileNotFoundError: [Errno 2] No such file or directory
  706.  
  707. During handling of the above exception, another exception occurred:
  708.  
  709. Traceback (most recent call last):
  710. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  711. self._connect_unixsocket(self.address)
  712. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  713. self.socket.connect(address)
  714. FileNotFoundError: [Errno 2] No such file or directory
  715. Call stack:
  716. File "/home/weewx/./bin/weewxd", line 248, in <module>
  717. main()
  718. File "/home/weewx/./bin/weewxd", line 147, in main
  719. engine = weewx.engine.StdEngine(config_dict)
  720. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  721. self.loadServices(config_dict)
  722. File "/home/weewx/bin/weewx/engine.py", line 164, in loadServices
  723. log.debug("Finished loading service %s", svc)
  724. Message: 'Finished loading service %s'
  725. Arguments: ('weewx.wxxtypes.StdWXXTypes',)
  726. --- Logging error ---
  727. Traceback (most recent call last):
  728. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  729. self.socket.send(msg)
  730. OSError: [Errno 9] Bad file descriptor
  731.  
  732. During handling of the above exception, another exception occurred:
  733.  
  734. Traceback (most recent call last):
  735. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  736. self.socket.connect(address)
  737. FileNotFoundError: [Errno 2] No such file or directory
  738.  
  739. During handling of the above exception, another exception occurred:
  740.  
  741. Traceback (most recent call last):
  742. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  743. self._connect_unixsocket(self.address)
  744. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  745. self.socket.connect(address)
  746. FileNotFoundError: [Errno 2] No such file or directory
  747. Call stack:
  748. File "/home/weewx/./bin/weewxd", line 248, in <module>
  749. main()
  750. File "/home/weewx/./bin/weewxd", line 147, in main
  751. engine = weewx.engine.StdEngine(config_dict)
  752. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  753. self.loadServices(config_dict)
  754. File "/home/weewx/bin/weewx/engine.py", line 158, in loadServices
  755. log.debug("Loading service %s", svc)
  756. Message: 'Loading service %s'
  757. Arguments: ('weewx.wxxtypes.StdPressureCooker',)
  758. --- Logging error ---
  759. Traceback (most recent call last):
  760. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  761. self.socket.send(msg)
  762. OSError: [Errno 9] Bad file descriptor
  763.  
  764. During handling of the above exception, another exception occurred:
  765.  
  766. Traceback (most recent call last):
  767. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  768. self.socket.connect(address)
  769. FileNotFoundError: [Errno 2] No such file or directory
  770.  
  771. During handling of the above exception, another exception occurred:
  772.  
  773. Traceback (most recent call last):
  774. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  775. self._connect_unixsocket(self.address)
  776. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  777. self.socket.connect(address)
  778. FileNotFoundError: [Errno 2] No such file or directory
  779. Call stack:
  780. File "/home/weewx/./bin/weewxd", line 248, in <module>
  781. main()
  782. File "/home/weewx/./bin/weewxd", line 147, in main
  783. engine = weewx.engine.StdEngine(config_dict)
  784. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  785. self.loadServices(config_dict)
  786. File "/home/weewx/bin/weewx/engine.py", line 164, in loadServices
  787. log.debug("Finished loading service %s", svc)
  788. Message: 'Finished loading service %s'
  789. Arguments: ('weewx.wxxtypes.StdPressureCooker',)
  790. --- Logging error ---
  791. Traceback (most recent call last):
  792. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  793. self.socket.send(msg)
  794. OSError: [Errno 9] Bad file descriptor
  795.  
  796. During handling of the above exception, another exception occurred:
  797.  
  798. Traceback (most recent call last):
  799. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  800. self.socket.connect(address)
  801. FileNotFoundError: [Errno 2] No such file or directory
  802.  
  803. During handling of the above exception, another exception occurred:
  804.  
  805. Traceback (most recent call last):
  806. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  807. self._connect_unixsocket(self.address)
  808. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  809. self.socket.connect(address)
  810. FileNotFoundError: [Errno 2] No such file or directory
  811. Call stack:
  812. File "/home/weewx/./bin/weewxd", line 248, in <module>
  813. main()
  814. File "/home/weewx/./bin/weewxd", line 147, in main
  815. engine = weewx.engine.StdEngine(config_dict)
  816. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  817. self.loadServices(config_dict)
  818. File "/home/weewx/bin/weewx/engine.py", line 158, in loadServices
  819. log.debug("Loading service %s", svc)
  820. Message: 'Loading service %s'
  821. Arguments: ('weewx.wxxtypes.StdRainRater',)
  822. --- Logging error ---
  823. Traceback (most recent call last):
  824. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  825. self.socket.send(msg)
  826. OSError: [Errno 9] Bad file descriptor
  827.  
  828. During handling of the above exception, another exception occurred:
  829.  
  830. Traceback (most recent call last):
  831. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  832. self.socket.connect(address)
  833. FileNotFoundError: [Errno 2] No such file or directory
  834.  
  835. During handling of the above exception, another exception occurred:
  836.  
  837. Traceback (most recent call last):
  838. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  839. self._connect_unixsocket(self.address)
  840. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  841. self.socket.connect(address)
  842. FileNotFoundError: [Errno 2] No such file or directory
  843. Call stack:
  844. File "/home/weewx/./bin/weewxd", line 248, in <module>
  845. main()
  846. File "/home/weewx/./bin/weewxd", line 147, in main
  847. engine = weewx.engine.StdEngine(config_dict)
  848. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  849. self.loadServices(config_dict)
  850. File "/home/weewx/bin/weewx/engine.py", line 164, in loadServices
  851. log.debug("Finished loading service %s", svc)
  852. Message: 'Finished loading service %s'
  853. Arguments: ('weewx.wxxtypes.StdRainRater',)
  854. --- Logging error ---
  855. Traceback (most recent call last):
  856. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  857. self.socket.send(msg)
  858. OSError: [Errno 9] Bad file descriptor
  859.  
  860. During handling of the above exception, another exception occurred:
  861.  
  862. Traceback (most recent call last):
  863. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  864. self.socket.connect(address)
  865. FileNotFoundError: [Errno 2] No such file or directory
  866.  
  867. During handling of the above exception, another exception occurred:
  868.  
  869. Traceback (most recent call last):
  870. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  871. self._connect_unixsocket(self.address)
  872. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  873. self.socket.connect(address)
  874. FileNotFoundError: [Errno 2] No such file or directory
  875. Call stack:
  876. File "/home/weewx/./bin/weewxd", line 248, in <module>
  877. main()
  878. File "/home/weewx/./bin/weewxd", line 147, in main
  879. engine = weewx.engine.StdEngine(config_dict)
  880. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  881. self.loadServices(config_dict)
  882. File "/home/weewx/bin/weewx/engine.py", line 158, in loadServices
  883. log.debug("Loading service %s", svc)
  884. Message: 'Loading service %s'
  885. Arguments: ('weewx.wxxtypes.StdDelta',)
  886. --- Logging error ---
  887. Traceback (most recent call last):
  888. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  889. self.socket.send(msg)
  890. OSError: [Errno 9] Bad file descriptor
  891.  
  892. During handling of the above exception, another exception occurred:
  893.  
  894. Traceback (most recent call last):
  895. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  896. self.socket.connect(address)
  897. FileNotFoundError: [Errno 2] No such file or directory
  898.  
  899. During handling of the above exception, another exception occurred:
  900.  
  901. Traceback (most recent call last):
  902. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  903. self._connect_unixsocket(self.address)
  904. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  905. self.socket.connect(address)
  906. FileNotFoundError: [Errno 2] No such file or directory
  907. Call stack:
  908. File "/home/weewx/./bin/weewxd", line 248, in <module>
  909. main()
  910. File "/home/weewx/./bin/weewxd", line 147, in main
  911. engine = weewx.engine.StdEngine(config_dict)
  912. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  913. self.loadServices(config_dict)
  914. File "/home/weewx/bin/weewx/engine.py", line 164, in loadServices
  915. log.debug("Finished loading service %s", svc)
  916. Message: 'Finished loading service %s'
  917. Arguments: ('weewx.wxxtypes.StdDelta',)
  918. --- Logging error ---
  919. Traceback (most recent call last):
  920. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  921. self.socket.send(msg)
  922. OSError: [Errno 9] Bad file descriptor
  923.  
  924. During handling of the above exception, another exception occurred:
  925.  
  926. Traceback (most recent call last):
  927. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  928. self.socket.connect(address)
  929. FileNotFoundError: [Errno 2] No such file or directory
  930.  
  931. During handling of the above exception, another exception occurred:
  932.  
  933. Traceback (most recent call last):
  934. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  935. self._connect_unixsocket(self.address)
  936. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  937. self.socket.connect(address)
  938. FileNotFoundError: [Errno 2] No such file or directory
  939. Call stack:
  940. File "/home/weewx/./bin/weewxd", line 248, in <module>
  941. main()
  942. File "/home/weewx/./bin/weewxd", line 147, in main
  943. engine = weewx.engine.StdEngine(config_dict)
  944. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  945. self.loadServices(config_dict)
  946. File "/home/weewx/bin/weewx/engine.py", line 158, in loadServices
  947. log.debug("Loading service %s", svc)
  948. Message: 'Loading service %s'
  949. Arguments: ('weewx.engine.StdArchive',)
  950. --- Logging error ---
  951. Traceback (most recent call last):
  952. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  953. self.socket.send(msg)
  954. OSError: [Errno 9] Bad file descriptor
  955.  
  956. During handling of the above exception, another exception occurred:
  957.  
  958. Traceback (most recent call last):
  959. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  960. self.socket.connect(address)
  961. FileNotFoundError: [Errno 2] No such file or directory
  962.  
  963. During handling of the above exception, another exception occurred:
  964.  
  965. Traceback (most recent call last):
  966. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  967. self._connect_unixsocket(self.address)
  968. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  969. self.socket.connect(address)
  970. FileNotFoundError: [Errno 2] No such file or directory
  971. Call stack:
  972. File "/home/weewx/./bin/weewxd", line 248, in <module>
  973. main()
  974. File "/home/weewx/./bin/weewxd", line 147, in main
  975. engine = weewx.engine.StdEngine(config_dict)
  976. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  977. self.loadServices(config_dict)
  978. File "/home/weewx/bin/weewx/engine.py", line 161, in loadServices
  979. obj = weeutil.weeutil.get_object(svc)(self, config_dict)
  980. File "/home/weewx/bin/weewx/engine.py", line 508, in __init__
  981. log.info("Archive will use data binding %s", self.data_binding)
  982. Message: 'Archive will use data binding %s'
  983. Arguments: ('wx_binding',)
  984. --- Logging error ---
  985. Traceback (most recent call last):
  986. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  987. self.socket.send(msg)
  988. OSError: [Errno 9] Bad file descriptor
  989.  
  990. During handling of the above exception, another exception occurred:
  991.  
  992. Traceback (most recent call last):
  993. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  994. self.socket.connect(address)
  995. FileNotFoundError: [Errno 2] No such file or directory
  996.  
  997. During handling of the above exception, another exception occurred:
  998.  
  999. Traceback (most recent call last):
  1000. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1001. self._connect_unixsocket(self.address)
  1002. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1003. self.socket.connect(address)
  1004. FileNotFoundError: [Errno 2] No such file or directory
  1005. Call stack:
  1006. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1007. main()
  1008. File "/home/weewx/./bin/weewxd", line 147, in main
  1009. engine = weewx.engine.StdEngine(config_dict)
  1010. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1011. self.loadServices(config_dict)
  1012. File "/home/weewx/bin/weewx/engine.py", line 161, in loadServices
  1013. obj = weeutil.weeutil.get_object(svc)(self, config_dict)
  1014. File "/home/weewx/bin/weewx/engine.py", line 509, in __init__
  1015. log.info("Record generation will be attempted in '%s'", self.record_generation)
  1016. Message: "Record generation will be attempted in '%s'"
  1017. Arguments: ('hardware',)
  1018. --- Logging error ---
  1019. Traceback (most recent call last):
  1020. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1021. self.socket.send(msg)
  1022. OSError: [Errno 9] Bad file descriptor
  1023.  
  1024. During handling of the above exception, another exception occurred:
  1025.  
  1026. Traceback (most recent call last):
  1027. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1028. self.socket.connect(address)
  1029. FileNotFoundError: [Errno 2] No such file or directory
  1030.  
  1031. During handling of the above exception, another exception occurred:
  1032.  
  1033. Traceback (most recent call last):
  1034. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1035. self._connect_unixsocket(self.address)
  1036. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1037. self.socket.connect(address)
  1038. FileNotFoundError: [Errno 2] No such file or directory
  1039. Call stack:
  1040. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1041. main()
  1042. File "/home/weewx/./bin/weewxd", line 147, in main
  1043. engine = weewx.engine.StdEngine(config_dict)
  1044. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1045. self.loadServices(config_dict)
  1046. File "/home/weewx/bin/weewx/engine.py", line 161, in loadServices
  1047. obj = weeutil.weeutil.get_object(svc)(self, config_dict)
  1048. File "/home/weewx/bin/weewx/engine.py", line 542, in __init__
  1049. log.info("Using archive interval of %d seconds %s", self.archive_interval, ival_msg)
  1050. Message: 'Using archive interval of %d seconds %s'
  1051. Arguments: (300, '(specified in weewx configuration)')
  1052. --- Logging error ---
  1053. Traceback (most recent call last):
  1054. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1055. self.socket.send(msg)
  1056. OSError: [Errno 9] Bad file descriptor
  1057.  
  1058. During handling of the above exception, another exception occurred:
  1059.  
  1060. Traceback (most recent call last):
  1061. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1062. self.socket.connect(address)
  1063. FileNotFoundError: [Errno 2] No such file or directory
  1064.  
  1065. During handling of the above exception, another exception occurred:
  1066.  
  1067. Traceback (most recent call last):
  1068. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1069. self._connect_unixsocket(self.address)
  1070. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1071. self.socket.connect(address)
  1072. FileNotFoundError: [Errno 2] No such file or directory
  1073. Call stack:
  1074. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1075. main()
  1076. File "/home/weewx/./bin/weewxd", line 147, in main
  1077. engine = weewx.engine.StdEngine(config_dict)
  1078. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1079. self.loadServices(config_dict)
  1080. File "/home/weewx/bin/weewx/engine.py", line 161, in loadServices
  1081. obj = weeutil.weeutil.get_object(svc)(self, config_dict)
  1082. File "/home/weewx/bin/weewx/engine.py", line 550, in __init__
  1083. log.debug("Use LOOP data in hi/low calculations: %d", self.loop_hilo)
  1084. Message: 'Use LOOP data in hi/low calculations: %d'
  1085. Arguments: (True,)
  1086. --- Logging error ---
  1087. Traceback (most recent call last):
  1088. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1089. self.socket.send(msg)
  1090. OSError: [Errno 9] Bad file descriptor
  1091.  
  1092. During handling of the above exception, another exception occurred:
  1093.  
  1094. Traceback (most recent call last):
  1095. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1096. self.socket.connect(address)
  1097. FileNotFoundError: [Errno 2] No such file or directory
  1098.  
  1099. During handling of the above exception, another exception occurred:
  1100.  
  1101. Traceback (most recent call last):
  1102. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1103. self._connect_unixsocket(self.address)
  1104. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1105. self.socket.connect(address)
  1106. FileNotFoundError: [Errno 2] No such file or directory
  1107. Call stack:
  1108. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1109. main()
  1110. File "/home/weewx/./bin/weewxd", line 147, in main
  1111. engine = weewx.engine.StdEngine(config_dict)
  1112. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1113. self.loadServices(config_dict)
  1114. File "/home/weewx/bin/weewx/engine.py", line 164, in loadServices
  1115. log.debug("Finished loading service %s", svc)
  1116. Message: 'Finished loading service %s'
  1117. Arguments: ('weewx.engine.StdArchive',)
  1118. --- Logging error ---
  1119. Traceback (most recent call last):
  1120. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1121. self.socket.send(msg)
  1122. OSError: [Errno 9] Bad file descriptor
  1123.  
  1124. During handling of the above exception, another exception occurred:
  1125.  
  1126. Traceback (most recent call last):
  1127. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1128. self.socket.connect(address)
  1129. FileNotFoundError: [Errno 2] No such file or directory
  1130.  
  1131. During handling of the above exception, another exception occurred:
  1132.  
  1133. Traceback (most recent call last):
  1134. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1135. self._connect_unixsocket(self.address)
  1136. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1137. self.socket.connect(address)
  1138. FileNotFoundError: [Errno 2] No such file or directory
  1139. Call stack:
  1140. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1141. main()
  1142. File "/home/weewx/./bin/weewxd", line 147, in main
  1143. engine = weewx.engine.StdEngine(config_dict)
  1144. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1145. self.loadServices(config_dict)
  1146. File "/home/weewx/bin/weewx/engine.py", line 158, in loadServices
  1147. log.debug("Loading service %s", svc)
  1148. Message: 'Loading service %s'
  1149. Arguments: ('weewx.restx.StdStationRegistry',)
  1150. --- Logging error ---
  1151. Traceback (most recent call last):
  1152. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1153. self.socket.send(msg)
  1154. OSError: [Errno 9] Bad file descriptor
  1155.  
  1156. During handling of the above exception, another exception occurred:
  1157.  
  1158. Traceback (most recent call last):
  1159. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1160. self.socket.connect(address)
  1161. FileNotFoundError: [Errno 2] No such file or directory
  1162.  
  1163. During handling of the above exception, another exception occurred:
  1164.  
  1165. Traceback (most recent call last):
  1166. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1167. self._connect_unixsocket(self.address)
  1168. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1169. self.socket.connect(address)
  1170. FileNotFoundError: [Errno 2] No such file or directory
  1171. Call stack:
  1172. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1173. main()
  1174. File "/home/weewx/./bin/weewxd", line 147, in main
  1175. engine = weewx.engine.StdEngine(config_dict)
  1176. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1177. self.loadServices(config_dict)
  1178. File "/home/weewx/bin/weewx/engine.py", line 161, in loadServices
  1179. obj = weeutil.weeutil.get_object(svc)(self, config_dict)
  1180. File "/home/weewx/bin/weewx/restx.py", line 1421, in __init__
  1181. log.info("StationRegistry: Registration not requested.")
  1182. Message: 'StationRegistry: Registration not requested.'
  1183. Arguments: ()
  1184. --- Logging error ---
  1185. Traceback (most recent call last):
  1186. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1187. self.socket.send(msg)
  1188. OSError: [Errno 9] Bad file descriptor
  1189.  
  1190. During handling of the above exception, another exception occurred:
  1191.  
  1192. Traceback (most recent call last):
  1193. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1194. self.socket.connect(address)
  1195. FileNotFoundError: [Errno 2] No such file or directory
  1196.  
  1197. During handling of the above exception, another exception occurred:
  1198.  
  1199. Traceback (most recent call last):
  1200. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1201. self._connect_unixsocket(self.address)
  1202. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1203. self.socket.connect(address)
  1204. FileNotFoundError: [Errno 2] No such file or directory
  1205. Call stack:
  1206. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1207. main()
  1208. File "/home/weewx/./bin/weewxd", line 147, in main
  1209. engine = weewx.engine.StdEngine(config_dict)
  1210. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1211. self.loadServices(config_dict)
  1212. File "/home/weewx/bin/weewx/engine.py", line 164, in loadServices
  1213. log.debug("Finished loading service %s", svc)
  1214. Message: 'Finished loading service %s'
  1215. Arguments: ('weewx.restx.StdStationRegistry',)
  1216. --- Logging error ---
  1217. Traceback (most recent call last):
  1218. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1219. self.socket.send(msg)
  1220. OSError: [Errno 9] Bad file descriptor
  1221.  
  1222. During handling of the above exception, another exception occurred:
  1223.  
  1224. Traceback (most recent call last):
  1225. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1226. self.socket.connect(address)
  1227. FileNotFoundError: [Errno 2] No such file or directory
  1228.  
  1229. During handling of the above exception, another exception occurred:
  1230.  
  1231. Traceback (most recent call last):
  1232. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1233. self._connect_unixsocket(self.address)
  1234. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1235. self.socket.connect(address)
  1236. FileNotFoundError: [Errno 2] No such file or directory
  1237. Call stack:
  1238. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1239. main()
  1240. File "/home/weewx/./bin/weewxd", line 147, in main
  1241. engine = weewx.engine.StdEngine(config_dict)
  1242. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1243. self.loadServices(config_dict)
  1244. File "/home/weewx/bin/weewx/engine.py", line 158, in loadServices
  1245. log.debug("Loading service %s", svc)
  1246. Message: 'Loading service %s'
  1247. Arguments: ('weewx.restx.StdWunderground',)
  1248. --- Logging error ---
  1249. Traceback (most recent call last):
  1250. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1251. self.socket.send(msg)
  1252. OSError: [Errno 9] Bad file descriptor
  1253.  
  1254. During handling of the above exception, another exception occurred:
  1255.  
  1256. Traceback (most recent call last):
  1257. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1258. self.socket.connect(address)
  1259. FileNotFoundError: [Errno 2] No such file or directory
  1260.  
  1261. During handling of the above exception, another exception occurred:
  1262.  
  1263. Traceback (most recent call last):
  1264. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1265. self._connect_unixsocket(self.address)
  1266. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1267. self.socket.connect(address)
  1268. FileNotFoundError: [Errno 2] No such file or directory
  1269. Call stack:
  1270. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1271. main()
  1272. File "/home/weewx/./bin/weewxd", line 147, in main
  1273. engine = weewx.engine.StdEngine(config_dict)
  1274. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1275. self.loadServices(config_dict)
  1276. File "/home/weewx/bin/weewx/engine.py", line 161, in loadServices
  1277. obj = weeutil.weeutil.get_object(svc)(self, config_dict)
  1278. File "/home/weewx/bin/weewx/restx.py", line 610, in __init__
  1279. _ambient_dict = get_site_dict(
  1280. File "/home/weewx/bin/weewx/restx.py", line 1865, in get_site_dict
  1281. log.info("%s: Posting not enabled.", service)
  1282. Message: '%s: Posting not enabled.'
  1283. Arguments: ('Wunderground',)
  1284. --- Logging error ---
  1285. Traceback (most recent call last):
  1286. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1287. self.socket.send(msg)
  1288. OSError: [Errno 9] Bad file descriptor
  1289.  
  1290. During handling of the above exception, another exception occurred:
  1291.  
  1292. Traceback (most recent call last):
  1293. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1294. self.socket.connect(address)
  1295. FileNotFoundError: [Errno 2] No such file or directory
  1296.  
  1297. During handling of the above exception, another exception occurred:
  1298.  
  1299. Traceback (most recent call last):
  1300. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1301. self._connect_unixsocket(self.address)
  1302. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1303. self.socket.connect(address)
  1304. FileNotFoundError: [Errno 2] No such file or directory
  1305. Call stack:
  1306. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1307. main()
  1308. File "/home/weewx/./bin/weewxd", line 147, in main
  1309. engine = weewx.engine.StdEngine(config_dict)
  1310. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1311. self.loadServices(config_dict)
  1312. File "/home/weewx/bin/weewx/engine.py", line 164, in loadServices
  1313. log.debug("Finished loading service %s", svc)
  1314. Message: 'Finished loading service %s'
  1315. Arguments: ('weewx.restx.StdWunderground',)
  1316. --- Logging error ---
  1317. Traceback (most recent call last):
  1318. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1319. self.socket.send(msg)
  1320. OSError: [Errno 9] Bad file descriptor
  1321.  
  1322. During handling of the above exception, another exception occurred:
  1323.  
  1324. Traceback (most recent call last):
  1325. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1326. self.socket.connect(address)
  1327. FileNotFoundError: [Errno 2] No such file or directory
  1328.  
  1329. During handling of the above exception, another exception occurred:
  1330.  
  1331. Traceback (most recent call last):
  1332. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1333. self._connect_unixsocket(self.address)
  1334. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1335. self.socket.connect(address)
  1336. FileNotFoundError: [Errno 2] No such file or directory
  1337. Call stack:
  1338. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1339. main()
  1340. File "/home/weewx/./bin/weewxd", line 147, in main
  1341. engine = weewx.engine.StdEngine(config_dict)
  1342. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1343. self.loadServices(config_dict)
  1344. File "/home/weewx/bin/weewx/engine.py", line 158, in loadServices
  1345. log.debug("Loading service %s", svc)
  1346. Message: 'Loading service %s'
  1347. Arguments: ('weewx.restx.StdPWSweather',)
  1348. --- Logging error ---
  1349. Traceback (most recent call last):
  1350. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1351. self.socket.send(msg)
  1352. OSError: [Errno 9] Bad file descriptor
  1353.  
  1354. During handling of the above exception, another exception occurred:
  1355.  
  1356. Traceback (most recent call last):
  1357. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1358. self.socket.connect(address)
  1359. FileNotFoundError: [Errno 2] No such file or directory
  1360.  
  1361. During handling of the above exception, another exception occurred:
  1362.  
  1363. Traceback (most recent call last):
  1364. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1365. self._connect_unixsocket(self.address)
  1366. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1367. self.socket.connect(address)
  1368. FileNotFoundError: [Errno 2] No such file or directory
  1369. Call stack:
  1370. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1371. main()
  1372. File "/home/weewx/./bin/weewxd", line 147, in main
  1373. engine = weewx.engine.StdEngine(config_dict)
  1374. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1375. self.loadServices(config_dict)
  1376. File "/home/weewx/bin/weewx/engine.py", line 161, in loadServices
  1377. obj = weeutil.weeutil.get_object(svc)(self, config_dict)
  1378. File "/home/weewx/bin/weewx/restx.py", line 733, in __init__
  1379. _ambient_dict = get_site_dict(
  1380. File "/home/weewx/bin/weewx/restx.py", line 1865, in get_site_dict
  1381. log.info("%s: Posting not enabled.", service)
  1382. Message: '%s: Posting not enabled.'
  1383. Arguments: ('PWSweather',)
  1384. --- Logging error ---
  1385. Traceback (most recent call last):
  1386. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1387. self.socket.send(msg)
  1388. OSError: [Errno 9] Bad file descriptor
  1389.  
  1390. During handling of the above exception, another exception occurred:
  1391.  
  1392. Traceback (most recent call last):
  1393. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1394. self.socket.connect(address)
  1395. FileNotFoundError: [Errno 2] No such file or directory
  1396.  
  1397. During handling of the above exception, another exception occurred:
  1398.  
  1399. Traceback (most recent call last):
  1400. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1401. self._connect_unixsocket(self.address)
  1402. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1403. self.socket.connect(address)
  1404. FileNotFoundError: [Errno 2] No such file or directory
  1405. Call stack:
  1406. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1407. main()
  1408. File "/home/weewx/./bin/weewxd", line 147, in main
  1409. engine = weewx.engine.StdEngine(config_dict)
  1410. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1411. self.loadServices(config_dict)
  1412. File "/home/weewx/bin/weewx/engine.py", line 164, in loadServices
  1413. log.debug("Finished loading service %s", svc)
  1414. Message: 'Finished loading service %s'
  1415. Arguments: ('weewx.restx.StdPWSweather',)
  1416. --- Logging error ---
  1417. Traceback (most recent call last):
  1418. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1419. self.socket.send(msg)
  1420. OSError: [Errno 9] Bad file descriptor
  1421.  
  1422. During handling of the above exception, another exception occurred:
  1423.  
  1424. Traceback (most recent call last):
  1425. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1426. self.socket.connect(address)
  1427. FileNotFoundError: [Errno 2] No such file or directory
  1428.  
  1429. During handling of the above exception, another exception occurred:
  1430.  
  1431. Traceback (most recent call last):
  1432. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1433. self._connect_unixsocket(self.address)
  1434. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1435. self.socket.connect(address)
  1436. FileNotFoundError: [Errno 2] No such file or directory
  1437. Call stack:
  1438. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1439. main()
  1440. File "/home/weewx/./bin/weewxd", line 147, in main
  1441. engine = weewx.engine.StdEngine(config_dict)
  1442. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1443. self.loadServices(config_dict)
  1444. File "/home/weewx/bin/weewx/engine.py", line 158, in loadServices
  1445. log.debug("Loading service %s", svc)
  1446. Message: 'Loading service %s'
  1447. Arguments: ('weewx.restx.StdCWOP',)
  1448. --- Logging error ---
  1449. Traceback (most recent call last):
  1450. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1451. self.socket.send(msg)
  1452. OSError: [Errno 9] Bad file descriptor
  1453.  
  1454. During handling of the above exception, another exception occurred:
  1455.  
  1456. Traceback (most recent call last):
  1457. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1458. self.socket.connect(address)
  1459. FileNotFoundError: [Errno 2] No such file or directory
  1460.  
  1461. During handling of the above exception, another exception occurred:
  1462.  
  1463. Traceback (most recent call last):
  1464. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1465. self._connect_unixsocket(self.address)
  1466. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1467. self.socket.connect(address)
  1468. FileNotFoundError: [Errno 2] No such file or directory
  1469. Call stack:
  1470. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1471. main()
  1472. File "/home/weewx/./bin/weewxd", line 147, in main
  1473. engine = weewx.engine.StdEngine(config_dict)
  1474. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1475. self.loadServices(config_dict)
  1476. File "/home/weewx/bin/weewx/engine.py", line 161, in loadServices
  1477. obj = weeutil.weeutil.get_object(svc)(self, config_dict)
  1478. File "/home/weewx/bin/weewx/restx.py", line 1120, in __init__
  1479. _cwop_dict = get_site_dict(config_dict, 'CWOP', 'station')
  1480. File "/home/weewx/bin/weewx/restx.py", line 1865, in get_site_dict
  1481. log.info("%s: Posting not enabled.", service)
  1482. Message: '%s: Posting not enabled.'
  1483. Arguments: ('CWOP',)
  1484. --- Logging error ---
  1485. Traceback (most recent call last):
  1486. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1487. self.socket.send(msg)
  1488. OSError: [Errno 9] Bad file descriptor
  1489.  
  1490. During handling of the above exception, another exception occurred:
  1491.  
  1492. Traceback (most recent call last):
  1493. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1494. self.socket.connect(address)
  1495. FileNotFoundError: [Errno 2] No such file or directory
  1496.  
  1497. During handling of the above exception, another exception occurred:
  1498.  
  1499. Traceback (most recent call last):
  1500. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1501. self._connect_unixsocket(self.address)
  1502. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1503. self.socket.connect(address)
  1504. FileNotFoundError: [Errno 2] No such file or directory
  1505. Call stack:
  1506. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1507. main()
  1508. File "/home/weewx/./bin/weewxd", line 147, in main
  1509. engine = weewx.engine.StdEngine(config_dict)
  1510. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1511. self.loadServices(config_dict)
  1512. File "/home/weewx/bin/weewx/engine.py", line 164, in loadServices
  1513. log.debug("Finished loading service %s", svc)
  1514. Message: 'Finished loading service %s'
  1515. Arguments: ('weewx.restx.StdCWOP',)
  1516. --- Logging error ---
  1517. Traceback (most recent call last):
  1518. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1519. self.socket.send(msg)
  1520. OSError: [Errno 9] Bad file descriptor
  1521.  
  1522. During handling of the above exception, another exception occurred:
  1523.  
  1524. Traceback (most recent call last):
  1525. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1526. self.socket.connect(address)
  1527. FileNotFoundError: [Errno 2] No such file or directory
  1528.  
  1529. During handling of the above exception, another exception occurred:
  1530.  
  1531. Traceback (most recent call last):
  1532. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1533. self._connect_unixsocket(self.address)
  1534. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1535. self.socket.connect(address)
  1536. FileNotFoundError: [Errno 2] No such file or directory
  1537. Call stack:
  1538. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1539. main()
  1540. File "/home/weewx/./bin/weewxd", line 147, in main
  1541. engine = weewx.engine.StdEngine(config_dict)
  1542. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1543. self.loadServices(config_dict)
  1544. File "/home/weewx/bin/weewx/engine.py", line 158, in loadServices
  1545. log.debug("Loading service %s", svc)
  1546. Message: 'Loading service %s'
  1547. Arguments: ('weewx.restx.StdWOW',)
  1548. --- Logging error ---
  1549. Traceback (most recent call last):
  1550. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1551. self.socket.send(msg)
  1552. OSError: [Errno 9] Bad file descriptor
  1553.  
  1554. During handling of the above exception, another exception occurred:
  1555.  
  1556. Traceback (most recent call last):
  1557. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1558. self.socket.connect(address)
  1559. FileNotFoundError: [Errno 2] No such file or directory
  1560.  
  1561. During handling of the above exception, another exception occurred:
  1562.  
  1563. Traceback (most recent call last):
  1564. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1565. self._connect_unixsocket(self.address)
  1566. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1567. self.socket.connect(address)
  1568. FileNotFoundError: [Errno 2] No such file or directory
  1569. Call stack:
  1570. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1571. main()
  1572. File "/home/weewx/./bin/weewxd", line 147, in main
  1573. engine = weewx.engine.StdEngine(config_dict)
  1574. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1575. self.loadServices(config_dict)
  1576. File "/home/weewx/bin/weewx/engine.py", line 161, in loadServices
  1577. obj = weeutil.weeutil.get_object(svc)(self, config_dict)
  1578. File "/home/weewx/bin/weewx/restx.py", line 772, in __init__
  1579. _ambient_dict = get_site_dict(
  1580. File "/home/weewx/bin/weewx/restx.py", line 1865, in get_site_dict
  1581. log.info("%s: Posting not enabled.", service)
  1582. Message: '%s: Posting not enabled.'
  1583. Arguments: ('WOW',)
  1584. --- Logging error ---
  1585. Traceback (most recent call last):
  1586. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1587. self.socket.send(msg)
  1588. OSError: [Errno 9] Bad file descriptor
  1589.  
  1590. During handling of the above exception, another exception occurred:
  1591.  
  1592. Traceback (most recent call last):
  1593. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1594. self.socket.connect(address)
  1595. FileNotFoundError: [Errno 2] No such file or directory
  1596.  
  1597. During handling of the above exception, another exception occurred:
  1598.  
  1599. Traceback (most recent call last):
  1600. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1601. self._connect_unixsocket(self.address)
  1602. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1603. self.socket.connect(address)
  1604. FileNotFoundError: [Errno 2] No such file or directory
  1605. Call stack:
  1606. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1607. main()
  1608. File "/home/weewx/./bin/weewxd", line 147, in main
  1609. engine = weewx.engine.StdEngine(config_dict)
  1610. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1611. self.loadServices(config_dict)
  1612. File "/home/weewx/bin/weewx/engine.py", line 164, in loadServices
  1613. log.debug("Finished loading service %s", svc)
  1614. Message: 'Finished loading service %s'
  1615. Arguments: ('weewx.restx.StdWOW',)
  1616. --- Logging error ---
  1617. Traceback (most recent call last):
  1618. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1619. self.socket.send(msg)
  1620. OSError: [Errno 9] Bad file descriptor
  1621.  
  1622. During handling of the above exception, another exception occurred:
  1623.  
  1624. Traceback (most recent call last):
  1625. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1626. self.socket.connect(address)
  1627. FileNotFoundError: [Errno 2] No such file or directory
  1628.  
  1629. During handling of the above exception, another exception occurred:
  1630.  
  1631. Traceback (most recent call last):
  1632. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1633. self._connect_unixsocket(self.address)
  1634. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1635. self.socket.connect(address)
  1636. FileNotFoundError: [Errno 2] No such file or directory
  1637. Call stack:
  1638. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1639. main()
  1640. File "/home/weewx/./bin/weewxd", line 147, in main
  1641. engine = weewx.engine.StdEngine(config_dict)
  1642. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1643. self.loadServices(config_dict)
  1644. File "/home/weewx/bin/weewx/engine.py", line 158, in loadServices
  1645. log.debug("Loading service %s", svc)
  1646. Message: 'Loading service %s'
  1647. Arguments: ('weewx.restx.StdAWEKAS',)
  1648. --- Logging error ---
  1649. Traceback (most recent call last):
  1650. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1651. self.socket.send(msg)
  1652. OSError: [Errno 9] Bad file descriptor
  1653.  
  1654. During handling of the above exception, another exception occurred:
  1655.  
  1656. Traceback (most recent call last):
  1657. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1658. self.socket.connect(address)
  1659. FileNotFoundError: [Errno 2] No such file or directory
  1660.  
  1661. During handling of the above exception, another exception occurred:
  1662.  
  1663. Traceback (most recent call last):
  1664. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1665. self._connect_unixsocket(self.address)
  1666. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1667. self.socket.connect(address)
  1668. FileNotFoundError: [Errno 2] No such file or directory
  1669. Call stack:
  1670. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1671. main()
  1672. File "/home/weewx/./bin/weewxd", line 147, in main
  1673. engine = weewx.engine.StdEngine(config_dict)
  1674. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1675. self.loadServices(config_dict)
  1676. File "/home/weewx/bin/weewx/engine.py", line 161, in loadServices
  1677. obj = weeutil.weeutil.get_object(svc)(self, config_dict)
  1678. File "/home/weewx/bin/weewx/restx.py", line 1645, in __init__
  1679. site_dict = get_site_dict(config_dict, 'AWEKAS', 'username', 'password')
  1680. File "/home/weewx/bin/weewx/restx.py", line 1865, in get_site_dict
  1681. log.info("%s: Posting not enabled.", service)
  1682. Message: '%s: Posting not enabled.'
  1683. Arguments: ('AWEKAS',)
  1684. --- Logging error ---
  1685. Traceback (most recent call last):
  1686. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1687. self.socket.send(msg)
  1688. OSError: [Errno 9] Bad file descriptor
  1689.  
  1690. During handling of the above exception, another exception occurred:
  1691.  
  1692. Traceback (most recent call last):
  1693. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1694. self.socket.connect(address)
  1695. FileNotFoundError: [Errno 2] No such file or directory
  1696.  
  1697. During handling of the above exception, another exception occurred:
  1698.  
  1699. Traceback (most recent call last):
  1700. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1701. self._connect_unixsocket(self.address)
  1702. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1703. self.socket.connect(address)
  1704. FileNotFoundError: [Errno 2] No such file or directory
  1705. Call stack:
  1706. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1707. main()
  1708. File "/home/weewx/./bin/weewxd", line 147, in main
  1709. engine = weewx.engine.StdEngine(config_dict)
  1710. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1711. self.loadServices(config_dict)
  1712. File "/home/weewx/bin/weewx/engine.py", line 164, in loadServices
  1713. log.debug("Finished loading service %s", svc)
  1714. Message: 'Finished loading service %s'
  1715. Arguments: ('weewx.restx.StdAWEKAS',)
  1716. --- Logging error ---
  1717. Traceback (most recent call last):
  1718. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1719. self.socket.send(msg)
  1720. OSError: [Errno 9] Bad file descriptor
  1721.  
  1722. During handling of the above exception, another exception occurred:
  1723.  
  1724. Traceback (most recent call last):
  1725. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1726. self.socket.connect(address)
  1727. FileNotFoundError: [Errno 2] No such file or directory
  1728.  
  1729. During handling of the above exception, another exception occurred:
  1730.  
  1731. Traceback (most recent call last):
  1732. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1733. self._connect_unixsocket(self.address)
  1734. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1735. self.socket.connect(address)
  1736. FileNotFoundError: [Errno 2] No such file or directory
  1737. Call stack:
  1738. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1739. main()
  1740. File "/home/weewx/./bin/weewxd", line 147, in main
  1741. engine = weewx.engine.StdEngine(config_dict)
  1742. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1743. self.loadServices(config_dict)
  1744. File "/home/weewx/bin/weewx/engine.py", line 158, in loadServices
  1745. log.debug("Loading service %s", svc)
  1746. Message: 'Loading service %s'
  1747. Arguments: ('user.mqtt.MQTT',)
  1748. --- Logging error ---
  1749. Traceback (most recent call last):
  1750. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1751. self.socket.send(msg)
  1752. OSError: [Errno 9] Bad file descriptor
  1753.  
  1754. During handling of the above exception, another exception occurred:
  1755.  
  1756. Traceback (most recent call last):
  1757. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1758. self.socket.connect(address)
  1759. FileNotFoundError: [Errno 2] No such file or directory
  1760.  
  1761. During handling of the above exception, another exception occurred:
  1762.  
  1763. Traceback (most recent call last):
  1764. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1765. self._connect_unixsocket(self.address)
  1766. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1767. self.socket.connect(address)
  1768. FileNotFoundError: [Errno 2] No such file or directory
  1769. Call stack:
  1770. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1771. main()
  1772. File "/home/weewx/./bin/weewxd", line 147, in main
  1773. engine = weewx.engine.StdEngine(config_dict)
  1774. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1775. self.loadServices(config_dict)
  1776. File "/home/weewx/bin/weewx/engine.py", line 161, in loadServices
  1777. obj = weeutil.weeutil.get_object(svc)(self, config_dict)
  1778. File "/home/weewx/bin/user/mqtt.py", line 245, in __init__
  1779. loginf("service version is %s" % VERSION)
  1780. File "/home/weewx/bin/user/mqtt.py", line 136, in loginf
  1781. log.info(msg)
  1782. Message: 'service version is 0.24'
  1783. Arguments: ()
  1784. --- Logging error ---
  1785. Traceback (most recent call last):
  1786. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1787. self.socket.send(msg)
  1788. OSError: [Errno 9] Bad file descriptor
  1789.  
  1790. During handling of the above exception, another exception occurred:
  1791.  
  1792. Traceback (most recent call last):
  1793. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1794. self.socket.connect(address)
  1795. FileNotFoundError: [Errno 2] No such file or directory
  1796.  
  1797. During handling of the above exception, another exception occurred:
  1798.  
  1799. Traceback (most recent call last):
  1800. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1801. self._connect_unixsocket(self.address)
  1802. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1803. self.socket.connect(address)
  1804. FileNotFoundError: [Errno 2] No such file or directory
  1805. Call stack:
  1806. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1807. main()
  1808. File "/home/weewx/./bin/weewxd", line 147, in main
  1809. engine = weewx.engine.StdEngine(config_dict)
  1810. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1811. self.loadServices(config_dict)
  1812. File "/home/weewx/bin/weewx/engine.py", line 161, in loadServices
  1813. obj = weeutil.weeutil.get_object(svc)(self, config_dict)
  1814. File "/home/weewx/bin/user/mqtt.py", line 280, in __init__
  1815. loginf("binding to %s" % binding)
  1816. File "/home/weewx/bin/user/mqtt.py", line 136, in loginf
  1817. log.info(msg)
  1818. Message: 'binding to archive'
  1819. Arguments: ()
  1820. --- Logging error ---
  1821. Traceback (most recent call last):
  1822. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1823. self.socket.send(msg)
  1824. OSError: [Errno 9] Bad file descriptor
  1825.  
  1826. During handling of the above exception, another exception occurred:
  1827.  
  1828. Traceback (most recent call last):
  1829. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1830. self.socket.connect(address)
  1831. FileNotFoundError: [Errno 2] No such file or directory
  1832.  
  1833. During handling of the above exception, another exception occurred:
  1834.  
  1835. Traceback (most recent call last):
  1836. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1837. self._connect_unixsocket(self.address)
  1838. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1839. self.socket.connect(address)
  1840. FileNotFoundError: [Errno 2] No such file or directory
  1841. Call stack:
  1842. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1843. main()
  1844. File "/home/weewx/./bin/weewxd", line 147, in main
  1845. engine = weewx.engine.StdEngine(config_dict)
  1846. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1847. self.loadServices(config_dict)
  1848. File "/home/weewx/bin/weewx/engine.py", line 161, in loadServices
  1849. obj = weeutil.weeutil.get_object(svc)(self, config_dict)
  1850. File "/home/weewx/bin/user/mqtt.py", line 303, in __init__
  1851. loginf("topic is %s" % site_dict['topic'])
  1852. File "/home/weewx/bin/user/mqtt.py", line 136, in loginf
  1853. log.info(msg)
  1854. Message: 'topic is weather'
  1855. Arguments: ()
  1856. --- Logging error ---
  1857. Traceback (most recent call last):
  1858. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1859. self.socket.send(msg)
  1860. OSError: [Errno 9] Bad file descriptor
  1861.  
  1862. During handling of the above exception, another exception occurred:
  1863.  
  1864. Traceback (most recent call last):
  1865. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1866. self.socket.connect(address)
  1867. FileNotFoundError: [Errno 2] No such file or directory
  1868.  
  1869. During handling of the above exception, another exception occurred:
  1870.  
  1871. Traceback (most recent call last):
  1872. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1873. self._connect_unixsocket(self.address)
  1874. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1875. self.socket.connect(address)
  1876. FileNotFoundError: [Errno 2] No such file or directory
  1877. Call stack:
  1878. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1879. main()
  1880. File "/home/weewx/./bin/weewxd", line 147, in main
  1881. engine = weewx.engine.StdEngine(config_dict)
  1882. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1883. self.loadServices(config_dict)
  1884. File "/home/weewx/bin/weewx/engine.py", line 161, in loadServices
  1885. obj = weeutil.weeutil.get_object(svc)(self, config_dict)
  1886. File "/home/weewx/bin/user/mqtt.py", line 306, in __init__
  1887. loginf("data will be uploaded to %s" %
  1888. File "/home/weewx/bin/user/mqtt.py", line 136, in loginf
  1889. log.info(msg)
  1890. Message: 'data will be uploaded to INSERT_SERVER_URL_HERE'
  1891. Arguments: ()
  1892. --- Logging error ---
  1893. Traceback (most recent call last):
  1894. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1895. self.socket.send(msg)
  1896. OSError: [Errno 9] Bad file descriptor
  1897.  
  1898. During handling of the above exception, another exception occurred:
  1899.  
  1900. Traceback (most recent call last):
  1901. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1902. self.socket.connect(address)
  1903. FileNotFoundError: [Errno 2] No such file or directory
  1904.  
  1905. During handling of the above exception, another exception occurred:
  1906.  
  1907. Traceback (most recent call last):
  1908. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1909. self._connect_unixsocket(self.address)
  1910. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1911. self.socket.connect(address)
  1912. FileNotFoundError: [Errno 2] No such file or directory
  1913. Call stack:
  1914. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1915. main()
  1916. File "/home/weewx/./bin/weewxd", line 147, in main
  1917. engine = weewx.engine.StdEngine(config_dict)
  1918. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1919. self.loadServices(config_dict)
  1920. File "/home/weewx/bin/weewx/engine.py", line 164, in loadServices
  1921. log.debug("Finished loading service %s", svc)
  1922. Message: 'Finished loading service %s'
  1923. Arguments: ('user.mqtt.MQTT',)
  1924. --- Logging error ---
  1925. Traceback (most recent call last):
  1926. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1927. self.socket.send(msg)
  1928. OSError: [Errno 9] Bad file descriptor
  1929.  
  1930. During handling of the above exception, another exception occurred:
  1931.  
  1932. Traceback (most recent call last):
  1933. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1934. self.socket.connect(address)
  1935. FileNotFoundError: [Errno 2] No such file or directory
  1936.  
  1937. During handling of the above exception, another exception occurred:
  1938.  
  1939. Traceback (most recent call last):
  1940. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1941. self._connect_unixsocket(self.address)
  1942. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1943. self.socket.connect(address)
  1944. FileNotFoundError: [Errno 2] No such file or directory
  1945. Call stack:
  1946. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1947. main()
  1948. File "/home/weewx/./bin/weewxd", line 147, in main
  1949. engine = weewx.engine.StdEngine(config_dict)
  1950. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1951. self.loadServices(config_dict)
  1952. File "/home/weewx/bin/weewx/engine.py", line 158, in loadServices
  1953. log.debug("Loading service %s", svc)
  1954. Message: 'Loading service %s'
  1955. Arguments: ('weewx.engine.StdPrint',)
  1956. --- Logging error ---
  1957. Traceback (most recent call last):
  1958. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1959. self.socket.send(msg)
  1960. OSError: [Errno 9] Bad file descriptor
  1961.  
  1962. During handling of the above exception, another exception occurred:
  1963.  
  1964. Traceback (most recent call last):
  1965. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1966. self.socket.connect(address)
  1967. FileNotFoundError: [Errno 2] No such file or directory
  1968.  
  1969. During handling of the above exception, another exception occurred:
  1970.  
  1971. Traceback (most recent call last):
  1972. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  1973. self._connect_unixsocket(self.address)
  1974. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  1975. self.socket.connect(address)
  1976. FileNotFoundError: [Errno 2] No such file or directory
  1977. Call stack:
  1978. File "/home/weewx/./bin/weewxd", line 248, in <module>
  1979. main()
  1980. File "/home/weewx/./bin/weewxd", line 147, in main
  1981. engine = weewx.engine.StdEngine(config_dict)
  1982. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  1983. self.loadServices(config_dict)
  1984. File "/home/weewx/bin/weewx/engine.py", line 164, in loadServices
  1985. log.debug("Finished loading service %s", svc)
  1986. Message: 'Finished loading service %s'
  1987. Arguments: ('weewx.engine.StdPrint',)
  1988. --- Logging error ---
  1989. Traceback (most recent call last):
  1990. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  1991. self.socket.send(msg)
  1992. OSError: [Errno 9] Bad file descriptor
  1993.  
  1994. During handling of the above exception, another exception occurred:
  1995.  
  1996. Traceback (most recent call last):
  1997. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  1998. self.socket.connect(address)
  1999. FileNotFoundError: [Errno 2] No such file or directory
  2000.  
  2001. During handling of the above exception, another exception occurred:
  2002.  
  2003. Traceback (most recent call last):
  2004. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  2005. self._connect_unixsocket(self.address)
  2006. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  2007. self.socket.connect(address)
  2008. FileNotFoundError: [Errno 2] No such file or directory
  2009. Call stack:
  2010. File "/home/weewx/./bin/weewxd", line 248, in <module>
  2011. main()
  2012. File "/home/weewx/./bin/weewxd", line 147, in main
  2013. engine = weewx.engine.StdEngine(config_dict)
  2014. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  2015. self.loadServices(config_dict)
  2016. File "/home/weewx/bin/weewx/engine.py", line 158, in loadServices
  2017. log.debug("Loading service %s", svc)
  2018. Message: 'Loading service %s'
  2019. Arguments: ('weewx.engine.StdReport',)
  2020. --- Logging error ---
  2021. Traceback (most recent call last):
  2022. File "/home/weewx/bin/weewx/engine.py", line 826, in __init__
  2023. import ephem
  2024. ModuleNotFoundError: No module named 'ephem'
  2025.  
  2026. During handling of the above exception, another exception occurred:
  2027.  
  2028. Traceback (most recent call last):
  2029. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  2030. self.socket.send(msg)
  2031. OSError: [Errno 9] Bad file descriptor
  2032.  
  2033. During handling of the above exception, another exception occurred:
  2034.  
  2035. Traceback (most recent call last):
  2036. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  2037. self.socket.connect(address)
  2038. FileNotFoundError: [Errno 2] No such file or directory
  2039.  
  2040. During handling of the above exception, another exception occurred:
  2041.  
  2042. Traceback (most recent call last):
  2043. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  2044. self._connect_unixsocket(self.address)
  2045. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  2046. self.socket.connect(address)
  2047. FileNotFoundError: [Errno 2] No such file or directory
  2048. Call stack:
  2049. File "/home/weewx/./bin/weewxd", line 248, in <module>
  2050. main()
  2051. File "/home/weewx/./bin/weewxd", line 147, in main
  2052. engine = weewx.engine.StdEngine(config_dict)
  2053. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  2054. self.loadServices(config_dict)
  2055. File "/home/weewx/bin/weewx/engine.py", line 161, in loadServices
  2056. obj = weeutil.weeutil.get_object(svc)(self, config_dict)
  2057. File "/home/weewx/bin/weewx/engine.py", line 830, in __init__
  2058. log.info("'pyephem' not detected, extended almanac data is not available")
  2059. Message: "'pyephem' not detected, extended almanac data is not available"
  2060. Arguments: ()
  2061. --- Logging error ---
  2062. Traceback (most recent call last):
  2063. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  2064. self.socket.send(msg)
  2065. OSError: [Errno 9] Bad file descriptor
  2066.  
  2067. During handling of the above exception, another exception occurred:
  2068.  
  2069. Traceback (most recent call last):
  2070. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  2071. self.socket.connect(address)
  2072. FileNotFoundError: [Errno 2] No such file or directory
  2073.  
  2074. During handling of the above exception, another exception occurred:
  2075.  
  2076. Traceback (most recent call last):
  2077. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  2078. self._connect_unixsocket(self.address)
  2079. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  2080. self.socket.connect(address)
  2081. FileNotFoundError: [Errno 2] No such file or directory
  2082. Call stack:
  2083. File "/home/weewx/./bin/weewxd", line 248, in <module>
  2084. main()
  2085. File "/home/weewx/./bin/weewxd", line 147, in main
  2086. engine = weewx.engine.StdEngine(config_dict)
  2087. File "/home/weewx/bin/weewx/engine.py", line 93, in __init__
  2088. self.loadServices(config_dict)
  2089. File "/home/weewx/bin/weewx/engine.py", line 164, in loadServices
  2090. log.debug("Finished loading service %s", svc)
  2091. Message: 'Finished loading service %s'
  2092. Arguments: ('weewx.engine.StdReport',)
  2093. --- Logging error ---
  2094. Traceback (most recent call last):
  2095. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  2096. self.socket.send(msg)
  2097. OSError: [Errno 9] Bad file descriptor
  2098.  
  2099. During handling of the above exception, another exception occurred:
  2100.  
  2101. Traceback (most recent call last):
  2102. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  2103. self.socket.connect(address)
  2104. FileNotFoundError: [Errno 2] No such file or directory
  2105.  
  2106. During handling of the above exception, another exception occurred:
  2107.  
  2108. Traceback (most recent call last):
  2109. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  2110. self._connect_unixsocket(self.address)
  2111. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  2112. self.socket.connect(address)
  2113. FileNotFoundError: [Errno 2] No such file or directory
  2114. Call stack:
  2115. File "/usr/lib/python3.10/threading.py", line 966, in _bootstrap
  2116. self._bootstrap_inner()
  2117. File "/usr/lib/python3.10/threading.py", line 1009, in _bootstrap_inner
  2118. self.run()
  2119. File "/home/weewx/bin/weewx/restx.py", line 357, in run
  2120. with weewx.manager.open_manager(self.manager_dict) as _manager:
  2121. File "/home/weewx/bin/weewx/manager.py", line 749, in open_manager
  2122. return manager_cls.open(manager_dict['database_dict'],
  2123. File "/home/weewx/bin/weewx/manager.py", line 132, in open
  2124. dbmanager = cls(connection, table_name)
  2125. File "/home/weewx/bin/weewx/manager.py", line 893, in __init__
  2126. DaySummaryManager._create_sync(self)
  2127. File "/home/weewx/bin/weewx/manager.py", line 920, in _create_sync
  2128. log.debug('Daily summary version is %s', self.version)
  2129. Message: 'Daily summary version is %s'
  2130. Arguments: ('4.0',)
  2131. --- Logging error ---
  2132. Traceback (most recent call last):
  2133. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  2134. self.socket.send(msg)
  2135. OSError: [Errno 9] Bad file descriptor
  2136.  
  2137. During handling of the above exception, another exception occurred:
  2138.  
  2139. Traceback (most recent call last):
  2140. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  2141. self.socket.connect(address)
  2142. FileNotFoundError: [Errno 2] No such file or directory
  2143.  
  2144. During handling of the above exception, another exception occurred:
  2145.  
  2146. Traceback (most recent call last):
  2147. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  2148. self._connect_unixsocket(self.address)
  2149. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  2150. self.socket.connect(address)
  2151. FileNotFoundError: [Errno 2] No such file or directory
  2152. Call stack:
  2153. File "/home/weewx/./bin/weewxd", line 248, in <module>
  2154. main()
  2155. File "/home/weewx/./bin/weewxd", line 149, in main
  2156. log.info("Starting up weewx version %s", weewx.__version__)
  2157. Message: 'Starting up weewx version %s'
  2158. Arguments: ('4.8.0',)
  2159. --- Logging error ---
  2160. Traceback (most recent call last):
  2161. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  2162. self.socket.send(msg)
  2163. OSError: [Errno 9] Bad file descriptor
  2164.  
  2165. During handling of the above exception, another exception occurred:
  2166.  
  2167. Traceback (most recent call last):
  2168. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  2169. self.socket.connect(address)
  2170. FileNotFoundError: [Errno 2] No such file or directory
  2171.  
  2172. During handling of the above exception, another exception occurred:
  2173.  
  2174. Traceback (most recent call last):
  2175. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  2176. self._connect_unixsocket(self.address)
  2177. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  2178. self.socket.connect(address)
  2179. FileNotFoundError: [Errno 2] No such file or directory
  2180. Call stack:
  2181. File "/home/weewx/./bin/weewxd", line 248, in <module>
  2182. main()
  2183. File "/home/weewx/./bin/weewxd", line 153, in main
  2184. engine.run()
  2185. File "/home/weewx/bin/weewx/engine.py", line 178, in run
  2186. self.dispatchEvent(weewx.Event(weewx.STARTUP))
  2187. File "/home/weewx/bin/weewx/engine.py", line 245, in dispatchEvent
  2188. callback(event)
  2189. File "/home/weewx/bin/weewx/engine.py", line 751, in startup
  2190. self.do_sync()
  2191. File "/home/weewx/bin/weewx/engine.py", line 771, in do_sync
  2192. log.info("Clock error is %.2f seconds (positive is fast)", diff)
  2193. Message: 'Clock error is %.2f seconds (positive is fast)'
  2194. Arguments: (-0.24775385856628418,)
  2195. --- Logging error ---
  2196. Traceback (most recent call last):
  2197. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  2198. self.socket.send(msg)
  2199. OSError: [Errno 9] Bad file descriptor
  2200.  
  2201. During handling of the above exception, another exception occurred:
  2202.  
  2203. Traceback (most recent call last):
  2204. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  2205. self.socket.connect(address)
  2206. FileNotFoundError: [Errno 2] No such file or directory
  2207.  
  2208. During handling of the above exception, another exception occurred:
  2209.  
  2210. Traceback (most recent call last):
  2211. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  2212. self._connect_unixsocket(self.address)
  2213. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  2214. self.socket.connect(address)
  2215. FileNotFoundError: [Errno 2] No such file or directory
  2216. Call stack:
  2217. File "/home/weewx/./bin/weewxd", line 248, in <module>
  2218. main()
  2219. File "/home/weewx/./bin/weewxd", line 153, in main
  2220. engine.run()
  2221. File "/home/weewx/bin/weewx/engine.py", line 178, in run
  2222. self.dispatchEvent(weewx.Event(weewx.STARTUP))
  2223. File "/home/weewx/bin/weewx/engine.py", line 245, in dispatchEvent
  2224. callback(event)
  2225. File "/home/weewx/bin/weewx/engine.py", line 567, in startup
  2226. log.info("Using binding '%s' to database '%s'", self.data_binding, dbmanager.database_name)
  2227. Message: "Using binding '%s' to database '%s'"
  2228. Arguments: ('wx_binding', 'weewx.sdb')
  2229. --- Logging error ---
  2230. Traceback (most recent call last):
  2231. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  2232. self.socket.send(msg)
  2233. OSError: [Errno 9] Bad file descriptor
  2234.  
  2235. During handling of the above exception, another exception occurred:
  2236.  
  2237. Traceback (most recent call last):
  2238. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  2239. self.socket.connect(address)
  2240. FileNotFoundError: [Errno 2] No such file or directory
  2241.  
  2242. During handling of the above exception, another exception occurred:
  2243.  
  2244. Traceback (most recent call last):
  2245. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  2246. self._connect_unixsocket(self.address)
  2247. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  2248. self.socket.connect(address)
  2249. FileNotFoundError: [Errno 2] No such file or directory
  2250. Call stack:
  2251. File "/home/weewx/./bin/weewxd", line 248, in <module>
  2252. main()
  2253. File "/home/weewx/./bin/weewxd", line 153, in main
  2254. engine.run()
  2255. File "/home/weewx/bin/weewx/engine.py", line 178, in run
  2256. self.dispatchEvent(weewx.Event(weewx.STARTUP))
  2257. File "/home/weewx/bin/weewx/engine.py", line 245, in dispatchEvent
  2258. callback(event)
  2259. File "/home/weewx/bin/weewx/engine.py", line 576, in startup
  2260. _nrecs, _ndays = dbmanager.backfill_day_summary()
  2261. File "/home/weewx/bin/weewx/manager.py", line 1070, in backfill_day_summary
  2262. log.info("Starting backfill of daily summaries")
  2263. Message: 'Starting backfill of daily summaries'
  2264. Arguments: ()
  2265. --- Logging error ---
  2266. Traceback (most recent call last):
  2267. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  2268. self.socket.send(msg)
  2269. OSError: [Errno 9] Bad file descriptor
  2270.  
  2271. During handling of the above exception, another exception occurred:
  2272.  
  2273. Traceback (most recent call last):
  2274. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  2275. self.socket.connect(address)
  2276. FileNotFoundError: [Errno 2] No such file or directory
  2277.  
  2278. During handling of the above exception, another exception occurred:
  2279.  
  2280. Traceback (most recent call last):
  2281. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  2282. self._connect_unixsocket(self.address)
  2283. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  2284. self.socket.connect(address)
  2285. FileNotFoundError: [Errno 2] No such file or directory
  2286. Call stack:
  2287. File "/home/weewx/./bin/weewxd", line 248, in <module>
  2288. main()
  2289. File "/home/weewx/./bin/weewxd", line 153, in main
  2290. engine.run()
  2291. File "/home/weewx/bin/weewx/engine.py", line 178, in run
  2292. self.dispatchEvent(weewx.Event(weewx.STARTUP))
  2293. File "/home/weewx/bin/weewx/engine.py", line 245, in dispatchEvent
  2294. callback(event)
  2295. File "/home/weewx/bin/weewx/engine.py", line 576, in startup
  2296. _nrecs, _ndays = dbmanager.backfill_day_summary()
  2297. File "/home/weewx/bin/weewx/manager.py", line 1074, in backfill_day_summary
  2298. log.info("Empty database")
  2299. Message: 'Empty database'
  2300. Arguments: ()
  2301. --- Logging error ---
  2302. Traceback (most recent call last):
  2303. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  2304. self.socket.send(msg)
  2305. OSError: [Errno 9] Bad file descriptor
  2306.  
  2307. During handling of the above exception, another exception occurred:
  2308.  
  2309. Traceback (most recent call last):
  2310. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  2311. self.socket.connect(address)
  2312. FileNotFoundError: [Errno 2] No such file or directory
  2313.  
  2314. During handling of the above exception, another exception occurred:
  2315.  
  2316. Traceback (most recent call last):
  2317. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  2318. self._connect_unixsocket(self.address)
  2319. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  2320. self.socket.connect(address)
  2321. FileNotFoundError: [Errno 2] No such file or directory
  2322. Call stack:
  2323. File "/home/weewx/./bin/weewxd", line 248, in <module>
  2324. main()
  2325. File "/home/weewx/./bin/weewxd", line 153, in main
  2326. engine.run()
  2327. File "/home/weewx/bin/weewx/engine.py", line 180, in run
  2328. log.info("Starting main packet loop.")
  2329. Message: 'Starting main packet loop.'
  2330. Arguments: ()
  2331. LOOP: 2022-06-16 19:54:47 UTC (1655409287) 'altimeter': '31.555732314660695', 'appTemp': '28.46010918752483', 'barometer': '31.099999998967093', 'cloudbase': '1647.8674865163766', 'consBatteryVoltage': '11.392950330645762', 'dateTime': '1655409287', 'dewpoint': '27.203560993945757', 'ET': 'None', 'heatindex': '32.67858297022247', 'heatingVoltage': '12.0', 'humidex': '32.67858297022247', 'inDewpoint': '31.079533828013187', 'inHumidity': '29.999999958683617', 'inTemp': '63.00000002065819', 'inTempBatteryStatus': '0', 'maxSolarRad': 'None', 'outHumidity': '79.99999996901272', 'outTemp': '32.67858297022247', 'outTempBatteryStatus': '0', 'pressure': '31.099999998967093', 'radiation': '0', 'rain': '0', 'rainBatteryStatus': '0', 'rainRate': '0.0', 'referenceVoltage': '12.443639941410549', 'rxCheckPercent': '2.2260086542260527', 'supplyVoltage': '12.0', 'txBatteryStatus': '0', 'usUnits': '1', 'UV': '0', 'windBatteryStatus': '0', 'windchill': '32.67858297022247', 'windDir': '359.9999998140763', 'windGust': '6.19745769996279e-09', 'windGustDir': '359.9999998140763', 'windrun': 'None', 'windSpeed': '5.164547900449179e-09'
  2332. LOOP: 2022-06-16 19:54:50 UTC (1655409290) 'altimeter': '31.555732306299134', 'appTemp': '28.45807365032865', 'barometer': '31.099999990703814', 'cloudbase': '1647.8570163998443', 'consBatteryVoltage': '12.0', 'dateTime': '1655409290', 'dewpoint': '27.20178958368346', 'ET': 'None', 'heatindex': '32.67676549144743', 'heatingVoltage': '12.0', 'humidex': '32.67676549144743', 'inDewpoint': '31.07953369929752', 'inHumidity': '29.999999628152565', 'inTemp': '63.00000018592372', 'inTempBatteryStatus': '0', 'maxSolarRad': 'None', 'outHumidity': '79.99999972111442', 'outTemp': '32.67676549144743', 'outTempBatteryStatus': '0', 'pressure': '31.099999990703814', 'radiation': '0', 'rain': '0', 'rainBatteryStatus': '0', 'rainRate': '0.0', 'referenceVoltage': '12.0', 'rxCheckPercent': '2.3938653006266994', 'supplyVoltage': '11.224348917592685', 'txBatteryStatus': '0', 'usUnits': '1', 'UV': '0', 'windBatteryStatus': '0', 'windchill': '32.67676549144743', 'windDir': '359.9999983266865', 'windGust': '5.577711537085861e-08', 'windGustDir': '359.9999983266865', 'windrun': 'None', 'windSpeed': '4.648092932768577e-08'
  2333. ^C--- Logging error ---
  2334. Traceback (most recent call last):
  2335. File "/home/weewx/bin/weewx/engine.py", line 208, in run
  2336. for packet in self.console.genLoopPackets():
  2337. File "/home/weewx/bin/weewx/drivers/simulator.py", line 162, in genLoopPackets
  2338. time.sleep(sleep_time)
  2339. KeyboardInterrupt
  2340.  
  2341. During handling of the above exception, another exception occurred:
  2342.  
  2343. Traceback (most recent call last):
  2344. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  2345. self.socket.send(msg)
  2346. OSError: [Errno 9] Bad file descriptor
  2347.  
  2348. During handling of the above exception, another exception occurred:
  2349.  
  2350. Traceback (most recent call last):
  2351. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  2352. self.socket.connect(address)
  2353. FileNotFoundError: [Errno 2] No such file or directory
  2354.  
  2355. During handling of the above exception, another exception occurred:
  2356.  
  2357. Traceback (most recent call last):
  2358. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  2359. self._connect_unixsocket(self.address)
  2360. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  2361. self.socket.connect(address)
  2362. FileNotFoundError: [Errno 2] No such file or directory
  2363. Call stack:
  2364. File "/home/weewx/./bin/weewxd", line 248, in <module>
  2365. main()
  2366. File "/home/weewx/./bin/weewxd", line 153, in main
  2367. engine.run()
  2368. File "/home/weewx/bin/weewx/engine.py", line 225, in run
  2369. log.info("Main loop exiting. Shutting engine down.")
  2370. Message: 'Main loop exiting. Shutting engine down.'
  2371. Arguments: ()
  2372. --- Logging error ---
  2373. Traceback (most recent call last):
  2374. File "/home/weewx/bin/weewx/engine.py", line 208, in run
  2375. for packet in self.console.genLoopPackets():
  2376. File "/home/weewx/bin/weewx/drivers/simulator.py", line 162, in genLoopPackets
  2377. time.sleep(sleep_time)
  2378. KeyboardInterrupt
  2379.  
  2380. During handling of the above exception, another exception occurred:
  2381.  
  2382. Traceback (most recent call last):
  2383. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  2384. self.socket.send(msg)
  2385. OSError: [Errno 9] Bad file descriptor
  2386.  
  2387. During handling of the above exception, another exception occurred:
  2388.  
  2389. Traceback (most recent call last):
  2390. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  2391. self.socket.connect(address)
  2392. FileNotFoundError: [Errno 2] No such file or directory
  2393.  
  2394. During handling of the above exception, another exception occurred:
  2395.  
  2396. Traceback (most recent call last):
  2397. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  2398. self._connect_unixsocket(self.address)
  2399. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  2400. self.socket.connect(address)
  2401. FileNotFoundError: [Errno 2] No such file or directory
  2402. Call stack:
  2403. File "/home/weewx/./bin/weewxd", line 248, in <module>
  2404. main()
  2405. File "/home/weewx/./bin/weewxd", line 153, in main
  2406. engine.run()
  2407. File "/home/weewx/bin/weewx/engine.py", line 226, in run
  2408. self.shutDown()
  2409. File "/home/weewx/bin/weewx/engine.py", line 255, in shutDown
  2410. self.service_obj[-1].shutDown()
  2411. File "/home/weewx/bin/weewx/restx.py", line 147, in shutDown
  2412. StdRESTful.shutDown_thread(self.archive_queue, self.archive_thread)
  2413. File "/home/weewx/bin/weewx/restx.py", line 160, in shutDown_thread
  2414. log.debug("Shut down %s thread.", t.name)
  2415. Message: 'Shut down %s thread.'
  2416. Arguments: ('MQTT',)
  2417. --- Logging error ---
  2418. Traceback (most recent call last):
  2419. File "/home/weewx/./bin/weewxd", line 153, in main
  2420. engine.run()
  2421. File "/home/weewx/bin/weewx/engine.py", line 208, in run
  2422. for packet in self.console.genLoopPackets():
  2423. File "/home/weewx/bin/weewx/drivers/simulator.py", line 162, in genLoopPackets
  2424. time.sleep(sleep_time)
  2425. KeyboardInterrupt
  2426.  
  2427. During handling of the above exception, another exception occurred:
  2428.  
  2429. Traceback (most recent call last):
  2430. File "/usr/lib/python3.10/logging/handlers.py", line 983, in emit
  2431. self.socket.send(msg)
  2432. OSError: [Errno 9] Bad file descriptor
  2433.  
  2434. During handling of the above exception, another exception occurred:
  2435.  
  2436. Traceback (most recent call last):
  2437. File "/usr/lib/python3.10/logging/handlers.py", line 904, in _connect_unixsocket
  2438. self.socket.connect(address)
  2439. FileNotFoundError: [Errno 2] No such file or directory
  2440.  
  2441. During handling of the above exception, another exception occurred:
  2442.  
  2443. Traceback (most recent call last):
  2444. File "/usr/lib/python3.10/logging/handlers.py", line 986, in emit
  2445. self._connect_unixsocket(self.address)
  2446. File "/usr/lib/python3.10/logging/handlers.py", line 915, in _connect_unixsocket
  2447. self.socket.connect(address)
  2448. FileNotFoundError: [Errno 2] No such file or directory
  2449. Call stack:
  2450. File "/home/weewx/./bin/weewxd", line 248, in <module>
  2451. main()
  2452. File "/home/weewx/./bin/weewxd", line 218, in main
  2453. log.critical("Keyboard interrupt.")
  2454. Message: 'Keyboard interrupt.'
  2455. Arguments: ()
  2456. Traceback (most recent call last):
  2457. File "/home/weewx/./bin/weewxd", line 248, in <module>
  2458. main()
  2459. File "/home/weewx/./bin/weewxd", line 153, in main
  2460. engine.run()
  2461. File "/home/weewx/bin/weewx/engine.py", line 208, in run
  2462. for packet in self.console.genLoopPackets():
  2463. File "/home/weewx/bin/weewx/drivers/simulator.py", line 162, in genLoopPackets
  2464. time.sleep(sleep_time)
  2465. KeyboardInterrupt
Advertisement
Add Comment
Please, Sign In to add comment