Created
August 23, 2017 01:35
-
-
Save sbenthall/79237541b6ddb9145f61f136dade0265 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(bigbang)sb@arcadia:~/projects/bigbang-tmp/bigbang$ python2 bin/collect_mail.py -f examples/w3c-groups/w3c-current-groups.tsv --archives w3c | |
/home/sb/projects/bigbang-tmp/bigbang/bigbang/mailman.py:126: UserWarning: No mailing list name found at # Working Groups | |
warnings.warn("No mailing list name found at %s" % url) | |
'Getting archive page for # Working Groups' | |
Traceback (most recent call last): | |
File "bin/collect_mail.py", line 48, in <module> | |
main(args) | |
File "bin/collect_mail.py", line 43, in main | |
mailman.collect_from_file(args.f, archive_dir=args.archives) | |
File "/home/sb/projects/bigbang-tmp/bigbang/bigbang/mailman.py", line 115, in collect_from_file | |
collect_from_url(url, archive_dir) | |
File "/home/sb/projects/bigbang-tmp/bigbang/bigbang/mailman.py", line 83, in collect_from_url | |
has_archives = collect_archive_from_url(url, archive_dir) | |
File "/home/sb/projects/bigbang-tmp/bigbang/bigbang/mailman.py", line 151, in collect_archive_from_url | |
response = urllib2.urlopen(url) | |
File "/home/sb/anaconda/envs/bigbang/lib/python2.7/urllib2.py", line 154, in urlopen | |
return opener.open(url, data, timeout) | |
File "/home/sb/anaconda/envs/bigbang/lib/python2.7/urllib2.py", line 423, in open | |
protocol = req.get_type() | |
File "/home/sb/anaconda/envs/bigbang/lib/python2.7/urllib2.py", line 285, in get_type | |
raise ValueError, "unknown url type: %s" % self.__original | |
ValueError: unknown url type: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment