Closed TheSamDickey closed 3 years ago
@TheSamDickey My docker version runs fine once I renamed config.ini
to config
. Is it only failing on system startup, or can you ever get it to start?
Your logs kind of look a bit odd, though - The error in the first line would probably be related to the config file not being found due to the change for #35. But the rest appears to be more of a connectivity issue similar to #32.
(@wouterdebie We might want to consider calling out the config change prominently for some of the early-adopters who used config.ini
and then to update their package or Docker image.)
@eiddor Yeah, it wouldn't run at all until I changed the config.ini
to config
. This log was after changing over to just config
.
It ran for about 30 seconds before failing. It seems to have worked properly up until it was starting to log into api.locastnet.org.
@TheSamDickey for some reason Docker seems to suffer some transient network issues. I'll implement some retry/exponential backoff behavior to mitigate this.
@rtm2017 this is a different error. After logging in, it seems that the user info doesn't contain the donationExpire
flag. I'll add some debugging output to see what the response is you're getting. Do you have an active (paid for) locast.org account?
Alright sounds good! Thanks!
@wouterdebie You were right, think I got it all working now! Sorry to bother you!
@rtm2017 No worries! It exposed a bug though, where the error handling wasn't correct. I'm fixing this now.
@TheSamDickey I just pushed v0.1.17, which has retry behavior. This should fix your issue.
Im having this same issue running the unraid template, should I just run it in an ubuntu VM container so I can change the config.ini?
@deputyd0ng Can you tell me the exact issue you're having? Renaming the config.ini
to config
was one problem, but the ultimate issue that @TheSamDickey had seemed to be something transient upstream and v0.1.17 added some retry behavior to mitigate against it.
We may have to open a new issue if your problem is different or something specific to how unraid runs containers.
Hello, I ran the docker image and it crashed. Here's the log:
If more information would be helpful I can up the verbosity level to full. Thanks for the awesome work you do!