I get the following error on startup:
Unhandled Promise Rejection
TypeError: Setting a value of type undefined for key rates is not allowed as it's not supported by JSON
at checkValueType (C:/Users/{myUser}/AppData/Local/Programs/caligator/resources/app.asar/node_modules/conf/index.js:32:9)
at set (C:/Users/{myUser}/AppData/Local/Programs/caligator/resources/app.asar/node_modules/conf/index.js:135:4)
at ElectronStore.set (C:/Users/{myUser}/AppData/Local/Programs/caligator/resources/app.asar/node_modules/conf/index.js:146:5)
at cacheRates (C:/Users/{myUser}/AppData/Local/Programs/caligator/resources/app.asar/utils/cacheRates.js:33:11)
I substituted my username with {myUser}
I get the following error on startup:
Unhandled Promise Rejection
TypeError: Setting a value of type
undefinedfor keyratesis not allowed as it's not supported by JSONat checkValueType (C:/Users/{myUser}/AppData/Local/Programs/caligator/resources/app.asar/node_modules/conf/index.js:32:9)
at set (C:/Users/{myUser}/AppData/Local/Programs/caligator/resources/app.asar/node_modules/conf/index.js:135:4)
at ElectronStore.set (C:/Users/{myUser}/AppData/Local/Programs/caligator/resources/app.asar/node_modules/conf/index.js:146:5)
at cacheRates (C:/Users/{myUser}/AppData/Local/Programs/caligator/resources/app.asar/utils/cacheRates.js:33:11)
I substituted my username with {myUser}