dsandor / fauxmojs

Fake WeMo device ported to NodeJS. Allows Alexa (Amazon Echo) to make api calls.
56 stars 22 forks source link

Fix upnp line endings (fix PS4 games) #24

Closed neophob closed 6 years ago

neophob commented 6 years ago

While the topic sounds very strange, its in fact quite interesting. Kudos to @nklerk for finding this issue!

Long story short, if a fauxmojs service runs, some PS4 games (like Diablo III Reaper of Souls or Call of Duty: Black Ops III) won't start (PS4 running on FW 5.55) but fail with a cryptic error.

It looks like the PS4 UPNP service is very crappy and fails. After adding the missing CR chars to the discovery response, those games run fine again.

nklerk commented 6 years ago

Thanks for the PR

dsandor commented 6 years ago

Wow, so strange! Thanks for the PR.