Discussion:
[Django] #23245: TypeError: 'set' object does not support indexing
Django
2014-08-06 16:17:27 UTC
Permalink
#23245: TypeError: 'set' object does not support indexing
-------------------------------------+-------------------------------------
Reporter: @… | Owner: SAMUEL BARFIELD III
Type: Uncategorized | Status: new
Component: Core (Management | Version: 1.4
commands) | Keywords: SAMUEL SAMUEL BUSINESS
Severity: Release blocker | OF INFORMATION
Triage Stage: Unreviewed | Has patch: 1
Easy pickings: 0 | UI/UX: 1
-------------------------------------+-------------------------------------
==== How to Reproduce ====

While doing a GET operation on `/watchlist`, Trac issued an internal
error.

''(please provide additional details here)''

Request parameters:
{{{
{'action': u'watch', 'realm': u'wiki', 'resid': u'TitleIndex'}
}}}

User agent: `Mozilla/5.0 (PLAYSTATION 3 4.60) AppleWebKit/531.22.8 (KHTML,
like Gecko)`

==== System Information ====
''System information not available''

==== Enabled Plugins ====
''Plugin information not available''

==== Python Traceback ====
{{{
Traceback (most recent call last):
File "/home/trac/venv/lib/python2.6/site-packages/trac/web/main.py",
line 497, in _dispatch_request
dispatcher.dispatch(req)
File "/home/trac/venv/lib/python2.6/site-packages/trac/web/main.py",
line 214, in dispatch
resp = chosen_handler.process_request(req)
File "/home/trac/venv/lib/python2.6/site-
packages/tracwatchlist/plugin.py", line 524, in process_request
req.redirect(req.href(realm,new_res[0]))
TypeError: 'set' object does not support indexing
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23245>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups "Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-updates+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to django-updates-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/django-updates/055.e54d64cfa67129df85a24f00e906f4cb%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.
Django
2014-08-06 16:42:36 UTC
Permalink
#23245: TypeError: 'set' object does not support indexing
-------------------------------------+-------------------------------------
Reporter: @… | Owner: SAMUEL
Type: Uncategorized | BARFIELD III
Component: Core (Management | Status: closed
commands) | Version: 1.4
Severity: Release blocker | Resolution: invalid
Keywords: SAMUEL SAMUEL | Triage Stage:
BUSINESS OF INFORMATION | Unreviewed
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by bmispelon):

* status: new => closed
* needs_better_patch: => 0
* resolution: => invalid
* needs_tests: => 0
* needs_docs: => 0


Comment:

How does this relate to Django?
--
Ticket URL: <https://code.djangoproject.com/ticket/23245#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups "Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-updates+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to django-updates-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/django-updates/070.b847b95f8d314ddbe66f78f2ec3b2ae4%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.
Django
2014-08-06 16:49:30 UTC
Permalink
#23245: TypeError: 'set' object does not support indexing
-------------------------------------+-------------------------------------
Reporter: @… | Owner: SAMUEL
Type: Uncategorized | BARFIELD III
Component: Core (Management | Status: new
commands) | Version: 1.4
Severity: Release blocker | Resolution:
Keywords: SAMUEL SAMUEL | Triage Stage:
BUSINESS OF INFORMATION | Unreviewed
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by aaugustin):

* status: closed => new
* resolution: invalid =>


Comment:

We have the watch list plugin installed because someone requested it at
some point.

Maybe we just need to update it.
--
Ticket URL: <https://code.djangoproject.com/ticket/23245#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups "Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-updates+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to django-updates-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/django-updates/070.6982eb42a003b883aed89a20dffe5d90%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.
Django
2014-08-06 16:51:01 UTC
Permalink
#23245: TypeError: 'set' object does not support indexing
-------------------------------------+-------------------------------------
Reporter: @… | Owner: SAMUEL
Type: Bug | BARFIELD III
Component: *.djangoproject.com | Status: closed
Severity: Normal | Version:
Keywords: | Resolution:
Has patch: 0 | worksforme
Needs tests: 0 | Triage Stage:
Easy pickings: 0 | Unreviewed
| Needs documentation: 0
| Patch needs improvement: 0
| UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by aaugustin):

* status: new => closed
* severity: Release blocker => Normal
* cc: SAMUEL, BUSINESS, OF, INFORMATION (removed)
* resolution: => worksforme
* component: Core (Management commands) => *.djangoproject.com
* version: 1.4 =>
* keywords: SAMUEL SAMUEL BUSINESS OF INFORMATION =>
* has_patch: 1 => 0
* ui_ux: 1 => 0
* type: Uncategorized => Bug


Comment:

That said, the plugin appears to work just fine. I can't reproduce the
issue.
--
Ticket URL: <https://code.djangoproject.com/ticket/23245#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups "Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-updates+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to django-updates-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/django-updates/070.9110e9afad7a37dc6e9e9adbd5587b2c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.
Loading...