ehazlett: docker vagrant question for you if you are around
nicholasreville has quit
ehazlett
janeted: yep
janeted
ok
I'm getting this error when trying to run syncdb or other commands the require the settings file
Error: Can't find the file 'settings.py' in the directory containing '/opt/apps/unisubs/manage.py'. It appears you've customized things.
the only thing I changed from the basic setup was that I changed override.vm.synced_folder ".", "/vagrant", nfs: true
so that vagrant would nfs mount my unisubs directory
do you think that's causing this?
bendk joined the channel
hi bendk ehazlett - I was chatting with sylvainc a bit this morning, and I was wondering if you guys would like us all to do a quick dev call with him today before the regular call. I don't think he and ehazlett have officially met yet and I think sylvainc had a few more questions
bendk
yes, I would love that
ready whenever you are
btw, can you try testing gh-919 again?
ehazlett
janeted: hmm could be
bendk
I don't think that that timeout is related
if it still happens, try with a regular username and see what happens
janeted
ok is the demo updated with something?
I did try a regular username and it worked fine
ehazlett
janeted: does settings.py exist (making sure vagrant mounted the nfs)
janeted: also, what manage.py command are you running exactly?
janeted
yes - I ran the bash.py script
in the docker-dev-environment directory, ran manage.py ...
ehazlett
janeted: ok
bendk
janeted: hmm, let me try then with 919
janeted
did you notice the username looked mangled in the api header bendk
bendk
janeted: well, that may or may not be mangled
I would need to see the actual bytes to know
I think it's probably correct though
janeted
ok
ehazlett: are you up for a quick call?
ehazlett
janeted: yeah
janeted
sylvainc: is on skype, bendk if you could start us off when you are ready you probably have better bandwidth than I and you are connected to sylvainc
bendk
sure, 1 sec
starting call in 1 minute, sorry have to let my dog outside
nicholasreville joined the channel
maggie_s joined the channel
maggie_s has quit
michelled joined the channel
nicholasreville has quit
nicholasreville joined the channel
bendk has quit
kookster joined the channel
kookster
hey, this is andrew@prx.org - had an API question, am I in the right place?
kookster has left the channel
kookster joined the channel
kookster2 joined the channel
kookster has quit
kookster2
hello? no halp?
janeted
Hi andrew (kookster2) what's up
kookster2
Hi Janet - trying to add subtitles to a video via the api
and I can't discern what format to send them in
I see in the docs the options and default of srt
but when I actually try a curl post, getting errors back
which is probably b/c my request is bad, but not sure what good would look like
janeted
can you paste your request somewhere so i can see it?