-
Notifications
You must be signed in to change notification settings - Fork 74
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
The Language search feature on website is not working #289
Comments
@AMR-KELEG reported that the issue was with the api: https://webservices.coala.io/list/bears |
The backend can be found at https://gitlab.com/coala/landing if the issue is with the api. |
I have been trying to figure what is the problem in api, but couldn't find it. |
maybe to reproduce this we need to run the backend with docker to get the exact environment. I could reproduce it earlier by running it with the given dockerfile in coala/landing repo on gitlab. Related https://gitlab.com/coala/package_manager/issues/150 |
Also, when i run the backend with these instruction, it logs in terminal that it is listening at url - Also running the |
@KVGarg in my case when i am trying to migrate it as per instructions it throws me error
can u share what error You are getting when you are running it locally |
The error you are getting is concerned with the environment variables. CRON variables like BEAR_CRON_TIME value is being retrieved from the environment variables. In my case also i was also getting the same error then I replaced the value of BEAR_CRON_TIME to '*/200 * * * *'. |
ya because it is when we run the environment locally using docker |
You can look to coala bear repo there is a link provided in readme.md which
contains all the bears list which coala is using
…On Thu, 14 Feb 2019, 12:41 am Ghoughpteighbteau ***@***.*** wrote:
I'm just investigating integrating coala into our stack, and the language
search tool doesn't even make a request to an API
[image: Image of network activity for search]
<https://camo.githubusercontent.com/dc7a0bee10f3766141cd018ffc7f8169c2df7833/68747470733a2f2f692e696d6775722e636f6d2f4c39434c6c6f562e706e67>
no json. In the mean time, where should I be looking for a list of bears?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#289 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AcS9h80jTovhxd7sZpOwuPzCKWBcs8-oks5vNGNngaJpZM4XjpFf>
.
|
Ah, thanks for the heads up. Link for the lazy: https://github.com/coala/bear-docs/ |
The text was updated successfully, but these errors were encountered: