Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

object has no attribute 'data' #43

Open
cwlinghk opened this issue Aug 13, 2021 · 0 comments
Open

object has no attribute 'data' #43

cwlinghk opened this issue Aug 13, 2021 · 0 comments

Comments

@cwlinghk
Copy link

I ran the Basic usage code on the top page and received the following:

File "C:\Users\admin\anaconda3\lib\site-packages\wsdiscovery\message.py", line 51, in parseSOAPMessage
return parseHelloMessage(dom)
File "C:\Users\admin\anaconda3\lib\site-packages\wsdiscovery\actions\hello.py", line 78, in parseHelloMessage
env.setEPR(dom.getElementsByTagNameNS(NS_ADDRESSING, "Address")[0].firstChild.data.strip())
AttributeError: 'NoneType' object has no attribute 'data'

Does anyone have any hints? Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant