TBot
TBot copied to clipboard
Failed fleet save (deploy)
Hi folks,
I keep running into the issue that auto fleet save doesn't work on the 'main' fleet. All other colonies save without issues, however those only have small and large cargos. The one with the main fleet has all ships. After deploy fails it tries colonize, but it picks a colonized position so it fails with an exception.
Here's the log entry:
13-3-2024 01:01:11 SleepMode Warning An error has occurred while fleetsaving: Sequence contains no matching element 13-3-2024 01:01:11 FleetScheduler Warning [x@x] Stacktrace: at TBot.Ogame.Infrastructure.OgameService.ManageResponse[T](HttpResponseMessage response) in /home/runner/work/TBot/TBot/TBot.Ogame.Infrastructure/OgameService.cs:line 272 at TBot.Ogame.Infrastructure.OgameService.PostAsync[T](String resource, KeyValuePair
2[] parameters) in /home/runner/work/TBot/TBot/TBot.Ogame.Infrastructure/OgameService.cs:line 304 at TBot.Ogame.Infrastructure.OgameService.SendFleet(Celestial origin, Ships ships, Coordinate destination, Missions mission, Decimal speed, Resources payload) in /home/runner/work/TBot/TBot/TBot.Ogame.Infrastructure/OgameService.cs:line 584 at Tbot.Workers.FleetScheduler.SendFleet(Celestial origin, Ships ships, Coordinate destination, Missions mission, Decimal speed, Resources payload, CharacterClass playerClass, Boolean force) in /home/runner/work/TBot/TBot/TBot/Workers/FleetScheduler.cs:line 497 13-3-2024 01:01:11 FleetScheduler Error [x@x] Unable to send fleet: an exception has occurred: An error has occurred: Status Code: InternalServerError Status: error - Message: Planet is already inhabited! (140048) 13-3-2024 01:00:54 FleetScheduler Debug [x@x] Calculated flight fuel: 229543 13-3-2024 01:00:54 FleetScheduler Debug [x@x] Calculated flight time (full trip): 10:01:40 13-3-2024 01:00:54 FleetScheduler Debug [x@x] Calculated flight time (one-way): 05:00:50 13-3-2024 01:00:54 FleetScheduler Information [x@x] Sending fleet from [P:1:223:9] to [P:1:223:8]. Mission: Colonize. Speed: 10% Ships: LightFighter: 23098; HeavyFighter: 9110; Cruiser: 1631; Battleship: 2086; Battlecruiser: 504; Bomber: 1027; Destroyer: 469; SmallCargo: 46328; LargeCargo: 14495; ColonyShip: 2; Recycler: 6; EspionageProbe: 59633; Pathfinder: 2367; 13-3-2024 01:00:54 FleetScheduler Warning [x@x] checking Colonize fleet to: [P:1:223:8] 13-3-2024 01:00:53 FleetScheduler Warning [x@x] Fleetsave from Colony [P:1:223:9] no Deploy found, checking Colonize destination... 13-3-2024 01:00:53 FleetScheduler Warning [x@x] Fleetsave from Colony [P:1:223:9] no Deploy possible, checking next mission..`
any insights appreciated!