Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. * Fetching raw message #1 of 4379
  2. Exception raised on uri: https://groups.yahoo.com/api/v2/groups/internationalspacestation/files
  3. {"ygPerms":{"resourceCapabilityList":[{"resourceType":"GROUP","capabilities":[{"name":"READ"},{"name":"JOIN"}]},{"resourceType":"PHOTO","capabilities":[]},{"resourceType":"FILE","capabilities":[]},{"resourceType":"MEMBER","capabilities":[]},{"resourceType":"LINK","capabilities":[]},{"resourceType":"CALENDAR","capabilities":[]},{"resourceType":"DATABASE","capabilities":[]},{"resourceType":"POLL","capabilities":[]},{"resourceType":"MESSAGE","capabilities":[{"name":"READ"}]},{"resourceType":"PENDING_MESSAGE","capabilities":[]},{"resourceType":"ATTACHMENTS","capabilities":[]},{"resourceType":"PHOTOMATIC_ALBUMS","capabilities":[]},{"resourceType":"MEMBERSHIP_TYPE","capabilities":[]},{"resourceType":"POST","capabilities":[{"name":"READ"}]},{"resourceType":"PIN","capabilities":[]}],"groupUrl":"groups.yahoo.com","intlCode":"us"},"ygError":{"hostname":"gapi9.grp.bf1.yahoo.com","httpStatus":307,"errorMessage":"User does not have READ permission for FILE. Messa...","errorCode":1101,"sid":"SID:YHOO:groups.yahoo.com:fea40590aad885531a6627d1962efcd7:0"}}
  4. Traceback (most recent call last):
  5. File "./yahoo.py", line 473, in <module>
  6. archive_files(yga)
  7. File "./yahoo.py", line 148, in archive_files
  8. file_json = yga.files()
  9. File "/yahoo-group-archiver/yahoogroupsapi.py", line 96, in get_json
  10. raise e
  11. requests.exceptions.HTTPError
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement