werthdavid / homebridge-website-to-camera

Homebridge plugin that displays a Website as virtual camera (intended for Google Maps Traffic)
MIT License
54 stars 7 forks source link

TimeoutError #5

Closed borisdebusscher closed 5 years ago

borisdebusscher commented 5 years ago

Hey! After logging "Going to page:..." in my terminal, I constantly have the following error: TimeoutError: Navigation Timeout Exceeded: 10000ms exceeded

MrDrache333 commented 5 years ago

Same here...:/

borisdebusscher commented 5 years ago

😪

MrDrache333 commented 5 years ago

I tryed something...if you only use http instead of https it works...But if you want to open any Website with https it fails :/

borisdebusscher commented 5 years ago

Mmmm good to know, I'll look into it thanks!

borisdebusscher commented 5 years ago

it's maybe just a timeout issue, if I disable timeout it could work

werthdavid commented 5 years ago

Can you provide the website you're using?

kaosmagix commented 5 years ago

I have the same issue with a regular (local) http site. It would work for me if the time-out could be disabled or set in a parameter

werthdavid commented 5 years ago

Ok guys I made version 1.3.0 where you can configure your timeout for the page to wait. Also it is considered ok if there is up to 2 network requests still pending. Let me know if it helped