FalkTannhaeuser / python-onvif-zeep

ONVIF Client Implementation in Python 2+3 (using https://github.com/mvantellingen/python-zeep instead of suds as SOAP client)
MIT License
420 stars 137 forks source link

GetProfiles alternetive this funtion #106

Open fti-sbargule opened 1 year ago

fti-sbargule commented 1 year ago
/home/suyog/stitcher/PTZcamera_image/PTZcamera_control/python-onvif-zeep-async/examples/rotate_image.py:44: DeprecationWarning: There is no current event loop
  loop = asyncio.get_event_loop()
INFO:httpx:HTTP Request: POST http://192.168.10.35/onvif/device_service "HTTP/1.1 200 OK"
['__class__', '__delattr__', '__dir__', '__eq__', '__format__', '__ge__', '__getattribute__', '__gt__', '__hash__', '__init__', '__init_subclass__', '__le__', '__lt__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', 'close', 'create_analytics_service', 'create_deviceio_service', 'create_devicemgmt_service', 'create_events_service', 'create_imaging_service', 'create_media_service', 'create_notification_manager', 'create_notification_service', 'create_onvif_service', 'create_ptz_service', 'create_pullpoint_manager', 'create_pullpoint_service', 'create_receiver_service', 'create_recording_service', 'create_replay_service', 'create_search_service', 'create_subscription_service', 'get_capabilities', 'get_definition', 'get_next_termination_time', 'get_snapshot', 'get_snapshot_uri', 'has_broken_relative_time', 'to_dict', 'update_xaddrs']
Traceback (most recent call last):
  File "/home/suyog/stitcher/PTZcamera_image/PTZcamera_control/python-onvif-zeep-async/examples/rotate_image.py", line 45, in <module>
    loop.run_until_complete(rotate_image_180())
  File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
  File "/home/suyog/stitcher/PTZcamera_image/PTZcamera_control/python-onvif-zeep-async/examples/rotate_image.py", line 17, in rotate_image_180
    profiles = await media_service.GetProfiles()
AttributeError: 'coroutine' object has no attribute 'GetProfiles'
sys:1: RuntimeWarning: coroutine 'ONVIFCamera.create_media_service' was never awaited