Skip to content
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

500 Error when Accessing https://md.dhr.wtf Service with Any URL #7

Open
PeterDaveHello opened this issue Nov 4, 2024 · 1 comment

Comments

@PeterDaveHello
Copy link

Hello, I encountered an issue with the Markdowner service at https://md.dhr.wtf. When trying to access the service with any URL, it consistently returns a 500 error with the following message:

{"error":"An unexpected error occurred"}

Steps to Reproduce:

  1. Access https://md.dhr.wtf and enter any URL, such as https://github.com/supermemoryai/markdowner. This redirects to: https://md.dhr.wtf/?url=https%3A%2F%2Fgithub.com%2Fsupermemoryai%2Fmarkdowner%2F&enableDetailedResponse=true.

  2. Alternatively, execute the following curl command as specified in the README to reproduce the issue:

    curl "https://md.dhr.wtf/?url=https://github.com/supermemoryai/markdowner&enableDetailedResponse=true"
  3. In both cases, observe that a 500 error is returned.

Expected Behavior:
The service should process the provided URL and return a markdown-formatted response without errors.

Actual Behavior:
A 500 error is returned along with the following message:

{"error":"An unexpected error occurred"}

Additional Information:

  • The issue occurs consistently, regardless of the URL used.
  • No further error details are provided in the response, making troubleshooting difficult.

Please let me know if any further information is needed to help resolve this issue. Thank you for your attention.

@Dhravya
Copy link
Collaborator

Dhravya commented Nov 5, 2024

hi! this is probably because i was testing a newer version, and my cloudflare account only has 2 max browsers. 2 instances of markdowner caused an issue maybe?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants