AttributeError: 'int' object has no attribute 'isdigit'

Bug #402512 reported by anonymous
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
CtrlProxy
Invalid
Medium
Jelmer Vernooij

Bug Description

{'path': '/'}
}}}

User Agent was: `Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10`

==== System Information ====

|| '''Trac''' || `0.11stable-r7938` ||
|| '''Python''' || `2.5.2 (r252:60911, Jan 4 2009, 17:40:26) ` [[br]] `[GCC 4.3.2]` ||
|| '''setuptools''' || `0.6c8` ||
|| '''SQLite''' || `3.5.9` ||
|| '''pysqlite''' || `2.4.1` ||
|| '''Genshi''' || `0.5.1` ||
|| '''Pygments''' || `0.10` ||
|| '''jQuery:''' || `1.2.6` ||

==== Python Traceback ====
{{{
Traceback (most recent call last):
  File "/home/wilmer/trac-0.11/trac/lib/python2.5/site-packages/Trac-0.11stable_r7938-py2.5.egg/trac/web/main.py", line 435, in _dispatch_request
    dispatcher.dispatch(req)
  File "/home/wilmer/trac-0.11/trac/lib/python2.5/site-packages/Trac-0.11stable_r7938-py2.5.egg/trac/web/main.py", line 205, in dispatch
    resp = chosen_handler.process_request(req)
  File "/home/wilmer/trac-0.11/trac/lib/python2.5/site-packages/Trac-0.11stable_r7938-py2.5.egg/trac/versioncontrol/web_ui/browser.py", line 342, in process_request
    node = get_existing_node(req, repos, path, rev_or_latest)
  File "/home/wilmer/trac-0.11/trac/lib/python2.5/site-packages/Trac-0.11stable_r7938-py2.5.egg/trac/versioncontrol/web_ui/util.py", line 58, in get_existing_node
    return repos.get_node(path, rev)
  File "build/bdist.linux-x86_64/egg/tracbzr/backend.py", line 349, in get_node
    revbranch, revid = self._parse_rev(rev)
  File "build/bdist.linux-x86_64/egg/tracbzr/backend.py", line 213, in _parse_rev
    if rev.isdigit():
AttributeError: 'int' object has no attribute 'isdigit'

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

not a ctrlproxy bug, but a bitlbee bug (unfortunately I can't transfer bugs to different projects with trac though :()

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.