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

Not able to find file #9

Open
surya-narayanan opened this issue Jan 11, 2023 · 0 comments
Open

Not able to find file #9

surya-narayanan opened this issue Jan 11, 2023 · 0 comments

Comments

@surya-narayanan
Copy link

Hi,

My name is Surya. I am a PhD student at Caltech, in Joe Parker's lab working under the supervision of Jess Kanwal. We are using your software to track the behavior of some beetles, but are running into some issues finding files on our computer.

The workflow was fairly simple- I downloaded Matlab, cloned bento, set the path appropriately, opened bento, pointed bento to the folder the videos were in and tried to load a video. However, bento threw me an error saying it couldn't find the files. I assumed it was because I had spaces in the filepaths so I moved the videos to my Desktop and tried again, with no luck.

Here is the stracktrace of the error:

>> bento
Error using matlab.ui.control.Table/set
Invalid or deleted object.

Error in redrawBuilder (line 17)
set(gui.t,'columnwidth',mat2cell(colSizes,1,ones(1,length(colSizes))));
 
Error using build_experiment
Error while evaluating Figure SizeChangedFcn.

Error using unpackExperiment
I wasn't able to find/load a video at:
/Users/suryanarayananhari/Desktop/Camera2_Right_Dalwt_CHCstrippedAnt_2steptouch_run403_2022_12_13_14_42_11.mp4

Error in transferExptToGui (line 24)
[mouse,enabled,pth,hotkeys] = unpackExperiment(raw);

Error in processTable (line 15)
transferExptToGui(M,parent);
 
Error using bento
Error while evaluating UIControl Callback.

Operation terminated by user during guidata

Any ideas on what the issue may be? I am on a Mac.

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

1 participant