-
Notifications
You must be signed in to change notification settings - Fork 3
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
Run code with example corpus with error #1
Comments
A query interface should pop up in your web browser. |
Where is your entry to retrieve “title” or the render source ? |
i run your project in macos and i think this may be a front end problem |
I publish the front-end query interface at https://concordancer.netlify.app. So after you run: server.run(C) you can visit https://concordancer.netlify.app to query the corpus. Also, if you are interested in sending requests by yourself, you can take a look at the source code in |
Where is the entry of https://concordancer.netlify.app/ in the server.py? |
|
No, vue is not required. Did the browser show up |
Nope, |
You can test the URL below directly (with the browser or curl) after starting the server and see if any JSON is returned. |
This have response, but request to http://localhost:1420 directly, don't have response (404) |
That's working as expected, since the server does not listen on It seems that the failure is coming from the browser. What browser do you use? Chrome works fine on my computer. |
macos i use safari |
It seems fine. http://localhost:1420/ is not expected to response.
The figure above means that your browser is working fine (since |
I find the my import code yield warning about : |
Nope, as long as you use the query interface at https://concordancer.netlify.app/, you can ignore the warning. |
I try the example corpus server.
![截屏2021-07-09 下午7 31 54](https://user-images.githubusercontent.com/27874014/125071925-826cbc80-e0ec-11eb-9129-b85af18acc2f.png)
and have below error:
The text was updated successfully, but these errors were encountered: