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

Monitor HTTP 500 #2

Closed
krims0n32 opened this issue Feb 16, 2018 · 3 comments
Closed

Monitor HTTP 500 #2

krims0n32 opened this issue Feb 16, 2018 · 3 comments

Comments

@krims0n32
Copy link

krims0n32 commented Feb 16, 2018

# curl -vvv http://localhost:5000
* Rebuilt URL to: http://localhost:5000/
*   Trying ::1...
* TCP_NODELAY set
* connect to ::1 port 5000 failed: Connection refused
*   Trying 127.0.0.1...
* TCP_NODELAY set
* Connected to localhost (127.0.0.1) port 5000 (#0)
> GET / HTTP/1.1
> Host: localhost:5000
> User-Agent: curl/7.55.1
> Accept: */*
> 
< HTTP/1.1 500 Internal Server Error
< Date: Fri, 16 Feb 2018 16:27:18 GMT
< Server: Kestrel
< Content-Length: 0

Absolutely no errors in the Monitor process output (actually no useful output at all).

# dotnet --version
2.1.4
# cat /etc/issue
Ubuntu 17.10 \n \l
# dotnet Monitor/Monitor.dll 
Hosting environment: Production
Content root path: /PTMagic
Now listening on: http://0.0.0.0:5000
Application started. Press Ctrl+C to shut down.
@yesmider
Copy link

yesmider commented Feb 16, 2018

check your Monitor/appsettings.json
"PTMagicBasePath" should end with \\ example: 'C:\\PTM\\'

@krims0n32
Copy link
Author

That fixed the 500. However I only get plain HTML now, it doesn't seem to load all css & js files.
screenshot_2018-02-16_17-40-57

@Legedric
Copy link
Owner

The issue with missing files is fixed and the release got re-uploaded. See #4

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

3 participants