Closed Nightfirecat closed 4 years ago
Does this happen regularly? I can't seem to replicate it on my end. The only thing I can think of is that maybe it's trying to load some old config values? The old obtained items config used to be stored as Map<String, Integer>
instead of Map<String, CollectionLogItem[]>
.
Looks like it, I've got these entries for collection log progress in my config:
collectionlog.my@login.com.obtained_items={"total"\:8,"Abyssal Sire"\:6,"Vorkath"\:2}
collectionlog.my@login.com.obtained_counts={"total"\:424,"Abyssal Sire"\:5,"Alchemical Hydra"\:2,"Barrows Chests"\:1,"Cerberus"\:1,"Commander Zilyana"\:1,"Dagannoth Kings"\:6,"The Fight Caves"\:1,"General Graardor"\:2,"Giant Mole"\:2,"Grotesque Guardians"\:6,"Hespori"\:4,"The Inferno"\:1,"Kalphite Queen"\:2,"King Black Dragon"\:1,"Kraken"\:2,"Kree\\u0027arra"\:1,"K\\u0027ril Tsutsaroth"\:1,"Skotizo"\:3,"Thermonuclear Smoke Devil"\:3,"Vorkath"\:2,"Wintertodt"\:7,"Beginner Treasure Trails"\:7,"Easy Treasure Trails"\:27,"Medium Treasure Trails"\:24,"Hard Treasure Trails"\:68,"Elite Treasure Trails"\:9,"Master Treasure Trails"\:3,"Shared Treasure Trail Rewards"\:48,"Barbarian Assault"\:1,"Fishing Trawler"\:4,"Hallowed Sepulchre"\:15,"Magic Training Arena"\:1,"Pest Control"\:8,"Rogues\\u0027 Den"\:5,"Temple Trekking"\:4,"Tithe Farm"\:6,"Trouble Brewing"\:1,"Aerial Fishing"\:4,"All Pets"\:8,"Champion\\u0027s Challenge"\:1,"Chompy Bird Hunting"\:2,"Cyclopes"\:8,"Glough\\u0027s Experiments"\:6,"Motherlode Mine"\:6,"Random Events"\:17,"Revenants"\:3,"Rooftop Agility"\:6,"Shayzien Armour"\:25,"Skilling Pets"\:3,"Slayer"\:26,"Miscellaneous"\:24}
collectionlog.my@login.com.completed_categories=["Hespori","Fishing Trawler","Rogues\\u0027 Den","Temple Trekking","Cyclopes","Glough\\u0027s Experiments","Motherlode Mine","Rooftop Agility","Shayzien Armour"]
I set my obtained items config to what yours was set to. I did get the error on log in, but after clicking through the collection log and logging in again, the config was set to the new config and the error was gone. If you go through the collection log again is it not overwriting the old config?
I haven't actually clicked through the collection log at all since seeing these errors. Is that what you'd recommend for resolving this?
Yeah that should fix it. It seems the error is only happening if the old config format is still saved from an older version of the plugin.