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
Exception in thread "main" java.lang.ClassCastException: class java.lang.String cannot be cast to class java.util.Map (java.lang.String and java.util.Map are in module java.base of loader 'bootstrap')
at config.Persistence.walkInput(Persistence.java:173)
at config.Persistence.load(Persistence.java:119)
at config.Persistence.load(Persistence.java:103)
at config.Config.load(Config.java:71)
at config.Config.load(Config.java:55)
at handWavey.HandWaveyManager.loadAndSaveConfigToDisk(HandWaveyManager.java:96)
at handWavey.HandWaveyManager.initialSetup(HandWaveyManager.java:80)
at handWavey.HandWaveyManager.<init>(HandWaveyManager.java:68)
at handWavey.HandWavey.main(HandWavey.java:16)
Task
Detect this, and output enough information that a user would be able to solve it.
The text was updated successfully, but these errors were encountered:
Problem
If you forget to put in the key, like this
instead of this
You get this
Task
Detect this, and output enough information that a user would be able to solve it.
The text was updated successfully, but these errors were encountered: