We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear Sir.
I just found your xolib.
From the usage section of readme.rst the line with 'xo_instance = xo('ws://localhost', timeout=30)' got '''
Traceback (most recent call last): File "", line 1, in File "/home/bino/.local/share/virtualenvs/playxolib-qsi9oiDU/lib/python3.8/site-packages/synthetic/synthetic_constructor_factory.py", line 79, in init originalConstructor(instance, *args, **kwargs) TypeError: init() got an unexpected keyword argument 'timeout' '''
and when I remove the timeout argument, I got :
Traceback (most recent call last): File "", line 1, in File "/home/bino/.local/share/virtualenvs/playxolib-qsi9oiDU/lib/python3.8/site-packages/synthetic/synthetic_constructor_factory.py", line 79, in init originalConstructor(instance, *args, **kwargs) File "/home/bino/.local/share/virtualenvs/playxolib-qsi9oiDU/lib/python3.8/site-packages/xolib/xo.py", line 45, in init self._learn_methods() File "/home/bino/.local/share/virtualenvs/playxolib-qsi9oiDU/lib/python3.8/site-packages/xolib/xo.py", line 81, in _learn_methods patch_method_in(self, method_code) File "/home/bino/.local/share/virtualenvs/playxolib-qsi9oiDU/lib/python3.8/site-packages/xolib/utils.py", line 7, in patch_method_in exec(method_code, None, ld) File "", line 1 def backupNg_getLogs(self, *, after=None, before=None, limit=None, *): return self.call('backupNg.getLogs', after=after, before=before, limit=limit, =) ^ SyntaxError: invalid syntax
Sincerely -bino-
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear Sir.
I just found your xolib.
From the usage section of readme.rst the line with 'xo_instance = xo('ws://localhost', timeout=30)' got '''
Traceback (most recent call last):
File "", line 1, in
File "/home/bino/.local/share/virtualenvs/playxolib-qsi9oiDU/lib/python3.8/site-packages/synthetic/synthetic_constructor_factory.py", line 79, in init
originalConstructor(instance, *args, **kwargs)
TypeError: init() got an unexpected keyword argument 'timeout'
'''
and when I remove the timeout argument, I got :
Traceback (most recent call last):
File "", line 1, in
File "/home/bino/.local/share/virtualenvs/playxolib-qsi9oiDU/lib/python3.8/site-packages/synthetic/synthetic_constructor_factory.py", line 79, in init
originalConstructor(instance, *args, **kwargs)
File "/home/bino/.local/share/virtualenvs/playxolib-qsi9oiDU/lib/python3.8/site-packages/xolib/xo.py", line 45, in init
self._learn_methods()
File "/home/bino/.local/share/virtualenvs/playxolib-qsi9oiDU/lib/python3.8/site-packages/xolib/xo.py", line 81, in _learn_methods
patch_method_in(self, method_code)
File "/home/bino/.local/share/virtualenvs/playxolib-qsi9oiDU/lib/python3.8/site-packages/xolib/utils.py", line 7, in patch_method_in
exec(method_code, None, ld)
File "", line 1
def backupNg_getLogs(self, *, after=None, before=None, limit=None, *): return self.call('backupNg.getLogs', after=after, before=before, limit=limit, =)
^
SyntaxError: invalid syntax
Sincerely
-bino-
The text was updated successfully, but these errors were encountered: