You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the following Exception when registering my Quaderno 2nd A4. The registration succeeds and I can add documents to my device. But the exception can be resolved by adding update_service to LookUpDPT as suggested.
Exception in thread zeroconf-ServiceBrowser-_dp_fujitsu._tcp-_digitalpaper._tcp-40518:
Traceback (most recent call last):
File "/usr/lib/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/home/cuong/.local/lib/python3.9/site-packages/zeroconf/_services/browser.py", line 538, in run
self._fire_service_state_changed_event(event)
File "/home/cuong/.local/lib/python3.9/site-packages/zeroconf/_services/browser.py", line 421, in _fire_service_state_changed_event
self._service_state_changed.fire(
File "/home/cuong/.local/lib/python3.9/site-packages/zeroconf/_services/__init__.py", line 55, in fire
h(**kwargs)
File "/home/cuong/.local/lib/python3.9/site-packages/zeroconf/_services/browser.py", line 178, in on_change
Found digital paper at 192.168.1.41
To skip the discovery process (and this message), call:
getattr(listener, _ON_CHANGE_DISPATCH[state_change])(zeroconf, service_type, name)
AttributeError: 'LookUpDPT' object has no attribute 'update_service'
/home/cuong/.local/bin/dptrp1 --addr 192.168.1.41 register
The following snippet will do the job unless there is a plan to add logic for update_service.
I got the following Exception when registering my Quaderno 2nd A4. The registration succeeds and I can add documents to my device. But the exception can be resolved by adding
update_service
toLookUpDPT
as suggested.The following snippet will do the job unless there is a plan to add logic for
update_service
.The text was updated successfully, but these errors were encountered: