studioimaginaire / phue

A Python library for the Philips Hue system
Other
1.52k stars 267 forks source link

Timing out #199

Open j-c-williams opened 1 year ago

j-c-williams commented 1 year ago

I've been working with things on phue just for the last few days and am very new to programming in general so I feel like there will be an obvious answer to this, but when I try to run anything except for b.connect(), phue times out. This traceback is from trying to use b.get_api() phue.PhueRequestTimeout: (None, 'GET Request to 10...***/api/Zqa5YgzQy5ngytyWsBAAd6wv5g49j9imiP55r-Sp timed out.') I obviously censored the ip address.

j-c-williams commented 1 year ago

Edit: it was working for me just fine yesterday.