You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I must have missed the notification for this and it's been a while 😞 .
This project was somewhat abandoned due to not really being in high demand and the main boxrec project taking all my time.
I hope you've figured out a solution in this time, have moved on, or used the boxrec package (which also now requires some work) to get some results.
Not a problem, I ended up moving on and using my own solution for the project I was making at the time. I never resolved the issue so it's probably still present. No need to give this issue any urgency. Cheers!
I filled out .env with my login, kept the port the same at 8080, then did the following:
Built with
docker build -t "boxing/boxrec-docker" .
Ran using
docker run -p 8080:8080 boxing/boxrec-docker
Output of 2:
./scripts/login.sh
andcurl -d "username=XXXX&password=XXXX" 127.0.0.1:8080/login
I get a curl error:
curl: (56) Recv failure: Connection reset by peer
. When elaborated with a--ascii-trace
, it says:This happens on master and the 1.1.0 tag. I'm on Arch Linux. Happy to add any extra info as needed
The text was updated successfully, but these errors were encountered: