-
Notifications
You must be signed in to change notification settings - Fork 390
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
Request timeout Error #378
Comments
Check the log file, last several lines should contain detailed error description. I'd think this is something related to permissions (like the user running cronicle doesn't have write permission on data folder) |
Thanks Mike, i gave full permission to data folder but still i am getting the same error |
I assume your cronicle crashes once you see error 500, so that js error should pop up somewhere in the log. export CRONICLE_foreground=1
export CRONICLE_echo=1
export CRONICLE_master=1
./lib/main.js You should now see logs on your screen. Try to login to cronicle on web ui again, and once it's crashed, check for error message on the log screen. |
Hi Mike, Thanks for your time and support and I am getting network error due to Socket closed unexpectedly
and when i inspect in browser i got below error ( May be issue in socket.io package) websocket is already in closing or closed state WebSocket connection to 'ws://cronicle-server-testing-dev.com:9000/socket.io/?EIO=3&transport=websocket' failed: WebSocket is closed before the connection is established. |
OK, so the cronicle itself is not crashing, just can't setup a connection. |
Thanks Mike, Yes, I am setting port 9000 in cronicle config file and when i copy the share url in browser then i am getting response also. I am not sure, if i am missing anything else..... |
OK, just for sanity check you may try default port 3012 Also, try to go to http://cronicle-server-testing-dev.com:9000 and then in browser's console run this:
If it's throwing an error then most likely non-http traffic is blocked between you and your server. |
One more thing to try - if you are on some ancient node version try to upgrade to v12 or v14. |
JFYI,
|
OK. When you are in console, try type app.session_id. Do you see any value or app object at all? When you login app object should be generated. |
Still no luck... there is no value if i type app.session_id It is showing same error |
@amitgupta369 please make sure nothing else is using port 9000 on your development system. |
@amitgupta369 one more thought - check if that machine is under high CPU/Memory/Disk usage (or has very limited resources), and also check the ping. I just got short term 500 error over very lagging connection. |
Summary
Croncile is working fine on local machine but if we deployed cronicle on development server then we are getting Network error 500 : request timeout while try to login Cronicle.
Please suggest if i am missing anything..
Note : Running as a single server installation
The text was updated successfully, but these errors were encountered: