Under some circumstances you may encounter an error while getting a certificate from Letsencrypt with Type: unauthorized and Detail: Invalid response from Most often it happens when website’s root is different from webserver’s root. Good example are Laravel based applications where website’s root is often in /public subfolder. In such case ACME challenges will be …
Tag: error
Oct 15 2021
No input file specified error
When going on some link you can get “No input file specified” error in your browser. To resolve this error, check that in the file .htaccess there was no line:
1 |
RewriteRule ^(.*)$ /index.php/$1 [L,QSA] |
Copy
Sep 16 2021
RPC failed; curl 18 transfer closed with outstanding read data remaining
When I tried to clone a decently-huge git repository I got the error below. The most common issue is that the connection closes and the whole clone is cancelled.
1 2 3 4 5 6 7 8 |
Cloning into 'large-repository'... remote: Counting objects: 20248, done. remote: Compressing objects: 100% (10204/10204), done. error: RPC failed; curl 18 transfer closed with outstanding read data remaining fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed |
After a lot of trial and errors and a lot of “remote end hung up unexpectedly” I have a way that works for me.
Sep 08 2021
Reporting Services error 503: Error creating HTTP endpoint – Access is Denied
We had a case come in where they were seeing a blank page when they went to Report Manager for Reporting Services. You may also see an HTTP 503 error. This just means that the service had a problem and there was probably an exception that occurred under the hoods. In this case, the issue …
May 05 2021
Goautodial Logging in to your phone. Please wait
The Gotodial was installed from ISO and agent had issue logging in. The login screen was hanging with the Logging in to your phone. Please wait… message. At that moment I did not have Letsencrypt certificate on Gotodial installed so it operated with default, self-signed certificate. In /var/log/messages there was the following:
May 05 2021
Goautodial Login to Dialer button doesnt work
After I set up Letsencrypt certificate in Goautodial box, pointed Apache and Kamalio to it (edited /etc/httpd/conf.d/ssl.conf and /etc/kamalio/tls.conf respectively), restarted the services with
1 2 |
service httpd restart service kamalio restart |
I tried to log in to dialer but when I clicked Login to Dialer absolutely nothing happens. No error, the button doesnt work so an agent cannot login to dialer.
Apr 30 2021
Failed to add /run/systemd/ask-password to directory watch: No space left on device
Upon installing Azure log collecting agent on Ubuntu machine I encountered the following error: Failed to add /run/systemd/ask-password to directory watch: No space left on device df command showed a lot of space so it’s not about a space itself but about inodes.
Mar 26 2021
RPC failed; curl 55 OpenSSL SSL_write: Connection was aborted, errno 10053
When tried to execute git push I got the following error: RPC failed; curl 55 OpenSSL SSL_write: Connection was aborted, errno 10053 The full error message:
1 2 3 4 5 6 7 8 9 10 |
Enumerating objects: 17, done. Counting objects: 100% (17/17), done. Delta compression using up to 4 threads Compressing objects: 100% (6/6), done. error: RPC failed; curl 55 OpenSSL SSL_write: Connection was aborted, errno 10053 send-pack: unexpected disconnect while reading sideband packet Writing objects: 100% (9/9), 11.03 MiB | 540.00 KiB/s, done. Total 9 (delta 1), reused 0 (delta 0), pack-reused 0 fatal: the remote end hung up unexpectedly Everything up-to-date |
Mar 11 2021
Vicidial Wrong Statistics in realtime report
The symptom is that Vicidial shows incorrect data in Realtime Reports: minutes and seconds are zeros and there are no other colors except for “Agent waiting for call”. To fix this check the following: