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

New install - update binaries not working / doing anything #622

Closed
raysv opened this issue Jun 8, 2018 · 4 comments
Closed

New install - update binaries not working / doing anything #622

raysv opened this issue Jun 8, 2018 · 4 comments

Comments

@raysv
Copy link

raysv commented Jun 8, 2018

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

@bert0901
Copy link

bert0901 commented Jun 8, 2018

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

@raysv
Copy link
Author

raysv commented Jun 8, 2018

thats not it :( Already -2 here

@bert0901
Copy link

bert0901 commented Jun 8, 2018

Sorry, change it to -3. My mistake telling you wrong value.

@raysv
Copy link
Author

raysv commented Jun 8, 2018

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"

DariusIII added a commit that referenced this issue Jun 8, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…pdating. Fixes issues #622 and #609
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