Hi, has anyone experienced problems with their app in the last 14h?
I tested my app at 11pm italian time(14 h ago ) and everything was working fine, this morning 9 am the same App wasn’t functioning anymore.
I tested also the functioning backups that I had and none of them is working anymore.
Do you have an explanation for this behaviour?
Hi @wikilinks.infooleua0
I’ve been using Thunkable X all morning without issue. Just one thing I want to double-check with you…
Are you having issues with an app installed in your phone or are you having issues working on x.thunkable.com ?
I’ve opened a ticket on GitHub, here there’s the description of the problem in detail:
opened 02:28PM - 24 Apr 20 UTC
I'm opening this ticket as Jane suggested to me.
I tested my app at 11 pm (Italian time ) and everything was...
I haven’t tested this too thoroughly but I would imagine, based on your screenshots and on your blocks, that the issue is probably here:
The get request is asynchronous so you need to wait, even .1 or .2 of a second for the first response before sending the next one. Using a loop like this will just fire off 15 get requests so by the time all your variables and labels are updated in the first iteration your loop counter has already sent 5 or 10 more get requests.
See if that makes a difference and let us know.
Thanks
2 Likes
Not sure but my app is no longer working properly, my custom feed URL became undefined. Tried on a new app and became undefined as well
2 posts were split to a new topic: What is Error 521?
Same here. My app works fine in live mode, but not when I download and test it. Is this the same for everyone?
Same here.
I have the same problem. It is frustrating as I am due to launch my app this week, I have been going through hell for the past 2 days. At first, it was Android load that was broke. Then followed by on the Thunkable live. Then a day later, it happened on the iPhone download. And next was the iOS Thunkable live. It was like seeing all my months of effort sinking slowly.
Was there an update to the blocks and some not working now?
Thanks,
the problem was the last update, now everything seems to work fine.
Awesome, this issue is now closed:
opened 02:28PM - 24 Apr 20 UTC
closed 06:43PM - 24 Apr 20 UTC
I'm opening this ticket as Jane suggested to me.
I tested my app at 11 pm (Ital… ian time ) and everything was working fine, this morning 9 am the same App wasn't functioning anymore.
I tested also the backups that I had and none of them is working anymore.
When you click the button: "Accedi alla demo" the app is supposed to load a list like the one I show below. Until yesterday everything worked fine, today it was showing me just the gray screen without the list.
I found a workaround to this issue, in my first page (0_intro) I have a variable "N_tavoli" ( The number of items in the list ) that until yesterday was only initialized in the code, was read correctly and loaded the list, today to make the code read the variable so to associate the valur 15 to it, i have to initialize it and set it = to 15 inside the button logic . (when button to demo clicked, set N_tavoli = 15 ). The workaround i mentioned works for that specific list, but not for the problems I encounter in the other screens.
- Here the link of the app WITH the work around : https://x.thunkable.com/projects/5ea1e808bf96f96d91c414cc/416ef494-f98f-47f1-a495-55f38d1ba2c2/blocks
This is the screen on the WEB APP (it is working)
![image](https://user-images.githubusercontent.com/62944705/80222441-1e74ea00-8647-11ea-84e9-74afc89a812f.png)
This the screen on the live test on the phone of the same app ( there's a visualization issue I already signaled on the community) LINK COMMUNITY post : https://community.thunkable.com/t/problems-with-thunkable-live-visualization-issues/563833
![image](https://user-images.githubusercontent.com/62944705/80222545-4cf2c500-8647-11ea-82d9-eeb4a7c8d548.png)
This is a picture of the blocks with workaround:
<img width="629" alt="Screenshot 2020-04-24 at 13 43 54" src="https://user-images.githubusercontent.com/62944705/80222678-7e6b9080-8647-11ea-8dfb-8a8e82e9e066.png">
----------------
Here's the link of the app WITHOUT workaround:
https://x.thunkable.com/projects/5ea169bcdf4dc341306d3320/416ef494-f98f-47f1-a495-55f38d1ba2c2/designer
Screen without workaround
![image](https://user-images.githubusercontent.com/62944705/80222898-cd192a80-8647-11ea-86cc-279e8378488c.png)
Phone live test without workaround:( the problem with the variable seems to be disappeared, but the visualization one is still there)
![image](https://user-images.githubusercontent.com/62944705/80223013-fd60c900-8647-11ea-8648-47ae5bb26b5c.png)
Blocks without workaround :
<img width="681" alt="Screenshot 2020-04-24 at 13 44 27" src="https://user-images.githubusercontent.com/62944705/80223079-18cbd400-8648-11ea-8b3b-a8ba8631c094.png">
A post was split to a new topic: Error: App Version Name