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

Merge more libraries on remote server #46

Closed
robooo opened this issue Feb 9, 2018 · 1 comment
Closed

Merge more libraries on remote server #46

robooo opened this issue Feb 9, 2018 · 1 comment

Comments

@robooo
Copy link

robooo commented Feb 9, 2018

Can't figure out how to merge more libraries on remote server side.

Found this discussion: https://groups.google.com/forum/#!topic/robotframework-users/ESMmd11z3b8
but the errors are the same.

Traceback (most recent call last):
  File "frankenlib.py", line 92, in <module>
    RobotRemoteServer(FrankenLib(), *sys.argv[1:])
  File "C:\Python27\lib\site-packages\robotremoteserver.py", line 73, in __init__
    self._library = RemoteLibraryFactory(library)
  File "C:\Python27\lib\site-packages\robotremoteserver.py", line 256, in RemoteLibraryFactory
    run_keyword = dynamic_method(library, 'run_keyword')
  File "C:\Python27\lib\site-packages\robotremoteserver.py", line 266, in dynamic_method
    method = getattr(library, name, None)
  File "frankenlib.py", line 50, in __getattr__
    module_num = self._modulenames.index(module)
ValueError: 'run' is not in list
@robooo
Copy link
Author

robooo commented Feb 10, 2018

should work with #19

@robooo robooo closed this as completed Feb 10, 2018
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