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

enum_user error for too many users #9

@kadaj666

Description

@kadaj666

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions