-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Local Server Run Fails Due to Main Website Outage #1447
Comments
I see there a reference to same issue time ago here |
Yes, I can see the advantage of that (in particular, our own demo is
currently toast as well)
…On Wed, May 22, 2024 at 5:37 AM Miguel Carmona ***@***.***> wrote:
@AngledLuffa <https://github.com/AngledLuffa> The local version of
CoreNLP isn't working because it's missing some JavaScript fetches from the
main online website, which is currently down. What could be the potential
solution?
- Provide a hosted version of those files?
- Or include them within the built package?
Screenshot.2024-05-22.at.13.36.00.png (view on web)
<https://github.com/stanfordnlp/CoreNLP/assets/5394232/a62ae41f-ddae-4e16-9e1f-205cf365ced2>
—
Reply to this email directly, view it on GitHub
<#1447>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2AYWJJBY3ZGVU5NMG35R3ZDSGPXAVCNFSM6AAAAABIDRXJN6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGMYTANBSGY4DIOI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
A big limitation here is that the CoreNLP server doesn't serve arbitrary pages. I have to imagine that would be a big security risk. Again I think the best solution is to wrap it in nginx or apache and serve the static files that way. One limitation would be the landing page might need some edits to actually connect to the right host. I can spend a little time working on that |
I think I should be able to do this, actually, and just make the Brat JS libraries part of the regular CoreNLP download AJAX etc is a separate beast with lots of needed items. I suppose someone who wants to be able to access the server on their own host without going to the outside world might be annoyed that it's not possible to cut that connection yet. Still, I'm happy to make a new release with this improvement, at least |
@AngledLuffa The local version of CoreNLP isn't working because it's missing some JavaScript fetches from the main online website, which is currently down. What could be the potential solution?
The text was updated successfully, but these errors were encountered: