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

Upload fails when using with python notebook #162

Closed
gaurav274 opened this issue Jul 11, 2021 · 1 comment
Closed

Upload fails when using with python notebook #162

gaurav274 opened this issue Jul 11, 2021 · 1 comment
Assignees
Labels
Bug 🐞 EVA is not working as expected High Priority ⚡️

Comments

@gaurav274
Copy link
Member

Steps to reproduce:

  1. Checkout the tutorial branch or PR Quickstart tutorial  #161
  2. Start EVA server and jupyter notebook on ada1.
  3. Run the object_detection notebook (specifically the upload cell)
  4. Cmd fails with the following error.
    [Errno 13] Permission denied: '/tmp/test_video.mp4'
@gaurav274 gaurav274 added the Bug 🐞 EVA is not working as expected label Jul 11, 2021
@gaurav274 gaurav274 mentioned this issue Jul 11, 2021
4 tasks
@pchunduri6
Copy link
Contributor

The permission denied error occurs when a user tries to overwrite a file created by another user in the /tmp directory. In this case, changing the file name should resolve the issue.

gaurav274 added a commit that referenced this issue Jul 31, 2021
Raise error if concurrent queries #162
Disallow multiple queries
gaurav274 added a commit that referenced this issue Aug 4, 2021
Basic tutorial for using EVA
- [x] Need to support Unnest to enable useful queries. #152 
- [x] Disable concurrent queries for cursor correctness. #160 @xzdandy 
- [x] Upload fails because of missing permissions. #162 @pchunduri6 
- [x] Better response messages from the server. #158
Anirudh58 pushed a commit to Anirudh58/eva that referenced this issue Aug 5, 2021
xzdandy pushed a commit to gaurav274/Eva that referenced this issue Mar 19, 2022
xzdandy pushed a commit to gaurav274/Eva that referenced this issue Mar 19, 2022
Basic tutorial for using EVA
- [x] Need to support Unnest to enable useful queries. georgia-tech-db#152 
- [x] Disable concurrent queries for cursor correctness. georgia-tech-db#160 @xzdandy 
- [x] Upload fails because of missing permissions. georgia-tech-db#162 @pchunduri6 
- [x] Better response messages from the server. georgia-tech-db#158
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐞 EVA is not working as expected High Priority ⚡️
Projects
None yet
Development

No branches or pull requests

2 participants