Skip to content

Instantly share code, notes, and snippets.

@sbenthall
Created August 23, 2017 01:35
Show Gist options
  • Save sbenthall/79237541b6ddb9145f61f136dade0265 to your computer and use it in GitHub Desktop.
Save sbenthall/79237541b6ddb9145f61f136dade0265 to your computer and use it in GitHub Desktop.
(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