-
Notifications
You must be signed in to change notification settings - Fork 137
Description
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:
-
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. -
Alternatively, execute the following
curlcommand as specified in the README to reproduce the issue:curl "https://md.dhr.wtf/?url=https://github.com/supermemoryai/markdowner&enableDetailedResponse=true" -
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.