Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate autodl-irssi to v1.60 or greater by October 31, 2015!!! #92
Comments
thebigmunch
added
the
WARNING
label
Oct 1, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
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 this happens on several servers in different datacenters any help appreciated as our clients are in need |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
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.
|
When that error is reached on a server, try the following command on that server: 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. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
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 " But so you know, almost all our servers in different datacenters but also from other providers, with version 1.60 show this issue. We spoke to 8 other providers that all have this issue. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
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 this takes a long time, about half an hour, maybe more ofcourse reboot after cpan is done |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
icantfindacoolusername
commented
Oct 21, 2015
|
Nice TuvixHosting! |
thebigmunch commentedOct 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.