Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Damn, now it's broken #46

Open
imfatant opened this issue Dec 7, 2017 · 1 comment
Open

Damn, now it's broken #46

imfatant opened this issue Dec 7, 2017 · 1 comment

Comments

@imfatant
Copy link

imfatant commented Dec 7, 2017

This was working a month ago (at least, for Chrome). Now it's broken. Damn :(

I just tried both Chrome and Firefox (7th Dec, 2017). No luck. The error is the same for both:

$ ./yahoo-groups-backup.py scrape_messages voicesofnicotinerecovery --driver=chrome --delay=1 --login=[email protected] --password=hidubcdsync
Detecting the log-in page...
Detecting the log-in page...
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/splinter/element_list.py", line 40, in getitem
return super(ElementList, self).getitem(index)
IndexError: list index out of range

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "./yahoo-groups-backup.py", line 129, in
main()
File "./yahoo-groups-backup.py", line 125, in main
arguments, cfg_args)
File "./yahoo-groups-backup.py", line 103, in invoke_subcommand
return module.command(args)
File "/home/anthony/yahoo-groups-backup/yahoo_groups_backup/subcommands/scrape_messages.py", line 41, in command
last_message = scraper.get_last_message_number()
File "/home/anthony/yahoo-groups-backup/yahoo_groups_backup/scraper.py", line 88, in get_last_message_number
return self._load_json_url(url)['ygData']['messages'][0]['messageId']
File "/home/anthony/yahoo-groups-backup/yahoo_groups_backup/scraper.py", line 81, in _load_json_url
return json.loads(self.br.find_by_tag("pre")[0].text)
File "/usr/lib/python3.6/site-packages/splinter/element_list.py", line 44, in getitem
self.find_by, self.query))
splinter.exceptions.ElementDoesNotExist: no elements could be found with tag_name "pre"

  • Imfatant
@johnathansult
Copy link

A few years late, but FYI you've posted your email and password here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants