Clon1998 / mobileraker_companion

Companion for mobileraker, enabling push notification.
MIT License
201 stars 12 forks source link

Config file location is case sensitive #14

Closed Clon1998 closed 1 year ago

Clon1998 commented 1 year ago

The config file Mobileraker.conf should be case insensitive. Currently, the parsing for the file only is case insensitive in ~/klipper_config/.
It should also allow for both mobileraker.conf and Mobileraker.conf in the locations:

dhruvinsh commented 1 year ago

Is this the cause of not getting any printing notification?

hubertron commented 1 year ago

Which case is it expecting?

Clon1998 commented 1 year ago

Is this the cause of not getting any printing notification?

Most likely not. Please make sure you're using the official build and not any beta build of the app.

Clon1998 commented 1 year ago

Which case is it expecting?

I think currently it always works if you use a capital M.

voidtrance commented 1 year ago

Is this fixed? I had an issue with my printer's timezone, which required me to create a config file to manually specify the timezone. My config file is ~/mobileraker_companion/mobileraker.conf and it's working.

Clon1998 commented 1 year ago

Is this fixed? I had an issue with my printer's timezone, which required me to create a config file to manually specify the timezone. My config file is ~/mobileraker_companion/mobileraker.conf and it's working.

Greate! I think I fixed it but I will leave it open for now to verify it later :)