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
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}
The text was updated successfully, but these errors were encountered:
I get the following error on startup:
Unhandled Promise Rejection
TypeError: Setting a value of type
undefined
for keyrates
is 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}
The text was updated successfully, but these errors were encountered: