0

sg.schema_read() XML error

Happens in both shotgun_api3 version 3.0.2 which we currently use and in version 3.0.6 (latest git version)

 

>>> sg
<shotgun_api3.Shotgun object at 0x1422ca90>

>>> sg.schema_read()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/disk1/bluebolt/tools/python/shotgun_api3.py", line 294, in schema_read
    resp = self._api3.schema_read()
  File "/disk1/bluebolt/tools/python/shotgun_api3.py", line 715, in callable
    return self.meta_caller(attr, *args, **kwargs)
  File "/disk1/bluebolt/tools/python/shotgun_api3.py", line 730, in meta_caller
    (self.__class__.__name__, attr, self.__class__.__name__)
  File "<string>", line 1, in <module>
  File "/disk1/bluebolt/tools/python/shotgun_api3.py", line 2020, in __call__
    return self.__send(self.__name, args)
  File "/disk1/bluebolt/tools/python/shotgun_api3.py", line 2403, in __request
    verbose=self.__verbose
  File "/disk1/bluebolt/tools/python/shotgun_api3.py", line 2054, in request
    return self.single_request(host, handler, request_body, verbose)
  File "/disk1/bluebolt/tools/python/shotgun_api3.py", line 2086, in single_request
    return self.parse_response(response)
  File "/disk1/bluebolt/tools/python/shotgun_api3.py", line 2227, in parse_response
    return self._parse_response(file, None)
  File "/disk1/bluebolt/tools/python/shotgun_api3.py", line 2253, in _parse_response
    p.feed(response)
  File "/disk1/bluebolt/tools/python/shotgun_api3.py", line 1407, in feed
    self._parser.Parse(data, 0)
xml.parsers.expat.ExpatError: mismatched tag: line 82, column 7226

2 comments

  • 0
    Avatar
    Isaac Reuben

    Hey Mihail,

    Sorry, this should be working now.  Can you try again?

    Cheers,

    - Isaac

  • 0
    Avatar
    Mihail Temelkov

    Works fine. Thanks.

Please sign in to leave a comment.