-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeout potential fix #175
Comments
fixed the issue for me |
Increased it to 30.. then to 60.. still getting this: `This error originated from a custom integration. Logger: custom_components.pfsense.pypfsense Unexpected get_system_info error err=gaierror(-3, 'Try again'), type(err)=<class 'socket.gaierror'> |
@sokai |
I kept getting Timeout error when attempting to connect to pfsense firewall.
I have a prod and a new dev and errors were the same with fresh install.
2023-10-03 08:55:20.814 ERROR (SyncWorker_6) [custom_components.pfsense.pypfsense] Unexpected get_system_info error err=TimeoutError('The read operation timed out'), type(err)=<class 'TimeoutError'>
Increasing timeout to 30 in /config/custom_components/pfsense/pypfsense/init.py solved it for me.
The text was updated successfully, but these errors were encountered: