Open jhielson opened 1 year ago
ohhh lol i LITERALLY just fixed this.
prob too late but im sharing for everyone in future
the solution: def populateImages(self): self.images_saved = [] resp = requests.get('http://' + self.ip + '/api/images/list') new_data = resp.json() for get_name in new_data['result']: self.images_saved.append(get_name['name'])
the code was probably extremely outdated. I updated the code to latest
Hi,
I have been following the instructions but I cannot get the robot connected. When I use the same IP in my browser it works fine, I can access Misty Studio.