Joel Perpetua
Joel Perpetua
Thanks, that works well! So I understand that the GoogleTranslate service defaults to GoogleTranslateV1, right? I assumed it used the V2 by default 😅
Thanks for the response! I experimented a little more, and it does seem that Google Translate is the issue. Also, it seems that the first response will influence the subsequent...
Well, just found a very interesting behavior (or bug) from Google Translate. It seems that it will detect a different language depending on the language of your Google account. For...
> But that's weird because we clearly see that you are creating two different instances of the Translator class Well, that is interesting indeed, I would have totally blamed it...
> And yes something is happening with the caches Well, that is something lol, I tried checking in the source code before, but my python skills are not that sharp...
Thank you all guys for the help 🙌🙌
Are you still encountering the issue? I have taken a look and I cannot reproduce it on DSM 7.2 and Download Station 4.0.0-4708+, this is the test code: ```python def...
Avez vous continué avec le développement du projet web?
Make sure you are specifying the `folder_id` param to the function. In your [implementation ](https://github.com/txemi/synology_api_examples/blob/f13afe7aa291964240e8b05fe54778b9277c2a51/list_synology_photos_via_n4s4_lib_error_showcase_1.py#L14C5-L14C64)you are only passing `limit` and `offset`, try passing the `folder_id` corresponding to the folder from...