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

Fixed: SendingAction now sets UnsupportedDataException properly as a … #209

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mvysny
Copy link

@mvysny mvysny commented Oct 25, 2017

…cause to the ActionException.

I have a bug report saying that

Caused by org.fourthline.cling.model.action.ActionException: Error reading SOAP response message. Can't transform null or non-string/zero-length body of: (IncomingActionResponseMessage) 200 OK
       at org.fourthline.cling.protocol.sync.SendingAction.handleResponse(SendingAction.java:145)
       at org.fourthline.cling.protocol.sync.SendingAction.invokeRemote(SendingAction.java:91)
       at org.fourthline.cling.protocol.sync.SendingAction.executeSync(SendingAction.java:63)
       at org.fourthline.cling.protocol.sync.SendingAction.executeSync(SendingAction.java:51)
       at org.fourthline.cling.protocol.SendingSync.execute(SendingSync.java:54)
       at org.fourthline.cling.protocol.SendingAsync.run(SendingAsync.java:54)
       at org.fourthline.cling.controlpoint.ActionCallback.run(ActionCallback.java:151)
       at org.fourthline.cling.support.contentdirectory.callback.Browse.run(Browse.java:89)

But it's impossible to see the actual cause.

@mvysny
Copy link
Author

mvysny commented Oct 25, 2017

Relates to #210

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

Successfully merging this pull request may close these issues.

1 participant