Failed to load mod "rigor-module": rigor-module/data-final-fixes.lua:584: table index is nil
stack traceback:
rigor-module/data-final-fixes.lua:584: in main chunk
not sure what's the cause, logging at that place tells me it happens with the recipe "juice-extractor", I'm not sure where that's from (I have a lot of mods installed), but this recipe's category is indeed not set...
maybe you can skip what you're doing if the category is not set, or have another idea for a fallback?
Edit: Hm, it's this I think: https://github.com/factorio-plexpt/fruit/blob/90ff9406a9f814a24e4ab9b2e4c1e56f586b9db3/data/entity.lua#L242 though it's not a recipe, but an assembler...the prototype is also touched by planet-rabbasca, maybe they convert it to a recipe or something...
Edit2: ah nah, there's some magic happening here: https://github.com/factorio-plexpt/fruit/blob/90ff9406a9f814a24e4ab9b2e4c1e56f586b9db3/data/entity.lua#L1054 so I think they just introduce a recipe without a category and thus your mod crashes...