Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'NoneType' object has no attribute 'get' #361

Closed
mbeacom opened this issue Feb 1, 2018 · 1 comment
Closed

AttributeError: 'NoneType' object has no attribute 'get' #361

mbeacom opened this issue Feb 1, 2018 · 1 comment
Labels
backend This needs backend expertise.

Comments

@mbeacom
Copy link
Contributor

mbeacom commented Feb 1, 2018

View details in Rollbar: https://rollbar.com/mbeacom/gitcoin/items/160/

Traceback (most recent call last):
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/django/core/handlers/base.py", line 126, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/django/views/decorators/http.py", line 40, in inner
    return func(request, *args, **kwargs)
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/django/views/decorators/csrf.py", line 54, in wrapped_view
    return view_func(*args, **kwargs)
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/ratelimit/decorators.py", line 30, in _wrapped
    return fn(*args, **kw)
  File "/home/ubuntu/gitcoin/coin/app/dashboard/views.py", line 569, in sync_web3
    bountydetails, issueURL, contract_address, network)
  File "/home/ubuntu/gitcoin/coin/app/dashboard/helpers.py", line 245, in process_bounty_details
    bountyDataPayload = bountyData.get('payload', {})
AttributeError: 'NoneType' object has no attribute 'get'
@mbeacom mbeacom added backend This needs backend expertise. rollbar labels Feb 1, 2018
@mbeacom
Copy link
Contributor Author

mbeacom commented Feb 12, 2018

Temporarily resolved in: f9751f6 - Need to identify root cause resulting in bountyData returning null

@mbeacom mbeacom closed this as completed Feb 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend This needs backend expertise.
Projects
None yet
Development

No branches or pull requests

1 participant