Tlantic / cdv-socket-plugin

Cordova Socket Plugin
GNU General Public License v3.0
51 stars 43 forks source link

Backslashes Properly Escaped? #52

Open rheilgm opened 10 years ago

rheilgm commented 10 years ago

Hey I'm back again :) Very Thankful for that fix last release it was brilliant, This plugin is getting more and more better. Though i do have some pretty weird behavior i encountered not sure if it was only me, but might need you to check and test if plugin works with this kind of return:

{ "Type":"nowplaying", "Duration":2458, "Position":0, "IsTv":false, "IsFullscreen":true, "File":"", "MediaInfo":{ "MediaType":"series", "SeriesId":76290, "SeasonId":10063, "EpisodeId":189255, "Series":"24", "Season":1, "Episode":1, "Title":"Tag 1: 00:00Uhr-01:00Uhr", "AirDate":"2001-11-06", "Director":"Stephen Hopkins", "Writer":"Robert Cochran, Joel Surnow", "Genre":"|Action and Adventure|Drama|", "ImageName":"c:\images\series\24.jpg", "MyRating":"", "Plot":"Stressiger Abend f\U00fcr CTU-Agent Jack Bauer: Seine halbw\U00fcchsige Tochter Kimberly stiehlt sich unerlaubt aus dem Haus. Aber bevor er sich auf die Suche machen kann, wird er dringend ins B\U00fcro zitiert, denn Terroristen planen einen Anschlag auf Senator David Palmer. Es scheint eine lange Nacht f\U00fcr den Agenten zu werden…", "Rating":"7.5", "RatingCount":"", "Status":"Ended" } }

vinnylinck commented 10 years ago

Thank you. A lot of fixes were made. We are using this plugin and finding more and more improvements to be done. The true is that feedbacks are important. So, feel free to contribute with issues and suggestions continuously.

I'll keep this issue on track. The quotes problem were solved. Now, need to care about other escape characters.

As soon as I close the next backlog I'll keep you posted about the next release.

Thanks

-----Original Message----- From: "rheilgm" notifications@github.com Sent: ‎6/‎4/‎2014 10:37 PM To: "Tlantic/cdv-socket-plugin" cdv-socket-plugin@noreply.github.com Subject: [cdv-socket-plugin] Backslashes Properly Escaped? (#52)

Hey I'm back again :) Very Thankful for that fix last release it was brilliant, This plugin is getting more and more better. Though i do have some pretty weird behavior i encountered not sure if it was only me, but might need you to check and test if plugin works with this kind of return: { "Type":"nowplaying", "Duration":2458, "Position":0, "IsTv":false, "IsFullscreen":true, "File":"", "MediaInfo":{ "MediaType":"series", "SeriesId":76290, "SeasonId":10063, "EpisodeId":189255, "Series":"24", "Season":1, "Episode":1, "Title":"Tag 1: 00:00Uhr-01:00Uhr", "AirDate":"2001-11-06", "Director":"Stephen Hopkins", "Writer":"Robert Cochran, Joel Surnow", "Genre":"|Action and Adventure|Drama|", "ImageName":"c:\images\series\24.jpg", "MyRating":"", "Plot":"Stressiger Abend f\U00fcr CTU-Agent Jack Bauer: Seine halbw\U00fcchsige Tochter Kimberly stiehlt sich unerlaubt aus dem Haus. Aber bevor er sich auf die Suche machen kann, wird er dringend ins B\U00fcro zitiert, denn Terroristen planen einen Anschlag auf Senator David Palmer. Es scheint eine lange Nacht f\U00fcr den Agenten zu werden…", "Rating":"7.5", "RatingCount":"", "Status":"Ended" } } — Reply to this email directly or view it on GitHub.

rheilgm commented 10 years ago

Thanks! I'm Looking forward to the release :+1:

rheilgm commented 10 years ago

Hi, any update for this issue?

felipekm commented 10 years ago

Nothing yet. which platform are you using it for?

rheilgm commented 10 years ago

android and ios, did tried to fix the issue but my knowledge on java and ios is not enough to solve my issue :)

felipekm commented 10 years ago

Hi @rheilgm,

We are getting efforts to get this issue and others done, feel free to fork and try some implementation raising a PR.

Thanks for your support!