Giter VIP home page Giter VIP logo

Comments (4)

N4S4 avatar N4S4 commented on July 22, 2024

Hi,

There is no more convenient way unfortunately,

You could just set version:1 as below

def shutdown(self):
        api_name = 'SYNO.Core.System'
        info = self.core_list[api_name]
        api_path = info['path']
        req_param = {'version': 1, 'method': 'shutdown'}

        return self.request_data(api_name, api_path, req_param)

Maybe it is from synology side, the max version should work, but apparently it doesn't for you.
If more issue will be reported I will integrate a way to be able to modify it

from synology-api.

N4S4 avatar N4S4 commented on July 22, 2024

What DSM7 version you have?

from synology-api.

grdleo avatar grdleo commented on July 22, 2024

What DSM7 version you have?

Thank you for your reply. DSM 7.1-42661 Update 4

from synology-api.

N4S4 avatar N4S4 commented on July 22, 2024

Hi, I was looking at the issue, pulling the list from NAS I see SYNO.Core.System': {'maxVersion': 3, 'minVersion': 1, 'path': 'entry.cgi'} where maxVersion is 3 for me. however I did not encounter the issue. Is it still happening? I was thinking to add the possibility to change max min version only for this function.

from synology-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.