Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

enum_user error for too many users #9

Open
kadaj666 opened this issue May 22, 2017 · 0 comments
Open

enum_user error for too many users #9

kadaj666 opened this issue May 22, 2017 · 0 comments

Comments

@kadaj666
Copy link

enum_user works fine until you have less than 129 users, if users are more than 129 at one hub, script return error api_call_wrong_response_length .
Full response:

python test.py 
Traceback (most recent call last):
  File "test.py", line 8, in <module>
    print(api.enum_user(hub_name="test"))
  File "/usr/local/lib/python2.7/dist-packages/softether/api.py", line 626, in enum_user
    return self.call_method('EnumUser', payload)
  File "/usr/local/lib/python2.7/dist-packages/softether/api.py", line 184, in call_method
    raise SoftEtherAPIException('api_call_wrong_response_length')
softether.api.SoftEtherAPIException: api_call_wrong_response_length
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant