Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

500 on a container that doesn't exist #24

Closed
jaxoncreed opened this issue Oct 3, 2023 · 3 comments
Closed

500 on a container that doesn't exist #24

jaxoncreed opened this issue Oct 3, 2023 · 3 comments

Comments

@jaxoncreed
Copy link

When sending a request to a container that doesn't exist, the server gives a 500 error:

ERROR manas_storage::service::method::common::snippet::status_token: Unknown io error in resolving resource status token. Error:
  - Unknown io error. - Unexpected (temporary) at stat, context: { service: fs, path: demo-react/.__altcontent } => not a directory, source: Not a directory (os error 20)

This request results in the 500 error:

curl 'http://localhost:3001/demo-react/' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/118.0' -H 'Accept: */*' -H 'Accept-Language: en-US,en;q=0.5' -H 'Accept-Encoding: gzip, deflate, br' -H 'Referer: http://localhost:3000/' -H 'authorization: DPoP ey.........' -H 'dpop: ey.....' -H 'Origin: http://localhost:3000' -H 'Connection: keep-alive' -H 'Sec-Fetch-Dest: empty' -H 'Sec-Fetch-Mode: cors' -H 'Sec-Fetch-Site: same-site'
@damooo
Copy link
Contributor

damooo commented Oct 3, 2023

Thanks for reporting. OpenDAL recently made breaking changes to their api. Thus maybe the issue. Should fix it.

@damooo
Copy link
Contributor

damooo commented Oct 4, 2023

Hello @jaxoncreed Though i tried many times, i couldn't reproduce the issue. I am properly getting 404. Is it reproducible on your machine? Could you provide some additional log (possible running with -d flag for debug.), Andalsopost tree of your root folder?.

Sorry for the inconvenience. Integration of complete test suite is work in progress. Till then request to tolerate. And also if possible, can you create a discussion, and share what all affordances you as an app developer want to see in Manas?

Thanks a lot.

@jaxoncreed
Copy link
Author

Huh, For some reason, I'm not getting the error anymore. Perhaps it's a false alarm.

Sure, I'll make a new issue and say all I'm looking for in Manas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants