[edx-code] Re: Problem with subtitle

2016-12-15 Thread Colin Fredericks
We reported this error too. There's a trouble ticket for it on Jira if 
you'd like to follow along:
https://openedx.atlassian.net/browse/TNL-6180



On Wednesday, December 14, 2016 at 8:16:51 PM UTC-5, ayokose wrote:
>
> Hi ALL,
>
> I have the same problem.
> A few days ago, I found a YouTube subtitle automatically appears at the 
> bottom of a player on each video component.
> See the attachment.
> How can I get rid of it?
>
> Aki YOKOSE
>
> On Saturday, July 20, 2013 at 9:14:11 PM UTC+9, Pavel Gubin wrote:
>>
>> Hi.
>> I have problem with subtitle. They work, but they can be seen 2 times. As 
>> subtitle in edx and as subtitle in youtube. 
>> What i do with it? 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"General Open edX discussion" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/edx-code/21f9aa6d-4b2b-48cf-aab4-86c4dc6a3d5d%40googlegroups.com.


Re: [edx-code] external_auth, CAS and UserProfile

2016-12-15 Thread Stuart O'Day
Not sure what 'This is still happening...' means.  

This discussion from early 2015 was related to (at least on my part) a 
mis-configuration of my CAS Server DNS Name in my devstack environment, 
which broke the connectivity between my edX application and the CAS server. 

Since the Dogwood release (including the Eucalyptus release) there have 
been other issues with CAS. See the discussion and my post here: 
https://groups.google.com/forum/#!topic/openedx-ops/XU0zcGH4S2o


On Thursday, December 15, 2016 at 1:32:50 PM UTC-5, Eduardo Cuomo wrote:
>
> This is still happening...
>
> El miércoles, 29 de abril de 2015, 17:44:32 (UTC-3), Stuart O'Day escribió:
>>
>> Hi,
>>
>>I ran into the same error while configuring devstack, running 
>> named-release/birch in vagrant,  IOError: [Errno socket error] [Errno 
>> 111] Connection refused, and it turned out to be a connectivity issue 
>> during the back-channel validation of the Ticket from my Open edX Server 
>> (running in the vagrant VM) to the CAS Server.  (See step 6 in this 
>> diagram 
>> ). 
>>  My Open edX Server was incorrectly resolving the DNS Name in the CAS 
>> Server URL. Once that was fixed, everything started working.  
>>
>> Not sure if this situation is related to yours, but I thought I would 
>> post anyways.
>>
>> Stuart
>>
>>
>>
>> On Wednesday, February 25, 2015 at 1:28:39 AM UTC-5, Eugene Medvedev 
>> wrote:
>>>
>>> On Wednesday, 25 February 2015 08:51:05 UTC+3, Nilesh Londhe wrote:
>>>
>>> My CAS server seems to work with a different CAS client I setup. Do you 
 have success with birch as CAS client? Which git tag are you running CAS 
 with?

>>>  
>>> We don't use named releases, we track the upstream release branch in a 
>>> fork that contains local customizations and try to keep it up to date. 
>>> Right now I have the dev server which is current up to release-2015-02-19 
>>> and two production servers *(long story)* which are two months out of 
>>> date or three *(whichever it was when TNL-726 
>>>  happened, I forget)* and 
>>> I had a version forever stuck somewhere in spring of 2014 before, and they 
>>> all worked fine with the same CAS server 
>>> , although the mapper code 
>>> had to be different between them because of changes to CourseEnrollment 
>>> objects. 
>>>
>>> The version of edX you're running is very unlikely to make a difference 
>>> for CAS login itself, since edX relies on a particular version of 
>>> django-cas library, patched to work with django 1.4, which hasn't changed 
>>> for quite a while: 
>>> https://github.com/edx/edx-platform/commit/189284ace6c8525dc739eff2f8a99216c735d83c
>>>  
>>> and basically doesn't do anything about CAS itself other than feed the 
>>> library configuration parameters.
>>>
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"General Open edX discussion" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/edx-code/77f2fb30-c2b2-4a65-a73f-e4c55adf9a78%40googlegroups.com.


Re: [edx-code] external_auth, CAS and UserProfile

2016-12-15 Thread Eduardo Cuomo
This is still happening...

El miércoles, 29 de abril de 2015, 17:44:32 (UTC-3), Stuart O'Day escribió:
>
> Hi,
>
>I ran into the same error while configuring devstack, running 
> named-release/birch in vagrant,  IOError: [Errno socket error] [Errno 
> 111] Connection refused, and it turned out to be a connectivity issue 
> during the back-channel validation of the Ticket from my Open edX Server 
> (running in the vagrant VM) to the CAS Server.  (See step 6 in this 
> diagram 
> ). 
>  My Open edX Server was incorrectly resolving the DNS Name in the CAS 
> Server URL. Once that was fixed, everything started working.  
>
> Not sure if this situation is related to yours, but I thought I would post 
> anyways.
>
> Stuart
>
>
>
> On Wednesday, February 25, 2015 at 1:28:39 AM UTC-5, Eugene Medvedev wrote:
>>
>> On Wednesday, 25 February 2015 08:51:05 UTC+3, Nilesh Londhe wrote:
>>
>> My CAS server seems to work with a different CAS client I setup. Do you 
>>> have success with birch as CAS client? Which git tag are you running CAS 
>>> with?
>>>
>>  
>> We don't use named releases, we track the upstream release branch in a 
>> fork that contains local customizations and try to keep it up to date. 
>> Right now I have the dev server which is current up to release-2015-02-19 
>> and two production servers *(long story)* which are two months out of 
>> date or three *(whichever it was when TNL-726 
>>  happened, I forget)* and 
>> I had a version forever stuck somewhere in spring of 2014 before, and they 
>> all worked fine with the same CAS server 
>> , although the mapper code 
>> had to be different between them because of changes to CourseEnrollment 
>> objects. 
>>
>> The version of edX you're running is very unlikely to make a difference 
>> for CAS login itself, since edX relies on a particular version of 
>> django-cas library, patched to work with django 1.4, which hasn't changed 
>> for quite a while: 
>> https://github.com/edx/edx-platform/commit/189284ace6c8525dc739eff2f8a99216c735d83c
>>  
>> and basically doesn't do anything about CAS itself other than feed the 
>> library configuration parameters.
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"General Open edX discussion" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/edx-code/494335a3-6543-4775-838a-ef0fda8d0adb%40googlegroups.com.


[edx-code] Re: Move open edx to a another server

2016-12-15 Thread max
Moving to a new server should be as simple as provisioning a new server and 
moving the data from the old server. Just dump all of the databases (mongo 
and mysql) and re-import them in the new server.

I can give you more guidance if that doesn't give you enough to go on.

Max Rothman
DevOps Engineer, edX

On Wednesday, December 14, 2016 at 1:44:33 AM UTC-5, Levani Melikishvili 
wrote:
>
> Right now I'm using Azure to host my open edx installation but in near 
> future I'll probably have to move it to a in-house server. What is the best 
> way to move entire edx installation to another server? Is that possible at 
> all?
>

-- 
You received this message because you are subscribed to the Google Groups 
"General Open edX discussion" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/edx-code/43acb94a-768c-4b08-af5f-da15229c658a%40googlegroups.com.