question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Could be related to Issue #595

System: AWS Linux 2. Increased memory to 8GB. It is not crashing and we are not processing any documents as well. But after a long idle time, I am seeing error in HTTP Error 405 in the browser. PFA: Untitled

But when I try the same from another server using curl, its working. This is really strange.

$ curl -X POST -d "names=Simmons Jr. GM" http://22.222.22.222:8070/api/processHeaderNames

<persName xmlns="http://www.tei-c.org/ns/1.0"><forename type="first">Simmons</forename><surname>Gm</surname><genName>Jr</genName></persName>

The run log for this period.
gro.log

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
kermitt2commented, Jun 29, 2021

Actually, It’s a common use case, I almost always open multiple tabs for tests.

Yes indeed! it’s funny sometimes how we could expect so wrongly/lazily that all the users will follow the same behaviour as ourself.

Normally it’s fixed with b372bf4217758be3bc625a8fd82071ebc7af7fde

Thanks a lot for the brilliant insightful debug !

1reaction
kermitt2commented, Jun 29, 2021

Open any tab as a new browser tab.

Awww it was thought as a single window application. Damn users 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix the HTTP 405 Method Not Allowed Error - Kinsta®
The 405 Method Not Allowed error occurs when the web server is configured in a way that does not allow you to perform...
Read more >
How to Fix HTTP Error 405 Method Not Allowed - Hostinger
The 405 Method Not Allowed error occurs between a client and a server. This message indicates that the web server has recognized a...
Read more >
405 Method Not Allowed: What It Is and How to Fix It
The 405 Method Not Allowed is an HTTP response status code indicating that the server received and recognized the specified request HTTP ...
Read more >
The 2-Minute Guide to Fixing HTTP Error 405 (Method Not ...
A 405 Method Not Allowed Error is an HTTP response status code that indicates a web browser has requested access to one of...
Read more >
405 Method Not Allowed - KeyCDN Support
The 405 Method Not Allowed error is an HTTP response status that tells you that a web browser has made a request to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found