Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] RestClientPE controller models broken when token refresh is called #151

Open
LL928 opened this issue Mar 6, 2024 · 0 comments
Open

Comments

@LL928
Copy link

LL928 commented Mar 6, 2024

RestClientPE controller models change from PE to CE version when refresh method is called. For example, calling get_user_device after refresh result in an attribute error:

AttributeError: 'DeviceControllerApi' object has no attribute 'get_user_devices_using_get'

RestClientPE is missing overloading for refresh method:

    def refresh(self):
        super(RestClientPE, self).refresh()
        self.__load_controllers()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant