-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
[bug] Opening change page for device without DeviceConnection object logs error #249
Comments
Steps to replicate
Actual Outcome An openwisp-firmware-upgrader/openwisp_firmware_upgrader/admin.py Lines 422 to 427 in f1b0397
Since this device does not have a DeviceConnection object, the
|
Seems a good plan. I think for "DEVICE CONNECTIONS" you meant credentials? |
Yes, we should also update that error message. |
Don't log error on device change page if the device does not have any DeviceConnection objects. Closes #249
Don't log error on device change page if the device does not have any DeviceConnection objects. Closes #249
Don't log error on device change page if the device does not have any DeviceConnection objects. Closes #249
get_upgrader_class_from_device_connection
logs an exception when theconn
isNone
We need to investigate what code is calling this function with
None
argument.https://github.com/openwisp/openwisp-firmware-upgrader/blob/f1b0397944489db857cde986c2933675b3758001/openwisp_firmware_upgrader/utils.py#L34C5-L41
The text was updated successfully, but these errors were encountered: