View Issue Details

IDProjectCategoryView StatusLast Update
0010508MMAUPnP / Castingpublic2013-02-12 12:41
Reportermarek Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Summary0010508: Incorrect format of integers in UPnP messages
DescriptionThere are some issues with parsing of integers that are sent to MMA from MMW during wifi sync. I have only 1 example so far, but this issue is very common:

<upnp:originalTrackNumber>5/9</upnp:originalTrackNumber>

Is it possible to check the correct format of integers on MMW side?
TagsNo tags attached.
Fixed in build100

Activities

peke

2013-02-12 01:38

developer   ~0034853

Last edited: 2013-02-12 01:39

@Marek
For testing what format is expected to be received in MMA?

What do you suggest that MMW always serve Integer value only even value is String?

Ludek

2013-02-12 12:28

developer   ~0034857

I have revised the code and tested and haven't found a problem.

MMW always sends <upnp:originalTrackNumber> as integer value.
i.e. if you edit track# in MMW to '5/9' then MMW serves
<upnp:originalTrackNumber>5</upnp:originalTrackNumber>


Are you sure that it was MMW server that served the fractional 5/9 value?

marek

2013-02-12 12:39

developer   ~0034858

No, it can be another type of server. I will resolve this and open new issue.

marek

2013-02-12 12:41

developer   ~0034859

Verified in 100