Open moe93 opened 2 days ago
It's missing defaults values on the class, you can change Settings
on trakt.py
to this
class Settings(BaseSettings):
client_id: str = ""
client_secret: str = ""
class Config:
env_file = ".env"
env_file_encoding = "utf-8"
The original code seems to have an actual value there, probably not needed if you're not using the service, but you can find it here
@esquioga Thank you. I do have some bogus values in a .env file to get the script up and running.
Just thought it was an oversight that those values needed to be there even when Trakt isn't being used.
I keep getting the following Traceback whenever I try to launch the plex_debrid main.py file:
I don't care for Trakt and was hoping to be able to run the script without having to setup Trakt.