Skip to content

Merge more libraries on remote server #46

@robooo

Description

@robooo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions