Teamspeak Get newest version

Bluscream

Retired Staff
Contributor
Joined
May 8, 2015
Messages
967
Reaction score
934
Points
211
There are multiple ways to get the newest versions, i will list them here.

 

Bluscream

Retired Staff
Contributor
Joined
May 8, 2015
Messages
967
Reaction score
934
Points
211
Trying to get the official updater file as raw text does not seem to be working well:

Code:
$.ajax({
      type: "GET",
      contentType: "plain/text",
      url: 'http://versions.teamspeak.com/ts3-client-2',
      dataType: "text"
   });

I also tried simply modifying the response headers with a chrome extension with no luck
Code:
Teamspeak Versions Edit Rule Remove Rule
URL Filter:    versions\.teamspeak\.com
Original Type:    application/octet-stream
Replacement Type:    plain/text
Disposition:    inline

With Postman everything is working fine it seems:
Code:
{
    "id": "650420c1-f7fa-120e-2238-ebe1e5a085eb",
    "name": "Teamspeak",
    "description": null,
    "order": [
        "d8eca6e4-d490-5978-a331-99b09e2782be",
        "c532714e-a006-e90e-6ed0-cf31bcbbd765"
    ],
    "folders": [],
    "timestamp": 0,
    "owner": "368737",
    "remoteLink": null,
    "public": false,
    "requests": [
        {
            "id": "c532714e-a006-e90e-6ed0-cf31bcbbd765",
            "headers": "",
            "url": "https://versions.teamspeak.com/ts3-client-2",
            "pathVariables": {},
            "preRequestScript": null,
            "method": "GET",
            "collectionId": "650420c1-f7fa-120e-2238-ebe1e5a085eb",
            "data": null,
            "dataMode": "params",
            "name": "https://versions.teamspeak.com/ts3-client",
            "description": "",
            "descriptionFormat": "html",
            "time": 1459745245205,
            "version": 2,
            "responses": [],
            "tests": null,
            "currentHelper": "normal",
            "helperAttributes": {}
        },
        {
            "folder": null,
            "id": "d8eca6e4-d490-5978-a331-99b09e2782be",
            "name": "https://versions.teamspeak.com/ts3-client",
            "dataMode": "params",
            "data": null,
            "rawModeData": null,
            "descriptionFormat": "html",
            "description": "",
            "headers": "",
            "method": "GET",
            "pathVariables": {},
            "url": "https://versions.teamspeak.com/ts3-client",
            "preRequestScript": null,
            "tests": null,
            "currentHelper": "normal",
            "helperAttributes": {},
            "collectionId": "650420c1-f7fa-120e-2238-ebe1e5a085eb"
        }
    ]
}
 
Last edited:

h1web

VIP
Joined
Sep 2, 2015
Messages
206
Reaction score
134
Points
131
I've built something with Bash & PHP. This Scripts checks hourly for new versions.
 
Last edited:

XRV-Webix

Member
Joined
May 2, 2016
Messages
111
Reaction score
55
Points
64
I wonder what is the point of this. Anyone can tell me?
 

h1web

VIP
Joined
Sep 2, 2015
Messages
206
Reaction score
134
Points
131
If you make some alerts, you can get instant notification whenever a new beta/stable version is out.
 

XRV-Webix

Member
Joined
May 2, 2016
Messages
111
Reaction score
55
Points
64
For the teamspeak client you are notified when you start it. For the server, if you have a valid license, you are notified by mail... so?
 

h1web

VIP
Joined
Sep 2, 2015
Messages
206
Reaction score
134
Points
131
True dat. I dont just know. Its just a script that has this information :p
 

Supervisor

Administrator
Joined
Apr 27, 2015
Messages
1,863
Reaction score
2,550
Points
335
well, I'll take a look. Probably going to like it though :X
 

Rikku

Contributor
Joined
Sep 14, 2015
Messages
156
Reaction score
61
Points
122
Client Stable: "3.1.5" :D
The current Client Version is 3.1.6 :D
 
Top