Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

start.sh #26

Open
danielct59 opened this issue Jun 5, 2019 · 2 comments
Open

start.sh #26

danielct59 opened this issue Jun 5, 2019 · 2 comments

Comments

@danielct59
Copy link

[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'
@devalexanderdaza
Copy link
Owner

Check your python enviroment

@eduardocalazansjr
Copy link
Contributor

"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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants