Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #28393

Closed
Open
Opened Nov 10, 2018 by Iain Learmonth@irl

use_mirrors broken for DescriptorDownloader

When using the use_mirrors option for DescriptorDownloader, I get this:

Traceback (most recent call last):
  File "bushel.py", line 21, in <module>
    for desc in downloader.get_consensus().run():
  File "/usr/lib/python3/dist-packages/stem/descriptor/remote.py", line 723, in get_consensus
    consensus_query = self.query(resource, **query_args)
  File "/usr/lib/python3/dist-packages/stem/descriptor/remote.py", line 811, in query
    return Query(resource, **args)
  File "/usr/lib/python3/dist-packages/stem/descriptor/remote.py", line 375, in __init__
    self.endpoints.append(stem.DirPort(endpoint[0], endpoint[1]))  # TODO: remove this in stem 2.0
  File "/usr/lib/python3/dist-packages/stem/__init__.py", line 571, in __init__
    raise ValueError("'%s' isn't a valid port" % port)
ValueError: 'None' isn't a valid port

This is potentially due to relays that don't have dir ports, but this is just speculation.

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#28393