I temporarily fixed this by changing data.lua from %AppData%\Roaming\Factorio\mods\upcycler_1.1.8.zip
Line 120 and 121 I replaced with this:
table.remove(upcycler_entity.graphics_set.working_visualisations, 2)
table.remove(upcycler_entity.graphics_set_flipped.working_visualisations, 2)
It works now.