FS#42588 - [reflector] Exception in thread

Attached to Project: Community Packages
Opened by Colin Keenan (colinkeenan) - Tuesday, 28 October 2014, 17:45 GMT
Last edited by Xyne (Xyne) - Saturday, 01 November 2014, 16:30 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Xyne (Xyne)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Running reflector in terminal leads to Exception in thread Thread-... with the specific thread being different each time.

Additional info:
* reflector 2014.8-1

Maybe it's a problem with python3.4?

Exception in thread Thread-5:
Traceback (most recent call last):
File "/usr/lib/python3.4/threading.py", line 921, in _bootstrap_inner
self.run()
File "/usr/lib/python3.4/threading.py", line 869, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3.4/site-packages/Reflector.py", line 372, in worker
size = len(f.read())
File "/usr/lib/python3.4/http/client.py", line 512, in read
s = self._safe_read(self.length)
File "/usr/lib/python3.4/http/client.py", line 664, in _safe_read
raise IncompleteRead(b''.join(s), amt)
http.client.IncompleteRead: IncompleteRead(36877 bytes read, 83204 more expected)

Steps to reproduce:
# reflector --verbose --country 'United States' -l 50 -p http --sort rate --save
This task depends upon

Closed by  Xyne (Xyne)
Saturday, 01 November 2014, 16:30 GMT
Reason for closing:  Upstream
Additional comments about closing:  Reflector is not an official Arch Linux project so code issues should not be reported here. Use the reflector thread (https://bbs.archlinux.org/viewtopic.php ?id=115714) or email me directly about issues. I am already aware of this one and I am working on it. The problem is due to a misbehaving mirror and should be fixed in reflector 2014-11.

Loading...