yowsapp-framework icon indicating copy to clipboard operation
yowsapp-framework copied to clipboard

start.sh

Open danielct59 opened this issue 5 years ago • 2 comments

[Whatsapp] Mac started

[Whatsapp] Current State: org.openwhatsapp.yowsup.event.network.connect

  • Serving Flask app "run" (lazy loading)
  • Environment: production WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
  • Debug mode: off
  • Running on http://127.0.0.1:5000/ (Press CTRL+C to quit) E 2019-06-05 16:03:20,556 yowsup.config.manager - Could not find a config for username=558888689819, paths checked: /root/.config/yowsup/558888689819/config.json:/root/.config/yowsup/558888689819/config.yo E 2019-06-05 16:03:20,559 yowsup.layers.network.dispatcher.dispatcher_asyncore - Traceback (most recent call last): File "/usr/lib/python3.5/asyncore.py", line 91, in write obj.handle_write_event() File "/usr/lib/python3.5/asyncore.py", line 441, in handle_write_event self.handle_connect_event() File "/usr/lib/python3.5/asyncore.py", line 429, in handle_connect_event self.handle_connect() File "/usr/local/lib/python3.5/dist-packages/yowsup/layers/network/dispatcher/dispatcher_asyncore.py", line 34, in handle_connect self.connectionCallbacks.onConnected() File "/usr/local/lib/python3.5/dist-packages/yowsup/layers/network/layer.py", line 53, in onConnected self.emitEvent(YowLayerEvent(YowNetworkLayer.EVENT_STATE_CONNECTED)) File "/usr/local/lib/python3.5/dist-packages/yowsup/layers/init.py", line 94, in emitEvent self.__upper.emitEvent(yowLayerEvent) File "/usr/local/lib/python3.5/dist-packages/yowsup/layers/init.py", line 94, in emitEvent self.__upper.emitEvent(yowLayerEvent) File "/usr/local/lib/python3.5/dist-packages/yowsup/layers/init.py", line 94, in emitEvent self.__upper.emitEvent(yowLayerEvent) File "/usr/local/lib/python3.5/dist-packages/yowsup/layers/init.py", line 94, in emitEvent self.__upper.emitEvent(yowLayerEvent) File "/usr/local/lib/python3.5/dist-packages/yowsup/layers/init.py", line 94, in emitEvent self.__upper.emitEvent(yowLayerEvent) File "/usr/local/lib/python3.5/dist-packages/yowsup/layers/init.py", line 94, in emitEvent self.__upper.emitEvent(yowLayerEvent) File "/usr/local/lib/python3.5/dist-packages/yowsup/layers/init.py", line 88, in emitEvent if self.__upper and not self.__upper.onEvent(yowLayerEvent): File "/usr/local/lib/python3.5/dist-packages/yowsup/layers/init.py", line 212, in onEvent stopEvent = stopEvent or s.onEvent(yowLayerEvent) File "/usr/local/lib/python3.5/dist-packages/yowsup/layers/init.py", line 109, in onEvent return self.event_callbackseventName File "/usr/local/lib/python3.5/dist-packages/yowsup/layers/auth/layer_authentication.py", line 36, in on_connected passive=self.getProp(self.PROP_PASSIVE, False) File "/usr/local/lib/python3.5/dist-packages/yowsup/layers/init.py", line 202, in subBroadcastEvent self.broadcastEvent(yowLayerEvent) File "/usr/local/lib/python3.5/dist-packages/yowsup/layers/init.py", line 103, in broadcastEvent self.__lower.broadcastEvent(yowLayerEvent) File "/usr/local/lib/python3.5/dist-packages/yowsup/layers/init.py", line 103, in broadcastEvent self.__lower.broadcastEvent(yowLayerEvent) File "/usr/local/lib/python3.5/dist-packages/yowsup/layers/init.py", line 103, in broadcastEvent self.__lower.broadcastEvent(yowLayerEvent) File "/usr/local/lib/python3.5/dist-packages/yowsup/layers/init.py", line 103, in broadcastEvent self.__lower.broadcastEvent(yowLayerEvent) File "/usr/local/lib/python3.5/dist-packages/yowsup/layers/init.py", line 98, in broadcastEvent if self.__lower and not self.__lower.onEvent(yowLayerEvent): File "/usr/local/lib/python3.5/dist-packages/yowsup/layers/init.py", line 109, in onEvent return self.event_callbackseventName File "/usr/local/lib/python3.5/dist-packages/yowsup/layers/noise/layer.py", line 68, in on_auth if config.edge_routing_info: AttributeError: 'NoneType' object has no attribute 'edge_routing_info'

danielct59 avatar Jun 05 '19 20:06 danielct59

Check your python enviroment

devalexanderdaza avatar Jun 12 '19 12:06 devalexanderdaza

"E 2019-06-05 16:03:20,556 yowsup.config.manager - Could not find a config for username=558888689819, paths checked: "

Check your yowsup configuration, also confirm that you've followed all the readme steps.

eduardocalazansjr avatar Jun 17 '19 01:06 eduardocalazansjr