Giter VIP home page Giter VIP logo

robot-watchdog's People

Contributors

vkruoso avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

robot-watchdog's Issues

Exception in thread WebSocketClient: AttributeError: 'NoneType' object has no attribute 'get'

Getting this exception:

image

UTF-8 Test                                                            .Exception in thread WebSocketClient:
Traceback (most recent call last):
  File "c:\python27\Lib\threading.py", line 810, in __bootstrap_inner
    self.run()
  File "c:\python27\Lib\threading.py", line 763, in run
    self.__target(*self.__args, **self.__kwargs)
  File "c:\users\me\envs\portal_tests\lib\site-packages\ws4py\websocket.py", line 506, in run
    if not self.once():
  File "c:\users\me\envs\portal_tests\lib\site-packages\DDPClient.py", line 53, in once
    return super(DDPSocket, self).once()
  File "c:\users\me\envs\portal_tests\lib\site-packages\ws4py\websocket.py", line 388, in once
    if not self.process(b):
  File "c:\users\me\envs\portal_tests\lib\site-packages\ws4py\websocket.py", line 458, in process
    self.received_message(s.message)
  File "c:\users\me\envs\portal_tests\lib\site-packages\DDPClient.py", line 41, in received_message
    self.emit('received_message', data)
  File "c:\users\me\envs\portal_tests\lib\site-packages\pyee\__init__.py", line 117, in emit
    f(*args, **kwargs)
  File "c:\users\me\envs\portal_tests\lib\site-packages\DDPClient.py", line 187, in received_message
    callback(data.get('error'), data.get('result'))
  File "c:\users\me\envs\portal_tests\robotwatchdog.py", line 57, in handle_run_call
    self.run = result.get('run', None)
AttributeError: 'NoneType' object has no attribute 'get'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.