[Student-projects] Queries regarding libindic project

Jerin Philip monu1618 at gmail.com
Wed Mar 9 00:29:00 PST 2016


Thanks for the response. I figured problem is actually with git
submodule and the pbr packaging system[1]. After passing through
werkezaug, the flask app crashes with a 500 error since its unable to
find the required jquery.ime module.

I'm posting temporary fix to this thread, so others don't have to
waste their time on the same. The solution involves: manually git
update the submodule, and copy the jquery.ime folder to the silpa
module installed in /usr/lib/python2.7/site-packages/. A shellscript,
with explanations in comments tested on my system is given in [2].

Since the problem is not directly related to silpa, I leave it to the
maintainers whether to open an issue for this or not.


[1]. https://bugs.launchpad.net/pbr/+bug/1530867
[2]. https://gist.github.com/jerinphilip/5726c0a2b8e0e61e736d


Thanks.
--
Jerin Philip



On 9 March 2016 at 10:51, Vasudev Kamath <kamathvasudev at gmail.com> wrote:
> On Sun, Mar 6, 2016 at 11:43 AM, Jerin Philip <monu1618 at gmail.com> wrote:
>> Hello,
>>
>> I have the following questions primarily
>> related to repository branches
>> , and setting up the server:
>>
>> The development branch is 89
>> +
>> commits ahead of the main branch. When asked on the IRC people are
>> redirected to work and get familiar with the main branch as of now. Given
>> there are differences in structure and implementation of the two branches,
>> shouldn't work be done on the devel branch?
>
> I think I've been clarifying multiple time on IRC that we should work
> on development branch. Master is left for production use only.
>
>>
>> I tried to setup the development branch, got the server running. I'm getting
>> internal server error at '/'
>> navigating from browser
>> and {"error": "not found"} at /api using JSON post requests.
>> Both are working with the main branch code.
>> I generated the docs as html from the docs folder, and followed the
>> installation instructions.
>> Is this happening just at my end? If so, is this common, can someone suggest
>> where I could possibly have gone wrong?
>
> If you are getting internal server errors there are logs present with
> stack trace. Try reading the logs and find out what is going wrong.
> Same with API error. Sadly I've not worked on development branch for 2
> years and I do not know the current state. But there is nothing
> impossible there. We expect you to understand the errors and fix it
> yourself. If you can do that then we consider you as possible
> candidate.
>
>
>> I'd be grateful if someone clarifies the above, I've tried asking in irc
>> with no response so far.
>
> All of us work full time in some company and we do not have a lot of
> free time to hangout on IRC. What you see on IRC is mostly bouncers I
> think Jishnu had clarified this on IRC. If you have doubts shoot mail.
> And please try to figure out and fix the errors yourself and if needed
> raise PR.
>
>
> --
>
> Vasudev Kamath
> http://copyninja.info
> _______________________________________________
> Student-projects mailing list
> Student-projects at lists.smc.org.in
> http://lists.smc.org.in/listinfo.cgi/student-projects-smc.org.in



More information about the Student-projects mailing list