Logistics Pipes

Logistics Pipes

13M Downloads

Opencomputers getAvailableItems

m157 opened this issue ยท 3 comments

commented

Version: logisticspipes-0.10.3.31, OpenComputers-MC1.12.2-1.7.5.192

Computer connected to a MK2 request pipe

Trying to use a Opencomputer to interface with logistics
using the code

local component = require("component")
lp = component.logisticspipe.getPipe()
for k,v in pairs(lp.getAvailableItems) do
print(k,v)
end

and get the reponses of "X, java.lang.StackOverflowError"

commented

Has there ever been OC integration in 1.12.2? I have tested several versions of OC and LP, with or without the logistics pipes "CC remote Control Upgrade" and the OC "adapter". I still don't get anything showing when I run =component.list()

commented

I just put a Mk2 request pipe right on the side of the computer case

commented

I can confirm this behavior. Tested with a computer directly connected to a MK1 request pipe.

logisticspipes-0.10.3.73
OpenComputers-MC1.12.2-1.7.5.192