Skip to content

Commit b6cf6fe

Browse files
πŸ”§ μžλ™ 수리 μ™„λ£Œ (npm#153)
1 parent 3b1cefd commit b6cf6fe

4 files changed

Lines changed: 72 additions & 122 deletions

File tree

β€Žblog-automation/logs/code_repair.jsonβ€Ž

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
[
2+
{
3+
"timestamp": "2026-07-20T03:12:58.941382",
4+
"tracebacks_found": 0,
5+
"critical_errors": 6,
6+
"repairs": [],
7+
"auto_fixed": 0,
8+
"manual_required": 0,
9+
"dry_run": false
10+
},
211
{
312
"timestamp": "2026-07-20T02:36:26.597395",
413
"tracebacks_found": 0,
@@ -259,14 +268,5 @@
259268
"auto_fixed": 0,
260269
"manual_required": 0,
261270
"dry_run": false
262-
},
263-
{
264-
"timestamp": "2026-07-11T11:52:51.677805",
265-
"tracebacks_found": 0,
266-
"critical_errors": 0,
267-
"repairs": [],
268-
"auto_fixed": 0,
269-
"manual_required": 0,
270-
"dry_run": false
271271
}
272272
]

β€Žblog-automation/logs/repair_history.jsonβ€Ž

Lines changed: 27 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
11
[
2+
{
3+
"timestamp": "2026-07-20T03:12:57.790270",
4+
"health_score": 93,
5+
"issues_found": 1,
6+
"issues": [
7+
{
8+
"id": "adsense_not_configured",
9+
"level": "warning",
10+
"message": "AdSense λ―Έμ„€μ • β€” κ΄‘κ³  μˆ˜μ΅ν™” λΉ„ν™œμ„±ν™” μƒνƒœ",
11+
"context": {},
12+
"fix": null
13+
}
14+
],
15+
"repairs_applied": 0,
16+
"repairs": [
17+
{
18+
"issue_id": "adsense_not_configured",
19+
"issue_level": "warning",
20+
"issue_message": "AdSense λ―Έμ„€μ • β€” κ΄‘κ³  μˆ˜μ΅ν™” λΉ„ν™œμ„±ν™” μƒνƒœ",
21+
"fix_applied": null,
22+
"timestamp": "2026-07-20T03:12:57.790164",
23+
"success": null,
24+
"detail": "μˆ˜λ™ 쑰치 ν•„μš” (μžλ™ 수리 λΆˆκ°€)"
25+
}
26+
],
27+
"dry_run": false
28+
},
229
{
330
"timestamp": "2026-07-20T02:36:25.472481",
431
"health_score": 93,
@@ -1975,57 +2002,5 @@
19752002
}
19762003
],
19772004
"dry_run": false
1978-
},
1979-
{
1980-
"timestamp": "2026-07-11T14:22:27.696510",
1981-
"health_score": 63,
1982-
"issues_found": 2,
1983-
"issues": [
1984-
{
1985-
"id": "consecutive_upload_failures",
1986-
"level": "critical",
1987-
"message": "졜근 5회 연속 μ—…λ‘œλ“œ μ‹€νŒ¨ (0건 μ—…λ‘œλ“œ)",
1988-
"context": {
1989-
"fail_count": 5,
1990-
"recent_dates": [
1991-
"2026-07-11",
1992-
"2026-07-11",
1993-
"2026-07-11",
1994-
"2026-07-11",
1995-
"2026-07-11"
1996-
]
1997-
},
1998-
"fix": "check_blogger_connection"
1999-
},
2000-
{
2001-
"id": "adsense_not_configured",
2002-
"level": "warning",
2003-
"message": "AdSense λ―Έμ„€μ • β€” κ΄‘κ³  μˆ˜μ΅ν™” λΉ„ν™œμ„±ν™” μƒνƒœ",
2004-
"context": {},
2005-
"fix": null
2006-
}
2007-
],
2008-
"repairs_applied": 1,
2009-
"repairs": [
2010-
{
2011-
"issue_id": "consecutive_upload_failures",
2012-
"issue_level": "critical",
2013-
"issue_message": "졜근 5회 연속 μ—…λ‘œλ“œ μ‹€νŒ¨ (0건 μ—…λ‘œλ“œ)",
2014-
"fix_applied": "check_blogger_connection",
2015-
"timestamp": "2026-07-11T14:22:27.233625",
2016-
"success": true,
2017-
"detail": "Blogger μ—°κ²° 정상: HOGU What? (https://www.hoguwhat.com/) β€” μ—…λ‘œλ“œ νŒŒλΌλ―Έν„° 문제 κ°€λŠ₯μ„±"
2018-
},
2019-
{
2020-
"issue_id": "adsense_not_configured",
2021-
"issue_level": "warning",
2022-
"issue_message": "AdSense λ―Έμ„€μ • β€” κ΄‘κ³  μˆ˜μ΅ν™” λΉ„ν™œμ„±ν™” μƒνƒœ",
2023-
"fix_applied": null,
2024-
"timestamp": "2026-07-11T14:22:27.696406",
2025-
"success": null,
2026-
"detail": "μˆ˜λ™ 쑰치 ν•„μš” (μžλ™ 수리 λΆˆκ°€)"
2027-
}
2028-
],
2029-
"dry_run": false
20302005
}
20312006
]

β€Ždocs/data/code_repairs.jsonβ€Ž

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
[
2+
{
3+
"timestamp": "2026-07-20T03:12:58.941382",
4+
"tracebacks_found": 0,
5+
"critical_errors": 6,
6+
"repairs": [],
7+
"auto_fixed": 0,
8+
"manual_required": 0,
9+
"dry_run": false
10+
},
211
{
312
"timestamp": "2026-07-20T02:36:26.597395",
413
"tracebacks_found": 0,
@@ -259,14 +268,5 @@
259268
"auto_fixed": 0,
260269
"manual_required": 0,
261270
"dry_run": false
262-
},
263-
{
264-
"timestamp": "2026-07-11T11:52:51.677805",
265-
"tracebacks_found": 0,
266-
"critical_errors": 0,
267-
"repairs": [],
268-
"auto_fixed": 0,
269-
"manual_required": 0,
270-
"dry_run": false
271271
}
272272
]

β€Ždocs/data/repairs.jsonβ€Ž

Lines changed: 27 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
11
[
2+
{
3+
"timestamp": "2026-07-20T03:12:57.790270",
4+
"health_score": 93,
5+
"issues_found": 1,
6+
"issues": [
7+
{
8+
"id": "adsense_not_configured",
9+
"level": "warning",
10+
"message": "AdSense λ―Έμ„€μ • β€” κ΄‘κ³  μˆ˜μ΅ν™” λΉ„ν™œμ„±ν™” μƒνƒœ",
11+
"context": {},
12+
"fix": null
13+
}
14+
],
15+
"repairs_applied": 0,
16+
"repairs": [
17+
{
18+
"issue_id": "adsense_not_configured",
19+
"issue_level": "warning",
20+
"issue_message": "AdSense λ―Έμ„€μ • β€” κ΄‘κ³  μˆ˜μ΅ν™” λΉ„ν™œμ„±ν™” μƒνƒœ",
21+
"fix_applied": null,
22+
"timestamp": "2026-07-20T03:12:57.790164",
23+
"success": null,
24+
"detail": "μˆ˜λ™ 쑰치 ν•„μš” (μžλ™ 수리 λΆˆκ°€)"
25+
}
26+
],
27+
"dry_run": false
28+
},
229
{
330
"timestamp": "2026-07-20T02:36:25.472481",
431
"health_score": 93,
@@ -1975,57 +2002,5 @@
19752002
}
19762003
],
19772004
"dry_run": false
1978-
},
1979-
{
1980-
"timestamp": "2026-07-11T14:22:27.696510",
1981-
"health_score": 63,
1982-
"issues_found": 2,
1983-
"issues": [
1984-
{
1985-
"id": "consecutive_upload_failures",
1986-
"level": "critical",
1987-
"message": "졜근 5회 연속 μ—…λ‘œλ“œ μ‹€νŒ¨ (0건 μ—…λ‘œλ“œ)",
1988-
"context": {
1989-
"fail_count": 5,
1990-
"recent_dates": [
1991-
"2026-07-11",
1992-
"2026-07-11",
1993-
"2026-07-11",
1994-
"2026-07-11",
1995-
"2026-07-11"
1996-
]
1997-
},
1998-
"fix": "check_blogger_connection"
1999-
},
2000-
{
2001-
"id": "adsense_not_configured",
2002-
"level": "warning",
2003-
"message": "AdSense λ―Έμ„€μ • β€” κ΄‘κ³  μˆ˜μ΅ν™” λΉ„ν™œμ„±ν™” μƒνƒœ",
2004-
"context": {},
2005-
"fix": null
2006-
}
2007-
],
2008-
"repairs_applied": 1,
2009-
"repairs": [
2010-
{
2011-
"issue_id": "consecutive_upload_failures",
2012-
"issue_level": "critical",
2013-
"issue_message": "졜근 5회 연속 μ—…λ‘œλ“œ μ‹€νŒ¨ (0건 μ—…λ‘œλ“œ)",
2014-
"fix_applied": "check_blogger_connection",
2015-
"timestamp": "2026-07-11T14:22:27.233625",
2016-
"success": true,
2017-
"detail": "Blogger μ—°κ²° 정상: HOGU What? (https://www.hoguwhat.com/) β€” μ—…λ‘œλ“œ νŒŒλΌλ―Έν„° 문제 κ°€λŠ₯μ„±"
2018-
},
2019-
{
2020-
"issue_id": "adsense_not_configured",
2021-
"issue_level": "warning",
2022-
"issue_message": "AdSense λ―Έμ„€μ • β€” κ΄‘κ³  μˆ˜μ΅ν™” λΉ„ν™œμ„±ν™” μƒνƒœ",
2023-
"fix_applied": null,
2024-
"timestamp": "2026-07-11T14:22:27.696406",
2025-
"success": null,
2026-
"detail": "μˆ˜λ™ 쑰치 ν•„μš” (μžλ™ 수리 λΆˆκ°€)"
2027-
}
2028-
],
2029-
"dry_run": false
20302005
}
20312006
]

0 commit comments

Comments
Β (0)