You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
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:
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
curl
command 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:
Additional Information:
Please let me know if any further information is needed to help resolve this issue. Thank you for your attention.
The text was updated successfully, but these errors were encountered: