[Solved] Is there any problem with x.thunkable server?

Hmm… Just tried another project and that seem to work just fine.

In that project I dont use stored variables… could that be the cause.?

sorry, i still not found a solution. may you help me a bit?
https://x.thunkable.com/copy/8f8bb8f7a7a2b16c5b0196f8b5148e2e

Thanks for clarifying. It was very confusing to just get a PM with random characters and no explanation of what it was for or any link to this post to provide context.

This will assist for future testing.

Building on top of the issue whereby the screen only updates if you move your finger on it, there appears to be an issue with the way strings are handled all of a sudden. For example, I have been replacing characters in strings with nothing like this:

image

This does not work any longer. Just to be sure I am passing the right message this has been working for months. I did not change anything in my project in days. Setting another character as replacement (i.e. a “Y”) works fine but again, only after I move my finger on the screen.

I hope this helps.

Konstantinos

Add a screen with a button to nav to the screen with the cloned items before the screen where the cloned items are, it will make it work I think I tested it now and on love it works waiting for the downloaded V

That’s not the point. The point is that a project worked before something changed in the back-end. That’s all there is to say. What needs to happen is for the same project to work the same way it did before. Rule #1 of changing the back-end of systems is: You don’t break the user space. At least not without giving a heads-up for users to update their projects.

Bottom line: Something changed, it broke things, functionality needs to be restored. There is no way I am updating countless blocks because of this.

Regards
Konstantinos

1 Like

I understand you I have the same problem as you…

1 Like

sorry that what I told you with a button to go to the screen done work still need to touch the screen

Click on the button and you will see a very strange result in Live

https://x.thunkable.com/projects/5dd59f14ed2ea69cadedaba4/project/properties/designer/

What value should be in Label after executing this block? I have 20.

%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5

Block below gives the result 40

%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5

Curious… Does moving your finger on the screen update the text field as expected?

No finger movement on the screen in Live on Android changes the value of 20. Only using the wait block changes the result by 40

1 Like

Hello sir, could i send you my block to you for solution in different way ? or should i wait for next update form Thunkable end. i have noted my problem many times here. loop%20problem

Device Huawei y9
Android verson 9
live app 120
Thanks
Farhad

which ios have you didn’t ask you ?

hello @domhnallohanlon @actech would we be notified after the bug fixed?

Thanks
Farhad

Hello, Unfortunately, I do not know when this will be fixed. I can only recommend instead of blocks of global variables to use variables from function parameters, Local DB, etc.

My block is here

Could i use the variables here you are suggesting? if yes could you please point me how?if it takes too much time you can tell me how to start)

Thanks
Farhad

@jane send me this
When I run the Our understanding right now is that this behavior manifests in apps that 1) get data from any data source (local DB, web api, spreadsheet, realtime DB) and stores that information in an app variable (and possibly also stored and cloud variables).
Initial reports all mentioned using loops, but it seems that apps with loops that eg. created clones of visible components using data from such a source were jus prone to highlighting the issue.
We are talking to people who can provide helpful insight to better understand this behavior.

That seems to be the case, as creators have reported the same behavior in apps that are being Live Tested and apps that have been downloaded.

I found the error. My project was good, but after the update it has a bug. i need to delay the process for 1sec. i’m sure the cause of the problem is the time delay.

So what you are saying is that somehow some blocks in your project changed as a result of the upgrade?

I can only recommend instead of blocks of global variables to use variables from function parameters as the picture below.