Results 1 to 4 of 4

Thread: Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException'

  1. #1
    Join Date
    Nov 2009
    Posts
    3

    Post Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException'

    hi

    dose any one know what is that problem and how to fix it:



    Fatal error
    : Uncaught exception 'Zend_Gdata_App_HttpException' with message 'Expected response code 200, got 400 Max-results value is too high. Only up to 50 results can be returned per query.' in /vs/include/Zend/Gdata/App.php:700 Stack trace: #0 /vs/include/Zend/Gdata.php(221): Zend_Gdata_App->performHttpRequest('GET', 'http://gdata.yo...', Array, NULL, NULL, NULL) #1 /vs/include/Zend/Gdata/App.php(861): Zend_Gdata->performHttpRequest('GET', 'http://gdata.yo...', Array) #2 /vs/include/Zend/Gdata/App.php(754): Zend_Gdata_App->get('http://gdata.yo...', NULL) #3 /vs/include/Zend/Gdata/App.php(205): Zend_Gdata_App->importUrl('http://gdata.yo...', 'Zend_Gdata_YouT...', NULL) #4 /vs/include/Zend/Gdata.php(162): Zend_Gdata_App->getFeed('http://gdata.yo...', 'Zend_Gdata_YouT...') #5 /vs/include/Zend/Gdata/YouTube.php(263): Zend_Gdata->getFeed('http://gdata.yo...', 'Zend_Gdata_ in /vs/include/Zend/Gdata/App.php on line 700

    ----------------------------

    thanks



  2. #2
    Join Date
    Sep 2007
    Posts
    906

    Default

    send a mail to [email protected] with following details

    (1)domain name

    (2)FTP

    (3)vShare admin login details
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  3. #3
    Join Date
    Nov 2009
    Posts
    3

    Default

    I am having this problem using Vshare 2.8 and when user try to import youtube video after pasting the youtube url and then click on upload the site return same error, is there any fix for it
    Last edited by netspider; 01-22-2012 at 09:05 AM.

  4. #4
    Join Date
    Nov 2009
    Posts
    3

    Default

    got it working, if some one else having same issue just change the code in class.bulk_import.php

    Find
    if (preg_match('/v\/(.[a-zA-Z0-9]+)/i', $url, $matches) || preg_match('/v=(.[a-zA-Z0-9]+)/i', $url, $matches))
    Replace with
    if (preg_match('/v\/(.[a-zA-Z0-9_-]+)/i', $url, $matches) || preg_match('/v=(.[a-zA-Z0-9_-]+)/i', $url, $matches))

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •