mirror of
https://github.com/FujiwaraChoki/MoneyPrinterV2.git
synced 2026-04-26 06:35:51 +03:00
[PR #132] [MERGED] Validate affiliate and Firefox profile inputs early #129
Labels
No labels
bug
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/MoneyPrinterV2#129
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?
📋 Pull Request Information
Original PR: https://github.com/FujiwaraChoki/MoneyPrinterV2/pull/132
Author: @FujiwaraChoki
Created: 3/1/2026
Status: ✅ Merged
Merged: 3/1/2026
Merged by: @FujiwaraChoki
Base:
main← Head:fix/afm-input-validation📝 Commits (1)
88cfc6fValidate affiliate and Firefox profile inputs early📊 Changes
1 file changed (+48 additions, -16 deletions)
View changed files
📝
src/classes/AFM.py(+48 -16)📄 Description
Summary
ValueErrormessages that explain exactly which input is invalidWhy this change
Current failures surface as low-level Selenium
InvalidArgumentExceptionerrors that are hard to debug. Early validation turns these into immediate, user-actionable setup errors and avoids unnecessary browser startup work.Related issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.