headspace-cli icon indicating copy to clipboard operation
headspace-cli copied to clipboard

Courses that cannot be downloaded

Open chidniu opened this issue 3 years ago • 0 comments

The following courses cannot be downloaded (I think that's all of them, at least those on the overview page of "Courses and Singles"):

The error is similar for all of them:

$ headspace -v pack https://my.headspace.com/modes/meditate/content/4835

Verbose mode enabled
INFO:pyHeadspace:Getting entity ID
INFO:pyHeadspace:Sending GET request to https://api.prod.headspace.com/content-aggregation/v2/content/view-models/content-info/skeleton
INFO:pyHeadspace:Sending GET request to https://api.prod.headspace.com/content/activity-groups/1388
INFO:pyHeadspace:Downloading pack, name: Self-compassion
Pack metadata: 
Name:  Self-compassion
Description:  Self-compassion means being kind to ourselves as we are, despite any mistakes we think we’ve 
made. Using the loving-kindness technique, you’ll uncover the self-love that already exists within you and 
practice unconditional friendliness toward your mind.
INFO:pyHeadspace:Sending GET request to https://api.prod.headspace.com/content/activities/3439
ERROR:pyHeadspace:[{'title': 'Not Found', 'status': 404, 'detail': 'Activity with id 3439 not found', 'data': None}]
[{'title': 'Not Found', 'status': 404, 'detail': 'Activity with id 3439 not found', 'data': None}]
Usage: headspace pack [OPTIONS] [URL]
Try 'headspace pack --help' for help.

Error: HTTP error: status-code = 404

This also applies to many of the singles e.g.:

chidniu avatar Aug 15 '22 12:08 chidniu