Topic: Robot cargo not emptying correctly

I'm encountering a bug where after I've filled my cargo while mining, trying to unload my cargo leaves ghost items in my robot's cargo behind.

The consistent repro steps I've found are:
1) Mining to the point where I get the "cargo is full" message.
2) Unloading my cargo at a nearby field terminal.
3) Cargo items move to field terminal storage, but ghost items remain.

Attempting to move the ghost items again results in a popup that contains "error_SQLDeleteError", and the method I've tried that fixes the bug is by doing a safe logout.

While I can work around this by simply not completely filling up my cargo hold with ore, it does require a bit more unnecessary micromanaging.

Re: Robot cargo not emptying correctly

Thanks for the repro, we'll look into this.

Re: Robot cargo not emptying correctly

So my comment was deleted, you know it was just a wordplay?

Re: Robot cargo not emptying correctly

Yes, and an invitation for further trolling the topic.

Re: Robot cargo not emptying correctly

i love SQL delete errors. You are probably trying to delete from a table using the unique ID that the item has in the new table.

Proverbs 23:20-21 warns us, “Do not join those who drink too much wine or gorge themselves on meat, for drunkards and gluttons become poor, and drowsiness clothes them in rags."

Re: Robot cargo not emptying correctly

It usually happens when the server tries to delete something from a container that doesn't exist, like in this case too.