Skip to content
Fixed SKB-627, addresses an issue in the device_task method where the CommunicationFailed exception was incorrectly handled, leading to a TypeError: argument of type 'CommunicationFailed' is not iterable.

Changes Made: Updated exception handling for CommunicationFailed by converting the exception to a string using str(exception).