XYOracleNetwork / os

XYO OS Public Repo - Primarily for Issue Tracking
GNU Lesser General Public License v2.1
6 stars 0 forks source link

"ExposedNode" message instead of Name or Node address #20

Closed jebscc closed 1 month ago

jebscc commented 2 months ago

Describe the bug When queried an already connected node, you will receive a message saying "Error: Module with name ExposedNode already added". Which is a valid statement as the node is already connected, but I would expect the Name or Node address to appear instead of "ExposedNode".

To Reproduce Steps to reproduce the behavior:

  1. Launch Profile dApp.
  2. Click on Discover.
  3. Enter in a "new" valid node address and save it to your list.
  4. Attempt to readd node which is when message will appear.

Expected behavior Display node address or name (if available), instead of displaying "ExposedNode".

Screenshots image

Desktop (please complete the following information):

jonesmac commented 1 month ago

Believe this was solved by not using names from configs when mounting found modules from pub sub bridge

jebscc commented 1 month ago

Tried a couple of different methods to replicate this issue which is as follows:

  1. I queried 829f0d054afc835a0d06a519d3046ed4807bf2e6 - LewSalesLinux and received the following result.

    Result: No longer seeing this issue with this method. image

  2. I queried 76f37c376c175ef1c38ad33e09e7b5976fdb058f -JimTheAdventurer. Yes, I know, I queried myself but this time I was able to replicate the issue.

    Result: Issue replicated... image