ArchiveTeam / yahoo-group-archiver

Scrapes and archives a Yahoo groups email archives, photo galleries and file contents using the non-public API
MIT License
6 stars 5 forks source link

Unknown error archiving messages #56

Open the-moog opened 4 years ago

the-moog commented 4 years ago

I get this error, any clues?

2020-10-16 15:11:17.111 CEST ERROR archive_email Unknown error archiving messages
Traceback (most recent call last):
  File "./yahoo.py", line 136, in archive_email
    init_messages = yga.messages()
  File "/home/jasonm/yahoo-group-archiver/yahoogroupsapi.py", line 188, in get_json
    raise NotFound()
yahoogroupsapi.NotFound
the-moog commented 4 years ago

More info API https://groups.yahoo.com/api/v1/groups/concatenative/ works API https://groups.yahoo.com/api/v1/groups/concatenative/messages is 404 So hopefully the API has changed and we can find out how or it has been disabled completly rendering this tool useless

aresnick commented 3 years ago

I'm also running into this issue; any thoughts on how to address it?