nblavoie / wyzecam-api

Wyzecam API reverse engineered to support Wyzecam alternatives applications.
239 stars 42 forks source link

PhoneInfoNotExist #3

Open simsketch opened 6 years ago

simsketch commented 6 years ago

any ideas?

w00dbury commented 6 years ago

seems I get the same thing

{ "ts": 1527047125868, "code": "3000", "msg": "PhoneInfoNotExist", "data": {} }

nblavoie commented 6 years ago

Working on it, will keep you posted.

djmason9 commented 6 years ago

any movement on this?

alcfeoh commented 6 years ago

Same here, very interested in your findings.

c4talyst commented 5 years ago

Try the "phone_id" provided in the README bc151f39-787b-4871-be27-5a20fd0a1937.

When using a random UUID, I get the PhoneInfoNotExist

ryancnelson commented 5 years ago

can confirm -- the only uuid that i can get to work is the example one from the README, "bc151f39-787b-4871-be27-5a20fd0a1937"

tomcat114 commented 5 years ago

I was able to get my phone's ID (Android) by looking in the statistics.txt file in the following directory: /storage/emulated/0/Wyze/Camera/statistics/

wesbos commented 5 years ago

I ended up installing Bluestacks android emulator, then installing the wyze app and logging in.

Then I used the file explorer API to find a .txt file (forget the name) to find the phone's ID. Worked great!

zeroasterisk commented 5 years ago

@wesbos are you working on an API for these cameras? Got a public repo I could review?

wesbos commented 5 years ago

i tried but ultimately failed :(

zeroasterisk commented 5 years ago

Too bad, I was hoping to stand on your (giant) shoulders. I see that streaming API might be opened soon, which was my goal anyway... So I may just wait.

Also, hi Wes. You do good work. Thanks! If you come to Boulder, I'd love to take you to lunch.

carljmosca commented 5 years ago

Any update on this?