N4S4 / synology-api

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

`Data request failed` blinker error since upgrade from `0.5.1` to `0.6.2` #131

Closed PanchoVarallo closed 1 year ago

PanchoVarallo commented 1 year ago

I was using synology-api==0.5.1 for a long time and very very stable. After upgrading to 0.6.2, I suddenly get the following error message quite often:

Data request failed: Error 119 - Invalid session / SID not found

Does anyone know where this comes from?

N4S4 commented 1 year ago

Could you please post the part of the code that gives you error? What module are you using?

N4S4 commented 1 year ago

Can you integrate a print that shows your sid just to make sure is actually missinig?

N4S4 commented 1 year ago

By any chance you solved the issue or discovered anything?

N4S4 commented 1 year ago

I dont know what your code does but can this be related to the following?

https://github.com/N4S4/synology-api/discussions/132

PanchoVarallo commented 1 year ago

Very strange. I could not reproduce the error. I think we can close the issue. If it appears again, I will reopen the issue and try to improve the description ...

N4S4 commented 1 year ago

Ok cool