Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

encodeURI problem #2

@andym2009

Description

@andym2009

I ran into difficulties with line 119 in MediaServerClient:
didl = decodeURI(didl);

It through a "malformed uri" exception. It was an exceptionally long response (over 96,000 characters) so I don't know where the problem was.

I tried decodeURIComponent and that also failed with the same result.

The only thing that worked was using unescape, which I know is deprecated, so not sure what the elegant solution should be.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions