Jump to content

Recommended Posts

Posted

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.

Posted

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

Posted

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/

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...