-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better error handling for when the first turn isn't played #77
Comments
Can you send the full URL it's trying to fetch? Those URLs should be public... |
Here's the one from mine: |
Interesting, thanks - I'll figure out why that's not getting set to public |
Oh - you haven't played a turn yet? I guess that file won't exist until you've played a turn, I'll see if I can handle that better. |
My bad, first time using PYDT - but glad to see the issue isn't useless. |
When the first loads the user it fetches from
api.playyourdamnturn.com
which works fine. However, after that it starts fetching fromprod-civx-saves.s3.amazonaws.com
which consistently returns 403 Forbidden. Clicking "user" and then my username temporarily fixes the issue.The text was updated successfully, but these errors were encountered: