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

Unsure what IP address and port to use in GA behavior box #5

Open
anjalie-ch opened this issue Aug 11, 2021 · 1 comment
Open

Unsure what IP address and port to use in GA behavior box #5

anjalie-ch opened this issue Aug 11, 2021 · 1 comment

Comments

@anjalie-ch
Copy link

Ended up using the published port of docker container to connect to the TCP 4000 port, tried many variations of IP address and port value (4000 versus published port value)

[ERROR] behavior.box :_safeCallOfUserMethod:130 _Behavior__lastUploadedChoregrapheBehaviorbehavior_12715416512:/GA_7/GA_2: Traceback (most recent call last): File "/opt/aldebaran/lib/python2.7/site-packages/albehavior.py", line 120, in _safeCallOfUserMethod func() File "", line 69, in onInput_onStart File "", line 60, in start_zora File "", line 220, in connect_ga File "/usr/lib/python2.7/socket.py", line 228, in meth return getattr(self._sock,name)(*args) error: [Errno 111] Connection refused
[INFO ] behavior.box :start_zora:58 _Behavior__lastUploadedChoregrapheBehaviorbehavior_12715416512:/GA_7/GA_2: Recording...
[ERROR] behavior.box :_safeCallOfUserMethod:130 _Behavior__lastUploadedChoregrapheBehaviorbehavior_12715416512:/GA_7/GA_2: Traceback (most recent call last): File "/opt/aldebaran/lib/python2.7/site-packages/albehavior.py", line 120, in _safeCallOfUserMethod func() File "", line 44, in onUnload File "/opt/aldebaran/lib/python2.7/site-packages/ialbehavior.py", line 166, in getattr = lambda self, name: _swig_getattr(self, behavior, name) File "/opt/aldebaran/lib/python2.7/site-packages/ialbehavior.py", line 74, in _swig_getattr return _swig_getattr_nondynamic(self, class_type, name, 0) File "/opt/aldebaran/lib/python2.7/site-packages/ialbehavior.py", line 69, in _swig_getattr_nondynamic return object.getattr(self, name) AttributeError: type object 'object' has no attribute 'getattr'

@conema
Copy link
Owner

conema commented Aug 12, 2021

If I remember well, you should use your local ip address, you can find it by using ipconfig/ifconfig. The port is correct.

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

2 participants