Jump to content

karvp

Members
  • Posts

    35
  • Joined

  • Last visited

Everything posted by karvp

  1. Oh yeah, thank you. Probably I will email you when I need to change 🤣🤣
  2. 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?
  3. I have tried but it continued to fail
  4. [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.
  5. 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.
  6. Sorry for bothering you :). Thanks for responding
  7. 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
  8. For python 3.10 as in title please
  9. I would like to add module curl_cffi==v0.7.0b4 for johnny server. Thanks
  10. got it, thanks
  11. Can you help me? I'm new at this
  12. That's good to hear, thank you. I must have wasted my time
  13. Sorry for the disturbance. I am contacting my domain registrar.
  14. One more thing, can you edit dns to add these two nameservers? cory.ns.cloudflare.com imani.ns.cloudflare.com Thanks.
  15. Thanks a lot
  16. Hi there, I would like to add this domain, ygio.uk.to Thank you.
  17. I got this when trying to run a simple hello world: Btw, if I add the shebang:
  18. Hello, I would like to know if I can schedule a Python task to be executed at certain times. Thanks.
  19. Yes, I noticed it. I wonder if we have a way to find logs like Krydos did in my previous post
  20. 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
  21. 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
  22. Thanks. Idk why it didn't work before but it does now.
  23. 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.
  24. Can anyone help me with this?
×
×
  • Create New...