• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

API problem

E

Emanuelez

Guest
I'm trying to write a client that uses the API to create domains and so on.
The problem is that when i send a packet, for example:

Code:
<?xml version="1.0"?>
<packet version="1.4.2.0">
  <domain>
    <get>
      <filter/>
      <dataset>
        <limits/>
        <prefs/>
        <user/>
        <hosting/>
        <stat/>
        <gen_info/>
      </dataset>
    </get>
  </domain>
</packet>

i get back something like:

Code:
<?xml version="1.0"?>
<packet version="0.0.0.0">
<system>
<status>error</status>
<errcode>1005</errcode>
<errtext>Protocol version '0.0.0.0' is not supported. Current protocol version is '1.4.2.0'</errtext>
</system>
</packet>

Any hint?
 
Hello All,

I am facing the similar problem.
Any suggestions?

Thanks,
truptim
 
I had Plesk upgraded and now everything works smoothly
 
Originally posted by Emanuelez
I had Plesk upgraded and now everything works smoothly

I updated Plesk too, but the error remains:
<errtext>Protocol version '0.0.0.0' is not supported. Current protocol version is '1.4.2.0'</errtext>.
 
Back
Top