@@ -1,5 +1,8 @@
+if(!$response){
+ return
+}
let html = $response.body || '';
let regex = /<a class="tgme_action_button_new shine" href="([^"]+)">([^<]+)<\/a>/;