Posts on Beta version 1.9.1 (2023/08/20) Start of Thread Parent
Fainthed

So far, I've had only a singular problem pop up!

I was just going about working on some basic code, to replace my old outdated playlist code that was just icons linking to Youtube, to Youtube embeds instead.

Pasting them into the editor (key binds, not mouse clicks), caused the site to completely freeze and crash for me, it continued loading, but never could even recover from the refresh button!

But it also could be, due to a Chrome update on my end. (Certain sites and Chrome itself just freeze for a brief second, due to an update lately, to a point I have to get out task manager and force-crash Chrome, to restart the program, weird bug I know..)


Of note: It happened twice, every time I was working on the embeds; Once, just pasting it normally in, the second time, I had CTRL + F enabled, so the search function, to find a certain ID + I switched to a tab inside the code preview.

^I also didn't mind it crashing in this case, because it was perfect timing to naturally test and also stress-test the backup recovery fields.

I had miiiild troubles with the restore, as I copy-pasted my code beforehand, to check and compare, if something wasn't restored- said tab I worked on 2nd attempt, wasn't changed. So on the HTML side, there might be a hiccup, but I noticed nothing else on the other ones, those had a backup restore work perfectly fine on me! :)


I hope my report hopefully helps, other than that, I had no bugs appear. And yes, I have noticed the site updating slower on code as mentioned, I find it a nice change!! I would often get lost in what I updated, then had to press CTRL Z, to see my changes, so for me with a short attention span, this is a huge bonus! Hope also the feedback helps <3

circlejourney

thank you! did you happen to save a copy of the code that caused the crash? I think that sometimes happens when ace editor can't parse the code and I haven't found everything that causes it to do that just yet.

Fainthed

Sure sure!!! I only use HTML for character codes though, so no CSS on that one. xD


It was literally just this line:

<h1 class="card-title text-secondary text-uppercase pt-2 pb-0 px-1" style="font-style:Helvetica;">~ Aesthetic/Themes ~</h1>  


<div class="row no-gutters px-3">
<div class="col-lg-12">
<div class="row no-gutters py-0 my-0 mx-0">
<div class="col-lg-6">


<div class="container ml-0 py-4 text-center">

<p class="text-uppercase text-muted text-center mb-3">PLAYLIST</p>
<div class="overflow-auto" style="width:200px; max-height: 400px;">

<div class="container text-center py-3">
<div class="row no-gutters">
<div class="col-lg-6">

<iframe width="90" height="150" src="https://www.youtube-nocookie.com/embed/Kb-2xpEoKOk?si=_lQjP5jQ9f4kdaC3&start=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>





<iframe width="90" height="150" src="https://www.youtube-nocookie.com/embed/5x_tQkuYJ5o?si=9YUfhMA-npnNhAXt&start=3" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

</div>


<div class="col-lg-6 col-md-4">
<div class="container">

<iframe width="90" height="150" src="https://www.youtube-nocookie.com/embed/Qu146oLMyOc?si=QKajKq1fGVtYBf8W&start=2" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

</div>
<div class="container">


<iframe width="90" height="150" src="https://www.youtube-nocookie.com/embed/EAPjA0VbjkA?si=yJvpHRMOH0uX1EPV&start=4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

</div>
</div>
</div>
</div>
</div>
</div>
</div>



<div class="col-lg-6 col-md-8">

<div class="container py-0 my-5">
<div class="card-body mt-5 text-center">
<small>(See image credits, located in its respective tab!)</small>

<div class="container my-3">
   
<img style="rounded" class="my-3 py-0" src="https://i.imgur.com/A60WUmW.png" alt="A60WUmW.png">



  </div>
  </div>
  </div>
 </div>
 </div>
              </div>    
            </div>

Hopefully that ancient advice I've seen, on how to display code via spoilers still works dfklsdg, but yeah!! It were just embeds in columns! I had to paste it thrice, as I had AU tabs, I replaced the code with as well! ((also please forgive the rats nest, my codes are very messy, unlike your spotless and labelled ones. x"D))

circlejourney

The code does work alright on my end- if you are able to and have the time, could you paste it into the editor, open the console (usually by pressing F12) and share a screen capture or a copy of the text inside the console?

Fainthed

Toyhou.se did NOT make this a reply for some reason, although I pressed it, so please look for my new comment below, so sorry for the invonvenience! ><