You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: