
No Matching Videos
#1
Posted 26 September 2011 - 09:43 AM
#2
Posted 26 September 2011 - 07:00 PM
First off, I would highly recommend enabling the API request cache from WP Admin > Settings > TubePress > Provider Feed. This will buffer some of the network traffic between TubePress and YouTube, which will have a positive effect on your gallery load times.
Based on your debug output, it looks as though TubePress is having an issue using using PHP streams to fetch remote content. Please try disabling this transport by checking the box labeled "Disable PHP streams HTTP transport" at WP Admin > Settings > TubePress > Advanced. Hopefully that will clear up the error. Let us know. Thanks!
#4
Posted 28 September 2011 - 06:25 PM
#5
Posted 28 September 2011 - 07:22 PM
#6
Posted 29 September 2011 - 08:22 PM
#7
Posted 30 September 2011 - 04:02 PM
#8
Posted 01 October 2011 - 11:44 AM
#9
Posted 01 October 2011 - 12:22 PM
#10
Posted 01 October 2011 - 07:32 PM
I am also getting the "No matching videos" display. I am using the shortcode: [tubepress mode="playlist" playlistValue="PL8C4B930D9E1C5189"] I have made the earlier suggested changes. I've installed the latest "Pro" version of TubePress. Link to page: http://yourvietnamto...stinations.html Thanks.
Please try disabling cURL from WP Admin > Settings > TubePress > Advanced or by using
[tubepress mode="playlist" playlistValue="PL8C4B930D9E1C5189" disableHttpTransportCurl="true"]Let us know if that works for you. Thanks.
#11
Posted 01 October 2011 - 07:33 PM
The above failed to fix the problem almost immediately... I've decided to try different settings to try and find a combination that works. Current settings, I have "Disable cURL HTTP transport", "Disable fsockopen HTTP transport", and "Disable PHP streams HTTP transport" all checked... For the moment things appear to be working normally... Will continue to monitor and update...
Keep us in the loop! In the coming days I'll be adding some additional testing and diagnostic messages to TubePress's HTTP transport subsystem to help clarify what exactly works and doesn't work. Look for those changes in the next TubePress release.
#12
Posted 01 October 2011 - 10:15 PM
This is the error message I saw in "review", I didn't complete the "update"
Fatal error: Wrong parameters for Exception([string $exception [, long $code ]]) in /home/netinfos/public_html/yourvietnamtourguide.com/wp-content/plugins/tubepress_pro_2_2_9/sys/classes/org/tubepress/impl/http/clientimpl/commands/FopenCommand.class.php on line 76
Standing by.
D. Z.
#13
Posted 02 October 2011 - 11:02 AM
Warning: sprintf() [function.sprintf]: Too few arguments in /home/buschka/public_html/wp-content/plugins/tubepress_pro_2_2_9/sys/classes/org/tubepress/impl/http/clientimpl/commands/FopenCommand.class.php on line 76
Fatal error: Wrong parameters for Exception([string $exception [, long $code ]]) in /home/buschka/public_html/wp-content/plugins/tubepress_pro_2_2_9/sys/classes/org/tubepress/impl/http/clientimpl/commands/FopenCommand.class.php on line 76
...So, I am back to having just "Disable PHP streams HTTP transport" checked off... Will report back later.
#14
Posted 02 October 2011 - 11:16 PM
throw new Exception(sprintf('Could not open handle for fopen() to %s', $url));instead of how it currently reads:
throw new Exception(sprintf('Could not open handle for fopen() to %s'), $url);Given that this line of code is during an error, I'm not optimistic that this will actually improve the reliability of your network connections. Has everything been working well over the past few days?
#15
Posted 03 October 2011 - 10:00 AM
Couse of some reason gallery seems to be working only few hours a day (mostly at night). On web page i have another Youtube plugin "Recent Youtube Videos" ( in the sidebar down right, http://www.sc2croatia.com/) and that plugin has some error aswell, but the interesting part is that its working at the time tubepress is, when tubepress isnt working, plugin isnt workin aswell. So obviously error is connected to youtube... What do u think?
This plugin is awsome, and i really want to get it workin, help! thx in advance
#16
Posted 03 October 2011 - 08:15 PM
So we've discovered a new 'bug' when both "Disable fsockopen HTTP transport", "Disable fopen HTTP transport" (or either individually) are checked... From what I can tell the only difference in the code you reference is "%s', $url));" vs "%s'), $url);"...
However, let's assume that the average Tubepress user (myself included) has no clue as to what these code references mean... Trying to move forward with progress to eliminating the 'No matching videos' error... Getting rid of the above 'bug' was as simple as unchecking the referenced boxes in the 'Advanced' tab, which essentially puts us back at square one.
Could you perhaps provide us with a 'lay person' explanation into the variables that could contribute to this error occuring...
For example, you inquire "Given that this line of code is during an error, I'm not optimistic that this will actually improve the reliability of your network connections. Has everything been working well over the past few days?"... Does this mean that ones Hosting company is a factor?
It does seem that everything works fine for a while, and then all of a sudden the 'No matching videos' error occurs repeatedly for a period of time... My hosting company at present is 'HostGator'. I am willing to change if it is a legitimate solution, but need a better understanding of why this is occuring...
Please elaborate on possible causes...
#17
Posted 04 October 2011 - 03:23 AM
#18
Posted 05 October 2011 - 02:12 PM
#19
Posted 11 October 2011 - 09:14 AM
Any tips?
#20
Posted 11 October 2011 - 10:35 AM
I am experiencing the same issue when trying to load any type of vimeo content. The 2.2.7 version works on another website of mine, but that and the newer, 2.2.9, do not work on the website i am currently developing.
Any tips?
Could you provide us with a link to your site so we could take a look?