List index out of range in BAC0.whois() #453
Unanswered
devsurya1605
asked this question in
Q&A
Replies: 2 comments
-
try
then play with the results |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks Christian
…On Thu, Aug 22, 2024 at 9:11 AM Christian Tremblay ***@***.***> wrote:
try
import BAC0
bacnet = BAC0.lite()
res = bacnet.whois()
then play with the results
—
Reply to this email directly, view it on GitHub
<#453 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BH23IEIBOBLXINJXMOSZ4MLZSVMXVAVCNFSM6AAAAABGHNECLCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANBRGQ2TMOI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm encountering an IndexError: list index out of range when using BACnet.whois() in my Jupyter notebooks for BACnet communication. I have two separate notebooks:
Both notebooks are running on the same machine, and the simulator is configured with the IP address '192.168.1.48'. However, the Reader notebook throws the IndexError.
I've verified that the BACnet simulator is running on the correct network segment. What could be causing this error? Are there potential conflicts between how the connect() function is used in the simulator and the whois() function in the reader?
Beta Was this translation helpful? Give feedback.
All reactions