vandot / pysoftether

SoftEther VPN Server Python Management API
https://pypi.org/project/pysoftether/
BSD 3-Clause "New" or "Revised" License
7 stars 6 forks source link

SoftEtherAPIException when virtual hub has more than 100 users #6

Open aweher opened 3 years ago

aweher commented 3 years ago
  File "main.py", line 14, in <module>
    all_users = set(vpn.get_all_users(hub))
  File "/app/vpnserver.py", line 46, in get_all_users
    users = self.api.enum_user(hub_name=virtualhub)
  File "/usr/local/lib/python3.5/dist-packages/softether/api.py", line 676, in enum_user
    return self.call_method('EnumUser', payload)
  File "/usr/local/lib/python3.5/dist-packages/softether/api.py", line 187, in call_method
    raise SoftEtherAPIException('api_call_wrong_response_length')
softether.api.SoftEtherAPIException: api_call_wrong_response_length
aweher commented 3 years ago

This issue is unresolved in the original and archived repository