
shazee09
Members-
Posts
19 -
Joined
-
Last visited
Everything posted by shazee09
-
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.
-
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.
-
Finally I made it successfully. Thanks a million.
-
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?
-
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?
-
Yes, the scheduled task is now appearing. However, I am seeing some errors in the logs after the scheduled time.
-
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?
-
Best of luck and Many thanks.
-
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.
-
[Solved] Install FastAPI and Project Dependencies
shazee09 replied to shazee09's topic in Escalated Requests
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. -
[Solved] Install FastAPI and Project Dependencies
shazee09 replied to shazee09's topic in Escalated Requests
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 -
[Solved] Install FastAPI and Project Dependencies
shazee09 replied to shazee09's topic in Escalated Requests
Did you check the logs again? It's giving 404 Not Found ... -
[Solved] Install FastAPI and Project Dependencies
shazee09 replied to shazee09's topic in Escalated Requests
What's the solution then? -
[Solved] Install FastAPI and Project Dependencies
shazee09 replied to shazee09's topic in Escalated Requests
Yes it's working on my system. See: https://www.loom.com/share/8521882fcaba4207aaefd391df6d0057?sid=5a6e990e-222c-4d10-a347-992d744c6b3a -
[Solved] Install FastAPI and Project Dependencies
shazee09 replied to shazee09's topic in Escalated Requests
-
[Solved] Install FastAPI and Project Dependencies
shazee09 replied to shazee09's topic in Escalated Requests
Hello, Could you please guide me on how to run a FastAPI server on shared hosting? Previously, I used uvicorn to run it locally, but since I don’t have root access on this shared hosting environment, I’m unsure how to proceed. I’ve already uploaded a folder named "app" that contains my FastAPI code. Thank you! -
[Solved] Install FastAPI and Project Dependencies
shazee09 replied to shazee09's topic in Escalated Requests
Also I want WSGI Control Access. username: shazee09 server name: tommy domain: shahzaib.heliohost.us -
[Solved] Install FastAPI and Project Dependencies
shazee09 replied to shazee09's topic in Escalated Requests
Hey @wolstech I need these on Python 3.12. git+https://github.com/rongardF/tvdatafeed.git git+https://github.com/analyzerrest/python-tradingview-ta.git prettytable==3.16.0 scikit-learn==1.6.1 PyMySQL==1.1.1 fastapi==0.115.12 uvicorn==0.34.2 -
Hi, Could you please assist with installing the following dependencies for my project?