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

FieldError: Cannot resolve keyword 'github_issue_number' into field. Choices are: _val_usd_db, accepted, balance, bounty_owner_address, bounty_owner_email, bounty_owner_github_username, bounty_owner_name, bounty_type, canceled_on, contract_address, create #1228

Closed
mbeacom opened this issue May 23, 2018 · 0 comments
Labels
backend This needs backend expertise.

Comments

@mbeacom
Copy link
Contributor

mbeacom commented May 23, 2018

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

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/csrf.py", line 54, in wrapped_view
    return view_func(*args, **kwargs)
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/rest_framework/viewsets.py", line 90, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/rest_framework/views.py", line 489, in dispatch
    response = self.handle_exception(exc)
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/rest_framework/views.py", line 449, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/rest_framework/views.py", line 486, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/rest_framework/mixins.py", line 48, in list
    return Response(serializer.data)
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/rest_framework/serializers.py", line 738, in data
    ret = super(ListSerializer, self).data
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/rest_framework/serializers.py", line 262, in data
    self._data = self.to_representation(self.instance)
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/rest_framework/serializers.py", line 656, in to_representation
    self.child.to_representation(item) for item in iterable
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/django/db/models/query.py", line 272, in __iter__
    self._fetch_all()
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/django/db/models/query.py", line 1179, in _fetch_all
    self._result_cache = list(self._iterable_class(self))
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/django/db/models/query.py", line 53, in __iter__
    results = compiler.execute_sql(chunked_fetch=self.chunked_fetch, chunk_size=self.chunk_size)
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 1053, in execute_sql
    sql, params = self.as_sql()
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 446, in as_sql
    extra_select, order_by, group_by = self.pre_sql_setup()
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 51, in pre_sql_setup
    order_by = self.get_order_by()
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 316, in get_order_by
    field, self.query.get_meta(), default_order=asc))
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 663, in find_ordering_name
    field, targets, alias, joins, path, opts = self._setup_joins(pieces, opts, alias)
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 696, in _setup_joins
    pieces, opts, alias)
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/django/db/models/sql/query.py", line 1448, in setup_joins
    names, opts, allow_many, fail_on_missing=True)
  File "/home/ubuntu/gitcoin/gitcoin-3/lib/python3.6/site-packages/django/db/models/sql/query.py", line 1379, in names_to_path
    "Choices are: %s" % (name, ", ".join(available)))
FieldError: Cannot resolve keyword 'web3_created9843896' into field. Choices are: _val_usd_db, accepted, balance, bounty_owner_address, bounty_owner_email, bounty_owner_github_username, bounty_owner_name, bounty_type, canceled_on, contract_address, created_on, current_bounty, experience_level, expires_date, fulfillment_accepted_on, fulfillment_started_on, fulfillment_submitted_on, fulfillments, github_comments, github_url, id, idx_experience_level, idx_project_length, idx_status, interested, interested_comment, is_open, issue_description, last_comment_date, match, metadata, modified_on, network, num_fulfillments, override_status, privacy_preferences, project_length, raw_data, snooze_warnings_for_days, standard_bounties_id, submissions_comment, title, token_address, token_name, token_value_in_usdt, token_value_time_peg, value_in_eth, value_in_token, value_in_usdt, value_in_usdt_now, value_true, web3_created, web3_type
@mbeacom mbeacom added backend This needs backend expertise. rollbar labels May 23, 2018
@mbeacom mbeacom closed this as completed May 30, 2018
@mbeacom mbeacom reopened this Jul 14, 2018
@mbeacom mbeacom closed this as completed Jul 19, 2018
@mbeacom mbeacom reopened this Jul 22, 2018
@mbeacom mbeacom closed this as completed Jul 27, 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