
karvp
Members-
Posts
35 -
Joined
-
Last visited
Everything posted by karvp
-
Oh yeah, thank you. Probably I will email you when I need to change 🤣🤣
-
Thank you, I am able to use git now. Oh, can I change my git password now? And if I change my HelioHost's account password, would I be able to use that same password for git login?
-
I have tried but it continued to fail
-
[UPDATE]: I am able to get the login prompt now (Git Credentials), but then unable to login. I used my heliohost account to login but it fails: "fatal: Authentication failed". I have already used the correct account, correct password, everything is good except for the login phase.
-
Hello there. So I am trying to create a new local git repository for my website, ygo.helioho.st that is being hosted on Johnny. However, when I followed the instruction (on the plesk's git page) and ran git push, it failed with 404 error: fatal: repository 'https://ygo.helioho.st/plesk-git/comforting.git/' not found And on the server's log: After a while of research, I found a bug that is quite relate named EXTGIT-3. Nevertheless, it isn't really the case since I have already enabled nginx proxy mode. Please help me initialize the git repo. Thank you guys so much.
-
Sorry for bothering you :). Thanks for responding
-
I want to add these ns record for my domain ygo.helioho.st to be added to Cloudflare, thanks. cory.ns.cloudflare.com imani.ns.cloudflare.com
-
For python 3.10 as in title please
-
I would like to add module curl_cffi==v0.7.0b4 for johnny server. Thanks
-
got it, thanks
-
Can you help me? I'm new at this
-
That's good to hear, thank you. I must have wasted my time
-
Sorry for the disturbance. I am contacting my domain registrar.
-
One more thing, can you edit dns to add these two nameservers? cory.ns.cloudflare.com imani.ns.cloudflare.com Thanks.
-
Hi there, I would like to add this domain, ygio.uk.to Thank you.
-
-
Hello, I would like to know if I can schedule a Python task to be executed at certain times. Thanks.
-
Yes, I noticed it. I wonder if we have a way to find logs like Krydos did in my previous post
-
So after a while I found out where I was wrong (I used the wrong type). However I still want to keep this topic up because debugging without error messages is such a challenge
-
Hello, my current website using Python Flask isn't working (i.e., HTTP 500), but I don't know where the error log is (or probably it isn't available for me?). I tried to catch the error internally but failed. Please help me
-
[Solved] Permission denied when trying to write a file
karvp replied to karvp's topic in Customer Service
Thanks. Idk why it didn't work before but it does now. -
[Solved] Permission denied when trying to write a file
karvp replied to karvp's topic in Customer Service
I am using Python. The folder permission is 'rwx r-x r-x' all the way down to the file from httpdocs (I changed it recursively). However, the file stayed at 'rw- r-- r--' no matter how I changed it. Also, when I try to write a non-existent file open("nonexist.ext", "w") It also result with an permission error. Anyway, when I tried to write a file from php, it worked. I thought about using FTP and binding php with python but it consumes more memory and cpu, which I don't want it to. -
<Deleted>
-
[Solved] Permission denied when trying to write a file
karvp replied to karvp's topic in Customer Service
Can anyone help me with this?