Error combining ZH and OH or UH and OH


  • Culture

    My labs were working fine yesterday combining U and H or Z and H, today they have enough to start combining UH and OH or ZH and OH and I'm getting the following errors when I try. There is 100 of OH and ZH or UH and OH in the supply labs. 

    TypeError: Cannot read property 'UH' of undefined
    at Object.module.exports.loop (main:382:44)
    at __mainLoop:1:52

    TypeError: Cannot read property 'ZH' of undefined
    at Object.module.exports.loop (main:382:44)
    at __mainLoop:1:52

    Nothing changed in the code from yesterday in today. The error line (382) is the line that runs the lab reactions. 

    depositOne.runReaction(reactorOne, reactorTwo);


  • Culture

    Update: Dissi suggested forcing a reaction with a console command. I did so and then the code started working without any changes to the code.