mirror of
https://github.com/devnullvoid/pvetui.git
synced 2026-04-25 05:15:51 +03:00
[GH-ISSUE #69] bug: Configuration wizard fails to save on Windows after default config creation #14
Labels
No labels
bug
bug
documentation
enhancement
pull-request
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pvetui#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @unclesp1d3r on GitHub (Dec 24, 2025).
Original GitHub issue: https://github.com/devnullvoid/pvetui/issues/69
Originally assigned to: @devnullvoid on GitHub.
Configuration wizard fails to save on Windows after default config creation
I’ve run into a reproducible issue on Windows that prevents the configuration wizard from ever saving successfully when starting from a freshly created default config.
When running pvetui 1.0.15 on Windows, if you accept the initial prompts to (1) create a default configuration file and then (2) launch the interactive configuration wizard, the wizard fails validation on save. The error indicates that no authentication method was provided, even though valid credentials were entered.
It appears the wizard is validating against the initially generated default config content rather than the values entered in the interactive editor.
Steps to reproduce
pvetui1.0.15 on Windows using Scoop.pvetuiwith no parameters.Y.Y.token_idandtoken_secret.Expected behavior
The configuration wizard should accept valid authentication input and successfully save the configuration.
Actual behavior
The wizard always fails validation with the authentication error, making it impossible to save the config through the interactive editor.
Environment
Let me know if you’d like me to test a patch or provide additional logs.
@devnullvoid commented on GitHub (Dec 24, 2025):
Interesting! I thought I fixed this in a recent release. Or at least it was something very similar. Nevertheless, thank you for the report. I'll get it fixed.
@centopw commented on GitHub (Dec 30, 2025):
Have the same problem on MacOS 15.6.1, install using homebrew and pvetui 1.0.15
@srozb commented on GitHub (Dec 30, 2025):
I experienced the same issue on macOS. I was able to work around it by populating the API ID and Token directly in the configuration file.
@devnullvoid commented on GitHub (Jan 1, 2026):
Fix is on develop and verified (Windows + Linux); macOS/homebrew reports should be resolved too. Config wizard now validates live form values (no stale auth) and rejects partial token input. Release pending.