The same error reported above occurred after updating the mod.
__mini-machines__/func.lua:168: attempt to index field '?' (a nil value)
stack traceback:
__mini-machines__/func.lua:168: in function 'fixPipeConnections'
__mini-machines__/func.lua:620: in function 'miniaturize'
__mini-machines__/data-final-fixes.lua:241: in main chunk
Hm, do you have any mods that might be affecting the centrifuge?
The mod affecting it is Advanced Centrifuge
URL:
https://mods.factorio.com/mod/advanced-centrifuge
Looking at the source code, it seems the centrifuge is the cause, as shown below:
miniaturize("assembling-machine","centrifuge","mini-centrifuge",1)
However, I disabled Advanced Centrifuge
and loaded the game again, but the same error still occurred.