peci1 / lumix-link-desktop

A unofficial desktop version of the Panasonic Lumix Link app for remote control of your Lumix camera.
BSD 3-Clause "New" or "Revised" License
156 stars 21 forks source link

Clicking Start Stream, nothing happens #10

Closed Aaronstephen closed 4 years ago

Aaronstephen commented 4 years ago

Via Control.bat connected succesfully with camera (G7). When clicking on Start Stream, nothing happens. Probably java is not connected correctly or something but how do i know.

peci1 commented 4 years ago

Can you open the developer tools (F12 in Chrome or Firefox), switch to "Network" tab, and show me what happens when you click the start stream button? There should be a new request, which can either succeed (return code 200 or so), or fail (return code 400 or 500-like). If it succeeds, the developer tools allow you to display the reponse. I will need that.

Can you handle that?