+ 24
[ISSUE] Am I the only one?
Sometimes when I save my code on mobile, it would just stuck at "Saving..." panel even though my internet connection is strong. Just like the PC version, when I try to save my code, it also stucks at the loading panel and won't save my code progress. I already emailed SoloLearn about the issue but only the PC version. It is sometines frustrating because I've written a very long code and that issue would just occur. (Sorry about my grammar but I hope you get the point of my concern.) UPDATE: But with my knowledge on browsers, I use Inspect element of the chrome and remove that loading panel code and get rid of it. Then save my code again and my code will be saved (not all the time).
17 Answers
+ 21
It happens to me sometimes. It's really annoying. That's why I save my codes as often as possible in order to not lose the progress.
+ 17
Happens to me too.
heres a trick to prevent loss of data.
copy paste everything(the code) to your keyboard,close the code ,open it again,paste it and try re-saving
+ 17
It happens with me also,and when I back my step..then I see that the code is alreadyv saved x times
+ 7
sql_assassin Yeah, I also thought about that Database. I also imagined how many of us saves the code at the same time and the Database processes it. But thanks to my knowledge I can get rid of it on the PC version not the mobile. I use the Inspect Element and remove the code. :D Pro tip. Lol
+ 7
Yes, very annoying.
+ 7
Exactly. Being able to remove the overlay after inspecting the element is a life-saver.
+ 5
Yes, its happened to me MUCH times... Personally i go in developer toolbox, select the div container of loading popup and delete it... This allow me to resave because SL web has a bug... It dont handle when SL server return an error on saving and this hang up the progress popup (maybe they think that all will works correctly 😒😒😒)... After this, i go into network tools and check the response of save request (its a json response and its easy to understand if something its goed wrong). If saving it was happened, then i retry (after has deleted progress popup for document) and check while save its succesfull... At end, i reload the page for reappear all document (SL web page) without edits
+ 5
JoseMiguelRomero What you mean is the "No Connection" panel. SOMETIMES that panel won't appear and just keep on saying "Saving...".
+ 5
You're not the only one; it's typical for me to hit that save freeze several times a day.
+ 4
Priyank Sharma Lol.
+ 4
JoseMiguelRomero Lol. You'll die of waiting before it'll say "Failed".
+ 3
Hatsy Rei You have explained in better way and more shorter
+ 2
JoseMiguelRomero Its not random bug... It mean a problem on SL servers and a bug on bad handling failure on js client code
+ 2
Me,too
+ 1
sql_assassin Yeah, I also thought about that Database. I also imagined how many of us saves the code at the same time and the Database processes it. But thanks to my knowledge I can get rid of it on the PC version not the mobile. I use the Inspect Element and remove the code. :D Pro tip. Lol
0
Okay
This is just some random bug as i call it
happens to me when internet fluctuates a bit
All you have to do
Is WAIT it out
It will say “failed”
To be sure
Copy paste
then try again
0
Eh
Its usually less than 2 minutes