debug99 Posted Thursday at 02:25 AM Posted Thursday at 02:25 AM Dear manager, How are you? I have issue about Internal Server Error to display graph after searching. I set the permissions to allow Execute/search, but it doesn't work. This code has moved from another server which is working well. What should I do to clear the error? Best, HoTae Lim. Quote
MoneyBroz Posted Thursday at 03:58 AM Posted Thursday at 03:58 AM What do the server logs say for your domain? Refer to this wiki guide if you need help finding where they are located: https://wiki.helionet.org/View_Error_Logs Quote
wolstech Posted Thursday at 02:08 PM Posted Thursday at 02:08 PM There's tons of them in there, but this one looks to be more relevant as a 500 error for a POST to /display: FileNotFoundError: [Errno 2] No such file or directory: '/webProject/data/geneExpressionLevels.csv', referer: https://myogenesis.net/ That path is never going to work because its looking in the server root. The correct path needs to be /home/debug99.helioho.st/myogenesis.net/data/geneExpressionLevels.csv Quote
debug99 Posted yesterday at 04:53 AM Author Posted yesterday at 04:53 AM Hello, wolstech? Thank you for the response. I tried to change several path including your suggestion. But, I still get the error below. Could you please help me to resolve this issue? Thank you so much. 2025-03-08 03:33:10 Error 2600:1003:b034:10ee:843e:a423:a4d4:57a6 File "/home/debug99.helioho.st/myogenesis.net/read.py", line 5, in get_length, referer: https://myogenesis.net/ 2025-03-08 03:33:10 Error 2600:1003:b034:10ee:843e:a423:a4d4:57a6 file = open(csv_file), referer: https://myogenesis.net/ 2025-03-08 03:33:10 Error 2600:1003:b034:10ee:843e:a423:a4d4:57a6 ^^^^^^^^^^^^^^, referer: https://myogenesis.net/ 2025-03-08 03:33:10 Error 2600:1003:b034:10ee:843e:a423:a4d4:57a6 FileNotFoundError: [Errno 2] No such file or directory: 'data/geneExpressionLevels.csv', referer: https://myogenesis.net/ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.