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

Update autodl-irssi to v1.60 or greater by October 31, 2015!!! #92

Closed
thebigmunch opened this Issue Oct 1, 2015 · 5 comments

Comments

Projects
None yet
3 participants
@thebigmunch
Member

thebigmunch commented Oct 1, 2015

With autodl-irssi's updater code being updated to use GitHub's Releases API [#89], a standalone update server is no longer necessary. Versions and update files are obtained directly from GitHub as of v1.60. Running an update through the /autodl commands or through the ruTorrent plugin now will prevent you from having to manually update autodl-irssi or the tracker files after the update server is shut down.

@thebigmunch thebigmunch added the WARNING label Oct 1, 2015

@TuvixHosting

This comment has been minimized.

Show comment
Hide comment
@TuvixHosting

TuvixHosting Oct 20, 2015

we have the latest 1.60 but we are getting errors
ERROR: Could not check for autodl updates: Update autodl check cancelled!
ERROR: Could not check for trackers updates: Update trackers check cancelled!

this happens on several servers in different datacenters
but other servers with exact same setup dont have this issue.

any help appreciated as our clients are in need

TuvixHosting commented Oct 20, 2015

we have the latest 1.60 but we are getting errors
ERROR: Could not check for autodl updates: Update autodl check cancelled!
ERROR: Could not check for trackers updates: Update trackers check cancelled!

this happens on several servers in different datacenters
but other servers with exact same setup dont have this issue.

any help appreciated as our clients are in need

@thebigmunch

This comment has been minimized.

Show comment
Hide comment
@thebigmunch

thebigmunch Oct 20, 2015

Member

When that error is reached on a server, try the following command on that server: curl -s https://api.github.com/rate_limit. This will show whether that server is hitting the unauthenticated rate limit for the GitHub API. Under most circumstances, this shouldn't happen.

If it's not an issue with the rate limit, then there's nothing that leads me to believe there's an issue within autodl-irssi itself. If someone finds that to be incorrect, please let me know.

Member

thebigmunch commented Oct 20, 2015

When that error is reached on a server, try the following command on that server: curl -s https://api.github.com/rate_limit. This will show whether that server is hitting the unauthenticated rate limit for the GitHub API. Under most circumstances, this shouldn't happen.

If it's not an issue with the rate limit, then there's nothing that leads me to believe there's an issue within autodl-irssi itself. If someone finds that to be incorrect, please let me know.

@TuvixHosting

This comment has been minimized.

Show comment
Hide comment
@TuvixHosting

TuvixHosting Oct 20, 2015

this is the output

"
{
"resources": {
"core": {
"limit": 60,
"remaining": 56,
"reset": 1445378520
},
"search": {
"limit": 10,
"remaining": 10,
"reset": 1445375043
}
},
"rate": {
"limit": 60,
"remaining": 56,
"reset": 1445378520
}
}
"

But so you know, almost all our servers in different datacenters but also from other providers, with version 1.60 show this issue.
so it is not just us on 1 server.

We spoke to 8 other providers that all have this issue.

TuvixHosting commented Oct 20, 2015

this is the output

"
{
"resources": {
"core": {
"limit": 60,
"remaining": 56,
"reset": 1445378520
},
"search": {
"limit": 10,
"remaining": 10,
"reset": 1445375043
}
},
"rate": {
"limit": 60,
"remaining": 56,
"reset": 1445378520
}
}
"

But so you know, almost all our servers in different datacenters but also from other providers, with version 1.60 show this issue.
so it is not just us on 1 server.

We spoke to 8 other providers that all have this issue.

@TuvixHosting

This comment has been minimized.

Show comment
Hide comment
@TuvixHosting

TuvixHosting Oct 21, 2015

update!!! For anyone having this issue, login as root into ssh and cpan
if not installed it will install, just confirm with pressing Enter
once installed type cpan again and then upgrade

this takes a long time, about half an hour, maybe more
but it does solve the issue.

ofcourse reboot after cpan is done

TuvixHosting commented Oct 21, 2015

update!!! For anyone having this issue, login as root into ssh and cpan
if not installed it will install, just confirm with pressing Enter
once installed type cpan again and then upgrade

this takes a long time, about half an hour, maybe more
but it does solve the issue.

ofcourse reboot after cpan is done

@icantfindacoolusername

This comment has been minimized.

Show comment
Hide comment
@icantfindacoolusername

icantfindacoolusername Oct 21, 2015

Nice TuvixHosting!
This worked for me =]

icantfindacoolusername commented Oct 21, 2015

Nice TuvixHosting!
This worked for me =]

@thebigmunch thebigmunch changed the title from Update autodl-irssi to v1.60 or greater by October 30, 2015!!! to Update autodl-irssi to v1.60 or greater by October 31, 2015!!! Nov 1, 2015

@thebigmunch thebigmunch closed this Nov 7, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment