OpenComputers 1.7.5.192
CC-Tweaked 1.85.2
AppliedEnergistics2 rv6-stable-7
Here's a ME Controller with a single item in its drives

It's being invoked fine on OC
But here's on ComputerCraft

- canExtract():bool => works
- canReceive():bool => works
- getAvgPowerInjection():float => works
- getAvgPowerInjection():float => works
- getCpus():table => always nil
- getCraftables():table => always nil
- getEnergyStored():float => works
- getItemsInNetwork():table => always nil
It seems like tables do not make it through the relay.
For what it's worth, the relay is fully upgraded with a tier 3 disk, tier 3 CPU and a tier 3.5 ram stick so the serialized data should have room ?

The whole setup is like so (yes it's powered)

OpenComputers 1.7.5.192
CC-Tweaked 1.85.2
AppliedEnergistics2 rv6-stable-7
Here's a ME Controller with a single item in its drives
It's being invoked fine on OC
But here's on ComputerCraft
It seems like tables do not make it through the relay.
For what it's worth, the relay is fully upgraded with a tier 3 disk, tier 3 CPU and a tier 3.5 ram stick so the serialized data should have room ?
The whole setup is like so (yes it's powered)