Dashboard › attaquer-framework › Distillation
Distillation
ID: f7ef3137-40f6-4b88-a0a5-93f8fbf3b625
Generation: 0
Tokens: 327
R_compression: 8.004
C_norm: 0.002
Archived: No
Created: 2026-07-15 14:19:19
Source IDs:
["d99fd9eae5fcce1fd0a74b1c0483ac46","b8fe4d22f4f94baadd3e1757ebd22fef","c64d14e4ab22d68896bb6fe9092e98ed","95fdf5b1ef0918fa0dc0c2c8e0469bd4"]
Observations
- 🟡 (14:17) User listed directory contents of ~/.glzr/zebar/attaquer-framework/dist:
- assets/ (Jul 15 15:12)
- index.html (681 bytes, Jul 15 15:12)
- 🔴 (14:17) User reported the bar is visible but the fan symbol is missing
- 🟡 (14:17) Assistant analyzed issue:
- The outer
<Show when={temp() !== null || fanPct() !== null || rpm() !== null}> is evaluating false
- All three signals (temp, fanPct, rpm) are still
null
- Suspected cause: CORS issue with Framework Control's API
- 🟡 (14:17) Assistant provided guidance on checking the widget's DevTools console for CORS errors
- 🟡 (14:17) Assistant provided steps to resolve CORS issue:
- Add Zebar's origin to
FRAMEWORK_CONTROL_ALLOWED_ORIGINS in C:\Program Files\FrameworkControl\FrameworkControlService.xml
- Restart FrameworkControlService
- 🟡 (14:17) Assistant asked user to report:
- DevTools Console output
- Widget's origin/URL (top of DevTools or Network tab request's "Origin" header)