-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
New install - update binaries not working / doing anything #622
Comments
I had similar issue. #609 If you change line 1062 in Blacklight/NNTP.php to: if (substr($buffer, -2) === ".\r\n") { Basically change the -3 to -2. That solved it for me |
thats not it :( Already -2 here |
Sorry, change it to -3. My mistake telling you wrong value. |
Thanks :) that seems to do the trick. Any other bugs you have encountered? seems like the list is long, because now update releases here is doing nothing... and getting db erros it seems when i try to view the tables... but no errors is showing when inserting stuff. The monitor says 0 on every thing.... damn, this was buggy to be from "master" |
Hi,
Fresh installed NNtmux, but update_binaries will not run.
If i use tmux, it just says "Getting first/last for all your active groups" and there it stays.
If i try and run the update_binaries.php manually.
It shows the information of what group, how many headers, and how many in cue, drops to the line where it says Getting articles... but nothing more happends.
Not able to find any errors anywhere.... Open for suggestions :D
The text was updated successfully, but these errors were encountered: