meBridge.listItems() returns 0
soer7022 opened this issue ยท 5 comments
Describe
The following program:
prints the following:
indicating that the me bridge can see that item storage is being used but cant list any items.
Steps to reproduce
- Connect meBridge to AE network
- Run program described
- See no items returned
Multiplayer?
Yes
Version
1.20.1-0.7.32b (Latest 1.20.1)
Minecraft, Forge and maybe other related mods versions
1.20.1-47.2.0
Screenshots or Videos
No response
Crashlog/log
No response
It seems to work in singleplayer but not in multiplayer. Not sure if there's some server settings that need to be set...
I'm admin on the server so can easily change whatever ๐
I ended up bypassing this by just doing a me.getItem()
on every single item I need to get.
It seems to work in singleplayer but not in multiplayer. Not sure if there's some server settings that need to be set...
I'm admin on the server so can easily change whatever ๐
Hey, since you're admin, could you enable the debug mode of Advanced Peripherals(config/Advancedperipherals/general.toml -> enableDebugMode) and send me the part of the log when you try to run the function?