Warning: session_start(): open(/var/lib/php/sessions/sess_m36s2r11tb51d0e2ilufpciadk, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
sS youtubeSearch_userAgent = "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1"; static int youtubeSearch_timeout = toMS_int(20.0); static L youtubeSearch(S q) { temp tempLoadingAnim("YouTube search: " + q); S html = loadPageWithUserAgentAndTimeout("https://www.youtube.com/results?search_query=" + urlencode(q), youtubeSearch_userAgent, youtubeSearch_timeout); printIndent("XX ", html); int i = indexOf(html, [[{"responseContext":]]); print(i); if (i < 0) null; S json = dropSuffix(";", firstLine(substring(html, i))); print("Got JSON: " + json); ret (L) jsonDecode(json); }