Code Monkey home page Code Monkey logo

pysugarcrm's People

Contributors

arnaudlamy avatar dnmellen avatar fever-github-terraform-provider[bot] avatar gglockner avatar gprossignoli avatar marcoshj avatar miguelgf avatar minchinweb avatar pablofeverup avatar pokoli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pysugarcrm's Issues

Update version and history

  • We need to set version to 1.0.1 in setup.py and pysugarcrm/init.py
  • Append to HISTORY.rst:

1.0.1(2016-10-06)

  • Auto build docs in travis

UnboundLocalError: local variable 'conn' referenced before assignment

Sentry Issue: BACKOFFICE-1B7

JSONDecodeError: Expecting value: line 1 column 1 (char 0)
(1 additional frame(s) were not displayed)
...
  File "pysugarcrm/pysugarcrm.py", line 56, in __init__
    response = requests.post(login_url, data=json.dumps(data)).json()
  File "requests/models.py", line 900, in json
    return complexjson.loads(self.text, **kwargs)
  File "__init__.py", line 354, in loads
    return _default_decoder.decode(s)
  File "json/decoder.py", line 339, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "json/decoder.py", line 357, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None

UnboundLocalError: local variable 'conn' referenced before assignment
(21 additional frame(s) were not displayed)
...
  File "django/utils/functional.py", line 35, in __get__
    res = instance.__dict__[self.name] = self.func(instance)
  File "utils/decorators.py", line 129, in wrapper
    result = fn(*args, **kwargs)
  File "core/domain/partner/partner.py", line 344, in contracts_crm
    platform="fever-{}".format(uuid.uuid4().hex),
  File "contextlib.py", line 81, in __enter__
    return next(self.gen)
  File "pysugarcrm/pysugarcrm.py", line 153, in sugar_api
    conn.close()

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.