evandcoleman / node-appletv

A node module for interacting with an Apple TV (4th-generation or later) over the Media Remote Protocol.
https://evandcoleman.github.io/node-appletv/
MIT License
180 stars 48 forks source link

Missing proto #29

Closed mschwartz closed 4 years ago

mschwartz commented 5 years ago

Like the title says...

appletv-theater ENOENT: no such file or directory, open '/home/app/node_modules/node-appletv/dist/lib/protos/SetDisconnectingStateMessage.proto'

This is for an ATV that is turned off.

evandcoleman commented 4 years ago

Please try with 1.0.11.

mschwartz commented 4 years ago

Thanks