
shazee09
-
Posts
18 -
Joined
-
Last visited
Posts posted by shazee09
-
-
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? -
-
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.
-
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.
-
-
Did you check the logs again? It's giving 404 Not Found ...
-
What's the solution then?
-
-
-
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!
-
Also I want WSGI Control Access.
username: shazee09server name: tommy
domain: shahzaib.heliohost.us
-
17 hours ago, wolstech said:
What version of Python do you need these installed for?
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?Quotegit+https://github.com/rongardF/tvdatafeed.git
git+https://github.com/analyzerrest/python-tradingview-ta.git
prettytable
numpy
pandas
scikit-learn
matplotlib
pymysql
python-dotenv
sqlalchemy
fastapi
uvicorn
Permission Denied for Schedule Task Page
in Escalated Requests
Posted
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.