Giter VIP home page Giter VIP logo

Comments (7)

N4S4 avatar N4S4 commented on June 21, 2024

Hello, are u trying to rename a file with rename_folder function?

from synology-api.

doubidoubidou avatar doubidoubidou commented on June 21, 2024

@N4S4 hi,i found function rename_folder's second error return message"Enter a valid path",but para "name" just need filename instead of filepath,it may cause misunderstandings like this,i think the error message can make a little change so that others can know it when reading function

from synology-api.

N4S4 avatar N4S4 commented on June 21, 2024

Good idea I'll try to have a look, I don't use much this function

from synology-api.

N4S4 avatar N4S4 commented on June 21, 2024

now i recall that looking at synology docs parameters were reported as they are.

Not sure if to change or not...maybe ill add some explanation

image

from synology-api.

N4S4 avatar N4S4 commented on June 21, 2024

the example: when i use the method delete_blocking_function like fl.delete_blocking_function('/企微发送文件/3212.pdf'),it works no error,but when i use the method rename_folder like fl.rename_folder('/企微发送文件/3212.txt','/企微发送文件/1234.txt'),it raises error

fl.rename_folder('/企微发送文件/3212.pdf','/企微发送文件/122.pdf')
/usr/local/lib/python3.7/dist-packages/synology_api/filestation.py(802)rename_folder()
-> if search_taskid is not None:
(Pdb) c
Data request failed: Error 1200 - <Undefined.FileStation.Error>
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.7/dist-packages/synology_api/filestation.py", line 802, in rename_folder
if search_taskid is not None:
File "/usr/local/lib/python3.7/dist-packages/synology_api/auth.py", line 245, in request_data
raise FileStationError(error_code=error_code)
synology_api.exceptions.FileStationError

have u read this doc to see if anything is wrong?

image

from synology-api.

doubidoubidou avatar doubidoubidou commented on June 21, 2024

now i recall that looking at synology docs parameters were reported as they are.

Not sure if to change or not...maybe ill add some explanation

image

well,it may be useful to others,thanks!

from synology-api.

N4S4 avatar N4S4 commented on June 21, 2024

@N4S4 hi,i found function rename_folder's second error return message"Enter a valid path",but para "name" just need filename instead of filepath,it may cause misunderstandings like this,i think the error message can make a little change so that others can know it when reading function

this has been rectified in the latest commit

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.