dhleong / ps4-waker

Wake your PS4 over LAN (with help from the Playstation App)
MIT License
451 stars 40 forks source link

Issue while wake up #146

Closed kurtslayer17 closed 3 years ago

kurtslayer17 commented 3 years ago

Hi!,

Everything was working properly since one day it doesn't. I could wake up the PS4 but I couldn't shut it down. I have this error:

Error logging in: Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:205:27) { errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' } Unexpected error Error: No socket at /usr/local/lib/node_modules/ps4-waker/dist/device.js:563:38 at Ps4Socket. (/usr/local/lib/node_modules/ps4-waker/dist/waker.js:376:5) at Ps4Socket.emit (events.js:315:20) at Socket. (/usr/local/lib/node_modules/ps4-waker/dist/ps4socket.js:164:10) at Socket.emit (events.js:315:20) at emitErrorNT (internal/streams/destroy.js:92:8) at emitErrorAndCloseNT (internal/streams/destroy.js:60:3) at processTicksAndRejections (internal/process/task_queues.js:84:21)

I've tried reinstalling it but can't manage to work, any idea why this error happens?

Thanks in advance! awesome plug in by the way ;)

dhleong commented 3 years ago

That sounds a lot like https://github.com/dhleong/ps4-waker/issues/142, which was caused by Sony breaking things. Can you successfully use the official PS4 Second Screen app on your phone to shut down the PS4?

kurtslayer17 commented 3 years ago

Thanks for quick response!

Yes, it’s exactly the same issue (sorry for duplicate 😅), second screen app does not detect the PS4 either, but it does detect PS4-Waker, but nothing happens. I’m not sure if I have any PS4 update, I’ll check and let see if that solves the problem!

dhleong commented 3 years ago

Good luck! Unfortunately if the official app is broken then we'll be broken, too. I can't see any way around it.

On Sun, Sep 6, 2020 at 9:32 AM kurtslayer17 notifications@github.com wrote:

Thanks for quick response!

Yes, it’s exactly the same issue (sorry for duplicate 😅), second screen app does not detect the PS4 either, but it does detect PS4-Waker, but nothing happens. I’m not sure if I have any PS4 update, I’ll check and let see if that solves the problem!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dhleong/ps4-waker/issues/146#issuecomment-687790552, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGHIFQFDGIFDMZISCXZKHLSEOFOZANCNFSM4Q4IXVMA .

kurtslayer17 commented 3 years ago

No worries! It's all fixed now, it was the update...

Thanks again!