You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Started with a clean clone of this repo and following instructions to start up. I have the multizone_office_simple_air test case running and in a different terminal run commands with following outputs:
$ python BopTestProxy.py simple.ttl 19740 3600
Traceback (most recent call last):
File "BopTestProxy.py", line 291, in <module>
main()
File "BopTestProxy.py", line 276, in main
create_objects(this_application, args.brick_model)
File "BopTestProxy.py", line 103, in create_objects
g.parse(configfile)
File "/home/dhbubu18/.local/lib/python2.7/site-packages/rdflib/graph.py", line 1078, in parse
parser.parse(source, self, **args)
File "/home/dhbubu18/.local/lib/python2.7/site-packages/rdflib/plugins/parsers/rdfxml.py", line 579, in parse
self._parser.parse(source)
File "/usr/lib/python2.7/xml/sax/expatreader.py", line 111, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/lib/python2.7/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/lib/python2.7/xml/sax/expatreader.py", line 224, in feed
self._err_handler.fatalError(exc)
File "/usr/lib/python2.7/xml/sax/handler.py", line 38, in fatalError
raise exception
xml.sax._exceptions.SAXParseException: file:///home/dhbubu18/git/boptest-bacnet/boptest-bacnet-proxy/simple.ttl:1:0: not well-formed (invalid token)
I'm using Python 2.7, rdflib==5.0.0, bacpypes==0.18.5. Wanted to double check first this isn't a version issue? @epaulson Can you indicate what versions of packages you're using? Might be good to anyway include in the requirements.txt and/or on readme.
The text was updated successfully, but these errors were encountered:
Started with a clean clone of this repo and following instructions to start up. I have the multizone_office_simple_air test case running and in a different terminal run commands with following outputs:
Then tried
I'm using Python 2.7, rdflib==5.0.0, bacpypes==0.18.5. Wanted to double check first this isn't a version issue? @epaulson Can you indicate what versions of packages you're using? Might be good to anyway include in the requirements.txt and/or on readme.
The text was updated successfully, but these errors were encountered: