Paraita Wohler
Paraita Wohler
so I ended up removing this `error.h`reference, apparently it doesn't exist on MacOS, the equivalent is `mach/error.h`, I replaced the `error()` call in `sunxi_flash_ioctl()` by another `error_printf()` call instead. I...
Removing the `-Werror` flag fixed that problem for me.
> step 1-5 are ok, > > but when i want to add the Cloud to the Tuya Smart App. It would strange. I can scan the DMC code butthen...
thanks for your answer @ClusterM :) that did the trick ! I encountered another problem after that: the wizard command would return the following error: "Cross-region is not allowed". I...
I'm from Tahiti (French Polynesia). I've selected French Polynesia when I signed up on Tuya Smart and Smart Life apps. I don't recall having selected any region from those apps.....
~~When I created my Cloud project on iot.tuya.com, I only selected "Western Europe Data Center".~~ **When I created my Cloud project on iot.tuya.com, I only selected "Central Europe Data Center".**...
After reading your comment @jasonacox I realized it shouldn't have been possible for me to link to eu-w in the first place ! I double checked on my Cloud project...
@lpellegr is right, all tasks (for a given job) are still loaded in-memory (server-side). Pagination has only been implemented client-side (REST,REST-CLI and portal). The job is quite big (no pun...
I managed to reproduce the issue. By submitting a few hundred jobs simultaneously (2 sessions at the same time), the problem would come up after ~20 minutes: ```bash export SESSIONID=`curl...
I found the root cause. The Scheduler is relying on Hibernate for the persistence (with its own context). The scheduling-api is also relying on Hibernate but uses another Hibernate context....