You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🪲 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):
configuration was successfully saved using /add/{key}
configuration was successfully retrieved using /get/{key}
configuration was successfully removed using /del/{key}
configuration was (reported to be) successfully saved using /add/{key}
configuration was NOT successfully retrieved using /get/{key}
💻 Reported System Details:
OS: Windows
Python Version: n/a
🔮 Additional context
n/a
The text was updated successfully, but these errors were encountered:
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.
🪲 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):/add/{key}
/get/{key}
/del/{key}
/add/{key}
/get/{key}
💻 Reported System Details:
🔮 Additional context
n/a
The text was updated successfully, but these errors were encountered: