GarminDB icon indicating copy to clipboard operation
GarminDB copied to clipboard

Database error on Windows and Raspberry Pi

Open smros opened this issue 7 months ago • 1 comments

I've been using this for years, but haven't updated in a few months. I was getting some errors, and now I get the below. I tried to start from scratch on a rasppi, and end up with the same error. Anyone else getting this and have any ideas?

Traceback (most recent call last): File "/home/pi/garmin2025/GarminDB/scripts/garmindb_cli.py", line 374, in main(sys.argv[1:]) File "/home/pi/garmin2025/GarminDB/scripts/garmindb_cli.py", line 331, in main garminDbMain = GarminDbMain(args.config) File "/home/pi/garmin2025/GarminDB/scripts/garmindb_cli.py", line 59, in init self.gc_config = GarminConnectConfigManager(config_path) TypeError: init() takes 1 positional argument but 2 were given

smros avatar May 16 '25 03:05 smros

It seems like you have a partial update. Both garmindb_cli.py and garmin_connect_config_manager.py were updated, but your only seeing an update to garmindb_cli.py. Do you have two copies of GarminDb? One old and one new?

tcgoetz avatar Jun 25 '25 11:06 tcgoetz