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] socket_connector.py is missing get_id definition #1346

Closed
joinke opened this issue Mar 22, 2024 · 1 comment · Fixed by #1350
Closed

[BUG] socket_connector.py is missing get_id definition #1346

joinke opened this issue Mar 22, 2024 · 1 comment · Fixed by #1350
Assignees
Labels

Comments

@joinke
Copy link

joinke commented Mar 22, 2024

Describe the bug
the connectors have a definition of get_id . The socket connector is missing it.
As a result failure to start socket listener.

def get_id(self)
return self.__id

Connector name (If bug in the some connector):
socket

Error traceback (If available):

Mar 22 18:06:32 ubuserver01 python3[32199]: TypeError: Can't instantiate abstract class SocketConnector with abstract method get_id

Versions (please complete the following information):

  • OS: all
  • Thingsboard IoT Gateway version : 3.4.5
  • Python version : all
Copy link

Hi @joinke.
Thank you for your interest in ThingsBoard IoT Gateway.
Your issue was registered, please wait for response from engineer.

IOTGW-183

@samson0v samson0v linked a pull request Mar 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants