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
{{ message }}
This repository was archived by the owner on Apr 15, 2025. It is now read-only.
When I run yowsapp_installer.sh is clean ubuntu 16.04 I got the following error:
yowsup-cli v3.2.0
yowsup v3.2.3
Copyright (c) 2012-2019 Tarek Galal
http://www.openwhatsapp.org
This software is provided free of charge. Copying and redistribution is
encouraged.
If you appreciate this software and you would like to support future
development please consider donating:
http://openwhatsapp.org/yowsup/donate
Traceback (most recent call last):
File "/usr/local/bin/yowsup-cli", line 679, in <module>
if not parser.process():
File "/usr/local/bin/yowsup-cli", line 352, in process
self.handleRegister(self.args["register"], config)
File "/usr/local/bin/yowsup-cli", line 378, in handleRegister
req = WARegRequest(config, code)
File "/usr/local/lib/python3.5/dist-packages/yowsup/registration/regrequest.py", line 35, in __init__
super(WARegRequest,self).__init__(config)
File "/usr/local/lib/python3.5/dist-packages/yowsup/common/http/warequest.py", line 62, in __init__
.get_manager(self._config.phone) # type: yowsup.axolotl.manager.Axolotlmanager
File "/usr/local/lib/python3.5/dist-packages/yowsup/axolotl/factory.py", line 15, in get_manager
store = LiteAxolotlStore(dbpath)
File "/usr/local/lib/python3.5/dist-packages/yowsup/axolotl/store/sqlite/liteaxolotlstore.py", line 15, in __init__
self.identityKeyStore = LiteIdentityKeyStore(conn)
File "/usr/local/lib/python3.5/dist-packages/yowsup/axolotl/store/sqlite/liteidentitykeystore.py", line 22, in __init__
registration_id = KeyHelper.generateRegistrationId(True)
TypeError: generateRegistrationId() takes 0 positional arguments but 1 was given
Maybe dockerization will help to achieve the same enviroment? Could you please make a Dockerfile for the project?
When I run
yowsapp_installer.shis clean ubuntu 16.04 I got the following error:Maybe dockerization will help to achieve the same enviroment? Could you please make a Dockerfile for the project?