-
Notifications
You must be signed in to change notification settings - Fork 12
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
Error: HTTP: Response truncated #148
Comments
I have now compiled the plugin on my own box and apart from the first couple days, when everything seemed fine, steam - Error: HTTP: 500 Internal Server Error |
This should be fixed by #147 Do note, that these past few days there's also been |
Thank you, will update ASAP. |
Wait, this was merged on 7 July and I already had pulled the commit.. (i installed bitlbee locally in the meantime). Now I just see all of 503
But if it's a server side issue, guess I can close this issue.. |
It is a server side issue, yes, however since it is extremely annoying (it re-sends unread messages), I've been increasing the retries and it seems to help "mask" the issue. You can try applying the following to see how it goes. diff --git a/steam/steam-http.h b/steam/steam-http.h
index 5c8118c..e776915 100644
--- a/steam/steam-http.h
+++ b/steam/steam-http.h
@@ -43,14 +43,14 @@
*
* The maximum amount of times to resend a failed request.
*/
-#define STEAM_HTTP_RESEND_MAX 3
+#define STEAM_HTTP_RESEND_MAX 10
/**
* STEAM_HTTP_RESEND_TIMEOUT:
*
* The timeout (in milliseconds) between resend attempts.
*/
-#define STEAM_HTTP_RESEND_TIMEOUT 2000
+#define STEAM_HTTP_RESEND_TIMEOUT 4000
/**
* STEAM_HTTP_ERROR: |
Done that, thanks @tatokis |
Hello,
I'm getting this error very frequently and steam reconnects each time.
https://i.imgur.com/dnG9Qm2.jpeg
I'm connected to a public bitlbee server through Matrix (heisenbridge).
The text was updated successfully, but these errors were encountered: