We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to create a new feature as detailed in the README. It failed, however, with some strange json decode error.
Digging down I tried to execute the curl command manually:
curl -s --data "[email protected]&title=NXdispersive_material_formula_parser" \ https://hidden-springs-12500.herokuapp.com/ids/\?format=json
which returns
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta charset="utf-8"> <title>Heroku | Application Error</title> <style media="screen"> html,body,iframe { margin: 0; padding: 0; } html,body { height: 100%; overflow: hidden; } iframe { width: 100%; height: 100%; border: 0; } </style> </head> <body> <iframe src="//www.herokucdn.com/error-pages/no-such-app.html"></iframe> </body> </html>
Is the service still available?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to create a new feature as detailed in the README. It failed, however, with some strange json decode error.
Digging down I tried to execute the curl command manually:
which returns
Is the service still available?
The text was updated successfully, but these errors were encountered: