xiel / rsshandler

Automatically exported from code.google.com/p/rsshandler
1 stars 0 forks source link

Getting error 400 #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Trying to download anything from a RSSHandler feed gets me an error 400. Am I 
the only one? What does this mean?

Please provide any additional information below.

Windows Vista 64-bit with RSSHandler 3.1.1

Original issue reported on code.google.com by happyant...@gmail.com on 14 Sep 2012 at 10:25

GoogleCodeExporter commented 8 years ago
Same problem here:
RSS Handler 3.0.1.1
Mac OS X 10.8.1
Java 1.6.0_35-b10-428

Error 400 on every Youtube channel/user/playlist

Original comment by f...@salesfactory42.com on 14 Sep 2012 at 11:27

GoogleCodeExporter commented 8 years ago
Confirm. Haven't checked the error code but seems like 'oops, YouTube did it 
again'.

Original comment by vrur...@gmail.com on 14 Sep 2012 at 2:20

GoogleCodeExporter commented 8 years ago
I actually get 403 forbidden on every video.mp4

Original comment by I3.A.R....@gmail.com on 14 Sep 2012 at 3:43

GoogleCodeExporter commented 8 years ago
error 400

Original comment by morfiyc on 14 Sep 2012 at 5:01

GoogleCodeExporter commented 8 years ago
The last time this happened was due to a missing parameter in the URLs found on 
the video pages. In particular, the parameter "newshard" with a value of "yes" 
was required to get a response from the server, and I implemented a check for 
this parameter and appended the parameter if it was missing. Later on, they've 
provided this parameter with all the URLs, so this check is no longer needed.

A similar thing is happening now. The actual error is 403 (Forbidden), but 
iTunes is showing 400. Unfortunately, this seems to be much trickier than all 
of their previous changes, and I couldn't figure out the new URL patterns. If 
someone can find a YT video URL that can be downloaded, please post or send me 
the URL, and I'd be happy to provide a fix.

Original comment by MotaSay on 15 Sep 2012 at 12:02

GoogleCodeExporter commented 8 years ago
Well, which link do you need?

I'm able to download this video using the Youtube Video Download script:
http://www.youtube.com/watch?v=UWb5Qc-fBvk

http://o-o---preferred---muc03s05---v19---lscache5.c.youtube.com/videoplayback?u
pn=pvwR-DkSNc0&sparams=cp%2Cgcr%2Cid%2Cip%2Cipbits%2Citag%2Cratebypass%2Csource%
2Cupn%2Cexpire&fexp=920916%2C901312%2C908476%2C919006%2C922401%2C920704%2C912806
%2C913419%2C913558%2C913556%2C912706%2C900816&ms=au&expire=1347751191&itag=37&ip
bits=8&gcr=de&sver=3&ratebypass=yes&mt=1347726911&ip=217.253.223.227&mv=m&source
=youtube&key=yt1&cp=U0hTTFdQT19OS0NOM19PSlNCOnUwLWtzMlBpVHZs&id=5166f941cf9f06f9
&newshard=yes&signature=2E4AE2165E7FCACE1034FAFC6A09D4B929588C3D.1EC97FFD8B6821B
DA15C8F52C4A9ABAA8B2ADA89&title=Tomorrowland+2012+|+official+aftermovie

http://userscripts.org/scripts/show/62634

Original comment by f...@salesfactory42.com on 15 Sep 2012 at 4:39

GoogleCodeExporter commented 8 years ago
My RSSHandler suddenly downloaded a crashcourse video.

Original comment by happyant...@gmail.com on 15 Sep 2012 at 10:49

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 9c90dc29dc56.

Original comment by MotaSay on 16 Sep 2012 at 2:27

GoogleCodeExporter commented 8 years ago
Thanks for posting the URL and the script. I was able to find the problems 
thanks to you! I tried this time to use a more resilient method that hopefully 
won't break easily. Here is a build that fixes the issue:

Jar file: https://dl.dropbox.com/u/1693311/temp/RSSHandler-3.0.1.9.zip
Mac OS X bundle: 
https://dl.dropbox.com/u/1693311/temp/RSSHandler-3.0.1.9.app.zip

If you're using the start.bat file, you'll need to change the build number to 
9, so the full file name becomes "RSSHandler-3.0.1.9.jar".

Mota

Original comment by MotaSay on 16 Sep 2012 at 2:31

GoogleCodeExporter commented 8 years ago
Issue 55 has been merged into this issue.

Original comment by MotaSay on 18 Sep 2012 at 1:05