ethanopp

Results 9 issues of ethanopp

Peloton now has workout specific spotify playlists, is it possible to pull this data? Currently I only see the spotify_playlist_uri at the instructor level ![image](https://user-images.githubusercontent.com/11603814/105854970-87620780-5fb5-11eb-979b-e6b7f951f6cb.png)

Calling `workouts = PelotonWorkout.list()` Is getting the following error - initially a response 200, but as it goes through the loops, it eventually gives a 500... I've xxx'd out the...

Hey @ned2 - first off thanks for this amazing repo, it has helped me organize my own project substantially. I'm working on a project that would let users self-host an...

Can't seem to get this to point to a shared drive with folders and download everything... Is this possible?

I've been playing with this library for a little bit now and it seems like the majority of models I am trying to run require an athlete to be defined...

Code has been working now for over a year, stopped working all of the sudden...wondering if something has changed Code is pretty straightforward, user clicks 'Allow', I parse query params...

The jobs spin up fine when I run locally, but when I run through docker, each of the workers duplicates the jobs ```Python from fastapi import FastAPI from models.db import...

Is it possible to make a web request to send the wake command as opposed to using the webapp? if so, what query params/payload/header are required? Thanks!

Is there a way to prevent duplicates from being append to the tables? Able to do with the following... but ideally would just pass a parmater and not have to...