kartagis / pysimplesoap

Automatically exported from code.google.com/p/pysimplesoap
0 stars 0 forks source link

SimpleXMLElement maximum recursion depth exceeded #119

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create an instance of SimpleXMLElement class
2. dir(simplexmlelement)

What is the expected output? What do you see instead?
List of attributes for object

What version of the product are you using? On what operating system?
PySimpleSOAP-1.10.

Please provide any additional information below.
Debug output:
  File "C:\Python27\lib\site-packages\pysimplesoap\simplexml.py", line 350, in __call__
    if self.__ns and not elements:
  File "C:\Python27\lib\site-packages\pysimplesoap\simplexml.py", line 374, in __getattr__
    return self.__call__(tag)
  File "C:\Python27\lib\site-packages\pysimplesoap\simplexml.py", line 350, in __call__
    if self.__ns and not elements:
  File "C:\Python27\lib\site-packages\pysimplesoap\simplexml.py", line 374, in __getattr__
    return self.__call__(tag)
  File "C:\Python27\lib\site-packages\pysimplesoap\simplexml.py", line 350, in __call__
    if self.__ns and not elements:
  File "C:\Python27\lib\site-packages\pysimplesoap\simplexml.py", line 374, in __getattr__
    return self.__call__(tag)
  File "C:\Python27\lib\site-packages\pysimplesoap\simplexml.py", line 350, in __call__
    if self.__ns and not elements:
  File "C:\Python27\lib\site-packages\pysimplesoap\simplexml.py", line 374, in __getattr__
    return self.__call__(tag)
  File "C:\Python27\lib\site-packages\pysimplesoap\simplexml.py", line 341, in __call__
    if isinstance(tag, int):
RuntimeError: maximum recursion depth exceeded

Original issue reported on code.google.com by elysiu...@gmail.com on 27 Sep 2013 at 3:32

GoogleCodeExporter commented 8 years ago
Closed as no enough info to reproduce

This error should be fixed in the latest developement version 1.12

Please download and test the latest source code from the repository until the 
release:

https://pysimplesoap.googlecode.com/archive/default.zip

If the problem persist, please attach a test case or wsdl.

Original comment by reingart@gmail.com on 22 Jan 2014 at 4:47