N4S4 / synology-api

A Python wrapper around Synology API
MIT License
360 stars 137 forks source link

`filestations.upload_file(...)` does not return anything meaninful anymore #115

Closed PanchoVarallo closed 1 year ago

PanchoVarallo commented 1 year ago

Version 0.4.4:

Version 0.5:

Is that really wanted? Wouldn't it make sense to return meaninful jsons or something like that?

N4S4 commented 1 year ago

Hi, the upload function did not change through the versions, strange did not output anything. I just run it and got it successful,

image

Is that really wanted?

actually not

can you show (if feasible your request? was the upload successful but output nothing?

PanchoVarallo commented 1 year ago

Hi @N4S4,

thanks for you hint. Okay, things are confusing, I try to clarify:

Am I doing something wrong or is there a diff between 0.5 on Github and pypi?

Thanks!

Best, @PanchoVarallo

N4S4 commented 1 year ago

Oh no you might be right! I maybe accidentally upload a different file while i was trying to make upload in chunks! I will have a look straight away and let you know

Thank you for reporting!

N4S4 commented 1 year ago

Hi,

could you check it now? tnx again

PanchoVarallo commented 1 year ago

Sorry for the delay.

Looks perfectly now. Thanks for the fast fix. Now I can upgrade ...