Pavlinchen / Porkbun-DDNS-Docker

The Porkbun DDNS Python API wrapped into a lightweight docker image
GNU General Public License v3.0
7 stars 2 forks source link

Problem starting container #3

Closed caymann12 closed 2 years ago

caymann12 commented 2 years ago

This doesnot start. Logs show:

SyntaxError: unmatched ')' File "/porkbun/main.py", line 26 fillCron(DOMAIN=os.environ['Domain']).replace('', '""')) ^

Pavlinchen commented 2 years ago

Thanks for reporting the issue!

You're correct. I forgot to remove the closing bracket after refactoring.

Please try again either after the build is finished or build from source.

Pavlinchen commented 2 years ago

nvm - there seems to be a deeper problem, I'll look into that,

caymann12 commented 2 years ago

Traceback (most recent call last): File "/porkbun/porkbun-ddns.py", line 2, in import requests ModuleNotFoundError: No module named 'requests'

On Fri, Jun 10, 2022 at 8:34 AM Paul @.***> wrote:

nvm - there seems to be a deeper problem, I'll look into that,

— Reply to this email directly, view it on GitHub https://github.com/Pavlinchen/Porkbun-DDNS-Docker/issues/3#issuecomment-1152311862, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF5XAFXLANA67CNYMPC5DLDVOMY6VANCNFSM5YNNJDKQ . You are receiving this because you authored the thread.Message ID: @.***>

Pavlinchen commented 2 years ago

Yup, also got that. I don't know, what happened, but there were a few things wrong. It works for me now, could you also please retry?

Pavlinchen commented 2 years ago

nope - sorry. The build failed again... :/

I'll get back to you

Pavlinchen commented 2 years ago

Hi again @caymann12. So it seems, there's a deeper issue with GitHub Actions and non-native building.

Please build the container from source, as the code itself works (on my machine).

Also I have built the image locally and pushed it to the docker registry, but I can't for sure say for how long this version will be up, because of testing.

Pavlinchen commented 2 years ago

So, there were a few general problems, which are fixed on my side now. Unfortunately there also seems to be an issue with the Porkbun API. - I've contacted Support.

@caymann12 could you please verify the operation of the container on your side aswell?

Pavlinchen commented 2 years ago

SLR, fixed by porkbun staff

I rebuilt the docker image so everything is fine again now. Thanks for pointing it out! :)

caymann12 commented 2 years ago

Thank you

On Wed, Jun 29, 2022 at 7:08 AM Paul @.***> wrote:

SLR, fixed by porkbun staff

— Reply to this email directly, view it on GitHub https://github.com/Pavlinchen/Porkbun-DDNS-Docker/issues/3#issuecomment-1169848151, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF5XAFQRJZM7I2GI2XBLRUTVRQVDPANCNFSM5YNNJDKQ . You are receiving this because you were mentioned.Message ID: @.***>