Advanced Peripherals

Advanced Peripherals

29M Downloads

meBridge.listItems() returns 0

soer7022 opened this issue ยท 5 comments

commented

Describe

The following program:
image
prints the following:
image
indicating that the me bridge can see that item storage is being used but cant list any items.

Steps to reproduce

  1. Connect meBridge to AE network
  2. Run program described
  3. 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

commented

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 ๐Ÿ˜„

commented

I ended up bypassing this by just doing a me.getItem() on every single item I need to get.

commented

Reopened since the bug still exists

commented

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?

commented

I am gonna close this since I am unable to reproduce this on my end
Feel free to reopen the issue if you are able to reproduce this somehow