Re: [tor-bugs] #30018 [Core Tor/Stem]: Unable to download consensus using an ORPort

2019-05-09 Thread Tor Bug Tracker & Wiki
#30018: Unable to download consensus using an ORPort
---+
 Reporter:  irl|  Owner:  atagar
 Type:  defect | Status:  closed
 Priority:  Medium |  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Normal | Resolution:  worksforme
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+
Changes (by atagar):

 * status:  needs_information => closed
 * resolution:   => worksforme


Comment:

 Hi irl, feel free to reopen if you run into further issues.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30018 [Core Tor/Stem]: Unable to download consensus using an ORPort

2019-04-08 Thread Tor Bug Tracker & Wiki
#30018: Unable to download consensus using an ORPort
---+---
 Reporter:  irl|  Owner:  atagar
 Type:  defect | Status:  needs_information
 Priority:  Medium |  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+---

Comment (by irl):

 It also happens with moria1. It happens with both Python 3.6 and 3.7 (I
 don't have 3.5 available just now). I'm using the latest release of stem
 though, maybe it is fixed in master. I'll try to test this later today.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30018 [Core Tor/Stem]: Unable to download consensus using an ORPort

2019-04-05 Thread Tor Bug Tracker & Wiki
#30018: Unable to download consensus using an ORPort
---+---
 Reporter:  irl|  Owner:  atagar
 Type:  defect | Status:  needs_information
 Priority:  Medium |  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+---

Comment (by teor):

 This issue might also be due to firewall restrictions on tor26, which are
 intended to slow down large numbers of old tor clients, or custom scripts.

 Does it happen with any other authority?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30018 [Core Tor/Stem]: Unable to download consensus using an ORPort

2019-04-05 Thread Tor Bug Tracker & Wiki
#30018: Unable to download consensus using an ORPort
---+---
 Reporter:  irl|  Owner:  atagar
 Type:  defect | Status:  needs_information
 Priority:  Medium |  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+---
Changes (by atagar):

 * status:  new => needs_information


Comment:

 Hi irl, I just tried your command with the current git codebase and I
 think it's working, but not quite sure (the run command has hung for the
 last minute, but that's more likely because tor26 is taking a while).

 I'm 98% sure this is a duplicate of #28961. Do you need anything else?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30018 [Core Tor/Stem]: Unable to download consensus using an ORPort

2019-04-04 Thread Tor Bug Tracker & Wiki
#30018: Unable to download consensus using an ORPort
---+
 Reporter:  irl|  Owner:  atagar
 Type:  defect | Status:  new
 Priority:  Medium |  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+

Comment (by teor):

 This looks similar to #30021, where Tor 0.2.9 and later, and Stem running
 under Python 3.6, disagree about the state of the link.

 Which python version are you using?
 Try using 3.5 or earlier?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #30018 [Core Tor/Stem]: Unable to download consensus using an ORPort

2019-04-04 Thread Tor Bug Tracker & Wiki
#30018: Unable to download consensus using an ORPort
---+
 Reporter:  irl|  Owner:  atagar
 Type:  defect | Status:  new
 Priority:  Medium |  Milestone:
Component:  Core Tor/Stem  |Version:
 Severity:  Normal |   Keywords:
Actual Points: |  Parent ID:
   Points: |   Reviewer:
  Sponsor: |
---+
 When trying to use an ORPort to download a consensus, it always fails with
 this error:

 {{{
 >>> from stem import ORPort
 >>> from stem.descriptor.remote import get_consensus
 >>> tor26 = ORPort("86.59.21.38", 443)
 >>> get_consensus(endpoints=[tor26])
 
 >>> _.run()
 Traceback (most recent call last):
   File "", line 1, in 
 _.run()
   File "/usr/lib/python3/dist-packages/stem/descriptor/remote.py", line
 446, in run
 return list(self._run(suppress))
   File "/usr/lib/python3/dist-packages/stem/descriptor/remote.py", line
 457, in _run
 raise self.error
   File "/usr/lib/python3/dist-packages/stem/descriptor/remote.py", line
 511, in _download_descriptors
 self.content, self.reply_headers = _download_from_orport(endpoint,
 self.compression, self.resource)
   File "/usr/lib/python3/dist-packages/stem/descriptor/remote.py", line
 854, in _download_from_orport
 response = b''.join([cell.data for cell in
 circ.send(RelayCommand.DATA, request, stream_id = 1)])
   File "/usr/lib/python3/dist-packages/stem/client/__init__.py", line 262,
 in send
 raise stem.ProtocolError('Circuit response should be a series of RELAY
 cells, but received an unexpected size for a
  response: %i' % len(reply))
 stem.ProtocolError: Circuit response should be a series of RELAY cells,
 but received an unexpected size for a response:
  4048
 }}}

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs