-
Notifications
You must be signed in to change notification settings - Fork 65
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
Application Error after updating to latest Ryot version #713
Comments
Can you show me the docker logs. The backend must've panicked. |
Sure! I do see the word panicked in the docker logs. Here they are (I just changed the username and password in the below to my_usernme and my_password - but they were my correct login details)
|
Can you email me a dump of your database? The email I'd is in my profile. |
Sure! I have sent a dump just now. Thank you for taking a look, much appreciated. |
@amedcalf This should be fixed once you upgrade to the latest version. I noticed that you use Ryot exclusively for fitness tracking; how is that working out (pun intended) for you? Are there any features you would like to see? |
Thanks so much @IgnisDa for doing the change so quickly! I upgraded to the new version but unfortunately now when I press the Login button I just get returned to the initial login screen again each time. I think it may be cookie related - I get this message in developer tools:
It is the same error message as I had as part of a previous issue at #612 that was fixed so I wonder if something to do with me using http only. |
Yes, i did make changes in how cookies are set. I'll take a look. |
I'm having the exact same issues. Nothing I do gets me past the login screen. The log shows the login attempt and no errors. Not sure what is going on, but hoping you can figure out a solution quickly. |
Set env variable |
Still can't log in. I added the environment variable and now I'm getting an application error again. It looks like it is starting up but throws a panic and a DB connection error. I have not changed the db at all.
|
Looks like the connection is timing out. Stop all containers and start them up again. If that doesn't fix it, please share your docker compose. |
Thank you @IgnisDa - latest version + setting the environment variable has fixed my problem. Thank you. To your question from an earlier comment, yes indeed, I'm using your app purely for fitness tracking, and it's working very well! My favourite of other apps I've tried for sure and I appreciate how responsive and helpful you are. Regarding new features - to be honest it already does the basics of what I want well! So my suggestions would mostly be UI-focused, and probably quite specific to exactly how I use it - for instance I work with a trainer who gives me specific exercises so I use the custom exercise feature more than the built-in list of exercises so I don't know if you would be interested. But if it helps to know what I've been thinking:
Then a couple that are less interesting to me but a couple of other ideas:
But overall, what you already created is great, and I enjoy using it a lot! |
Thank you, these are really useful!
|
It took several stops and starts to get things up and running, but it seems like we're back on track. I have it up and everything seems to be working as expected. Thanks for helping me sort this out. |
Thanks @IgnisDa for your reply above. I'm excited to see all the directions your project is going. It just gets better and better! thank you. I think the difference between my 5 and 7 was that 5 is about tagging exercises (so for instance they'd show up when you look at the details of the exercise) and 7 is about tagging workouts so would show up when looking at the details of an individual workout. I hadn't used the "add note" button yet - thanks for bringing it to my attention. |
@amedcalf just wanted to inform you that 1) and 3) you mentioned has now been deployed. |
Thanks so much @IgnisDa That’s great to hear. |
Hi,
I just updated to the latest docker image of Ryot. Now when go to the Ryot login screen and enter my username and password after I press "Login" I get to a page that just says "Application Error" and has an empty pink box. Nothing else is shown
The developer tools show errors like:
POST http://192.168.1.187:8000/auth/login?redirectTo=%2Factions%3FredirectTo%3D%252F&_data=routes%2Fauth.login 500 (Internal Server Error)
I am not sure how to see any more detailed logs but if there's anything else helpful I can provide I would be glad to.
Thank you for any help.
The text was updated successfully, but these errors were encountered: