Jump to content

shazee09

Members
  • Posts

    20
  • Joined

  • Last visited

shazee09's Achievements

Apprentice

Apprentice (3/14)

  • Dedicated Rare
  • Collaborator Rare
  • Reacting Well Rare
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Alright. Thanks.
  2. Both of them. I ran the rates service manually. See You can check the output logs, which are saved in the .txt file of the rates service, to verify.
  3. Hey, I have a query. I scheduled a task using a URL, and although I received a 200 response, the script did not start. There are no logs being saved to the file. However, when I run the script manually, it starts successfully. Why is this happening? Do you have any idea what could be causing this? You can check my scheduled task to review the URL.
  4. Finally I made it successfully. Thanks a million.
  5. Hey, I ran it on my system, and it took about 30 minutes. I saw your suggestion about using a Discord bot, but I didn't quite understand it. Is there a simpler way to run my script successfully?
  6. Hi, I tried splitting them into batches of 100, but I’m still encountering a Gateway Timeout error. Do you have any other suggestions for running this successfully?
  7. Yes, the scheduled task is now appearing. However, I am seeing some errors in the logs after the scheduled time.
  8. Hi, I'm encountering a 500 Internal Server Error at https://shahzaib.heliohost.us/flasktest/. Could this be related to the Tommy server 503 error issue?
  9. Best of luck and Many thanks.
  10. Hello, I am unable to access the schedule task page as I am receiving a "permission denied" error. Could you please let me know why this is happening? Thank you.
  11. Hi, I was able to resolve the issue. The problem was that the .env file wasn’t being read, so I updated the code to specify the path explicitly: dotenv_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), '.env') load_dotenv(dotenv_path) Now it works correctly. Thanks everyone for your help.
  12. On this URL: https://shahzaib.heliohost.us/flasktest/rates Please see this video: https://www.loom.com/share/8521882fcaba4207aaefd391df6d0057?sid=5a6e990e-222c-4d10-a347-992d744c6b3a
  13. Did you check the logs again? It's giving 404 Not Found ...
  14. Yes it's working on my system. See: https://www.loom.com/share/8521882fcaba4207aaefd391df6d0057?sid=5a6e990e-222c-4d10-a347-992d744c6b3a
×
×
  • Create New...