Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persistent Configuration Not Saving After Having Previously Been Removed #35

Closed
caronc opened this issue Jan 8, 2021 · 1 comment · Fixed by #36
Closed

Persistent Configuration Not Saving After Having Previously Been Removed #35

caronc opened this issue Jan 8, 2021 · 1 comment · Fixed by #36
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@caronc
Copy link
Owner

caronc commented Jan 8, 2021

🪲 Describe the bug
Based on what was reported in this ticket, specifically this comment, it has been reported that a working configuration can just abruptly stop working. In the scenario given (where key is the same in all cases):

  1. configuration was successfully saved using /add/{key}
  2. configuration was successfully retrieved using /get/{key}
  3. configuration was successfully removed using /del/{key}
  4. configuration was (reported to be) successfully saved using /add/{key}
  5. configuration was NOT successfully retrieved using /get/{key}

💻 Reported System Details:

  • OS: Windows
  • Python Version: n/a

🔮 Additional context
n/a

@caronc caronc added the bug Something isn't working label Jan 8, 2021
@caronc caronc added the invalid This doesn't seem right label Jan 10, 2021
@caronc
Copy link
Owner Author

caronc commented Jan 10, 2021

I was unable to reproduce this issue, but the added tests created from the Pull Request were still worth merging into the source code. It also made it so the format entry is no longer a requirement when setting a new config since Apprise is smart enough to detect what the configuration format is now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant