Official BS.Player forums  

Go Back   Official BS.Player forums > Main forum > Subtitles

Subtitles Post question about BS.Player and subtitles (srt sub ssa mkv) here

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 29th October 2012
Junior Member
BS.Player Newbie
 
Join Date: Oct 2012
Posts: 8
Rep Power: 0
Radek87 is on a distinguished road
Default Problem uploading subtitles

Hi,

I can upload upload subtitles to BS Player subtitles and GetSubtitle servers, but if I attempt to upload to OpenSubtitles the OSD messege pops out telling me subtitles couldnt be uploaded.

I used to play videos with MPC-HC and I used simple application SubtitleTools to manually upload subtitles to OpenSubtitles server and it worked like a charm.

Unfortunatelly it seems BS Player fails to upload them to OpenSubtitles from some reason. I tried using my account and password and I also tried annonymous uploading, manual X automatic upload, but it didnt help.

Weird is that SubtitleTools required me to enter IMDB ID and language each time I upload, while BSPlayer doesnt require these information. Might that be the problem? I also dont get an option to enter IMDB ID and subtitle vote at the end of movie. (I have all those features enabled in settings)

I have BS Player 2.63, Windows 8 and I use Czech language translation.

Thank you for any advice.
Reply With Quote
  #2 (permalink)  
Old 31st October 2012
Junior Member
BS.player Regular User
 
Join Date: Aug 2010
Posts: 17
Rep Power: 0
opensubtitles is on a distinguished road
Default

thanks for info. the best would be, if we get some debug.log, what exactly going on - what you send to server, and what you get back.

there must be some reason subtitles is not uploaded - it can be because we are limiting duplicates, or it can be something is wrong.

For helping we need to see communication between you and our servers.

If BS.Player doesn't support some log, I would suggest to use some kind network capturing program, something like WireShark.
Reply With Quote
  #3 (permalink)  
Old 31st October 2012
Junior Member
BS.Player Newbie
 
Join Date: Oct 2012
Posts: 8
Rep Power: 0
Radek87 is on a distinguished road
Default

Hi,

(I had a nice reply ready but forum logged me off and I lost all the text, I nearly got heart attack :( so I will write short version of original reply here)

I couldnt use shark because of win 8,so I used microsoft monitor. Problem is I cannot print screen the results here because it must be manually decoded from HEX and there is no way to display it decoded by default.

But ... during the uploading subtitles there are messages about IMDB number, movie size, log in info and then there pops out "413 Invalid ImdbID" in Microsoft Network Monitor and BSPlayer instantly gives uploading error.

I checked IMDB number and it should be correct. So I am not sure what I am doing wrong. I tried uploading subtitles for Friday Night Dinner tv show and BS Player found IMDB ID for the show and also according to web it is 1844923 which is in accordance with BSPlayer.

ps: previous errors were caused by "allindb" message, so I guess its shortcut for "already in database". So that issue is solved.

Last edited by Radek87; 31st October 2012 at 09:18 PM.
Reply With Quote
  #4 (permalink)  
Old 1st November 2012
Junior Member
BS.player Regular User
 
Join Date: Aug 2010
Posts: 17
Rep Power: 0
opensubtitles is on a distinguished road
Default

I checked when "413 Invalid ImdbID" pops, it is if IMDBID:
- is empty
- is < 1
- or is not a number

so it would be good to see what is really BSplayer sending. I will contact also developers.
Reply With Quote
  #5 (permalink)  
Old 1st November 2012
Junior Member
BS.Player Newbie
 
Join Date: Oct 2012
Posts: 8
Rep Power: 0
Radek87 is on a distinguished road
Default

I checked those options and I tried to upload subtitles using BSPlayer and SubtitleTools 2.4. BSPlayer wasn't successful but SubtitleTools uploaded correctly. IMDB ID number is completely missing in BSPlayer communication.

edit:
I also tried another tv show and new error appeared for BSPlayer. (see test #2)

BSPlayer (test # 1, imdb number missing)
Code:
<methodCall>
<methodName>UploadSubtitles</methodName>
<params>
<param>
<value>85dsjt6r5v1cip1h9eacefeke0</value>
</param>
<param>
<value>
<struct>
<member>
<name>baseinfo</name>
<value>
<struct>
<member>
<name>idmovieimdb</name>
<value></value>
</member>
</struct>
</value>
</member>
<member>
<name>cd1</name>
<value

--- next message ---

<?xml version="1.0" encoding="utf-8"?>
<methodResponse>
<params>
 <param>
  <value>
   <struct>
    <member>
     <name>status</name>
     <value>
      <string>413 Invalid ImdbID</string>
     </value>
    </member>
    <member>
     <name>d
SubtitleTools (test # 1, imdb number present, upload successful)
Code:
<methodCall>
<methodName>UploadSubtitles</methodName>
<params>
<param>
<value><string>60blvhpnfs9876qeb8v4agdgf4</string></value>
</param>
  <param>
  <value>
  <struct>
  <member>
  <name>baseinfo</name>
  <value>
  <struct>
  <member>
  <name>idmovieimdb</name>
  <value><string>1844923</string></value>
  </member>
  <member>
  <name>sublanguageid</name>
    <value><string>cze</string></value>
     </member>
     <member>
     <name>moviereleasename</name>
     <value><string>Friday Night Dinner s02e04</string></value>
     </member>
     <member>
     <name>movieaka</name>
     <value><string/></value>
     </member>
     <member>
     <name>subauthorcomment</name>
     <value><string/></value>
     </member>
     </struct>
BSPlayer (test #2, BSPlayer sends IMDB ID as a text)
Code:
<methodCall>
<methodName>UploadSubtitles</methodName>
<params>
<param>
<value>c2043n3pfd9usp7rpdj3124tu0</value>
</param>
<param>
<value>
<struct>
<member>
<name>baseinfo</name>
<value>
<struct>
<member>
<name>idmovieimdb</name>
<value>bsplayer.api.opensubtitles.org/xml-rpc</value>
</member>
</struct>
</value><

--- next message ---

<?xml version="1.0" encoding="utf-8"?>
<methodResponse>
<params>
 <param>
  <value>
   <struct>
    <member>
     <name>status</name>
     <value>
      <string>412 idmovieimdb : bsplayer.api.opensubtitles.org/xml-rpc has invalid format (is n

Last edited by Radek87; 1st November 2012 at 08:57 AM.
Reply With Quote
  #6 (permalink)  
Old 1st November 2012
Junior Member
BS.player Regular User
 
Join Date: Aug 2010
Posts: 17
Rep Power: 0
opensubtitles is on a distinguished road
Default

yes, thats exactly what I can see also in debug on server, I was just playing with that.

I point BSPlayer developers to this thread, so they will take care of it. From the logs I can see these versions are affected:

2.58
2.59
2.60
2.61
2.62
2.63

and maybe some more

Thanks for info

Last edited by opensubtitles; 1st November 2012 at 09:49 AM. Reason: added versions numbers
Reply With Quote
  #7 (permalink)  
Old 3rd November 2012
Junior Member
BS.Player Newbie
 
Join Date: Oct 2012
Posts: 8
Rep Power: 0
Radek87 is on a distinguished road
Default

Thanks for notifying BSPlayer, I hope this problem will be solved in one of the future releases.

I tried older versions of BSPlayer, but I wasn't much successful uploading subtitles as other problems appeared. I checked 2.55 - 2.57 versions, but subtitles didn't upload due to "alreadyindb" message, even though subtitles are not in database yet according to website search engine. Searching subtitles didn't work properly either. But these are problems that are probably caused by the fact these versions are really outdated now (1-2 years).

So if someone is reading this I would recommend using latest BSPlayer and SubtitleTools for manual uploading to opensubtitles at least until problem is solved for BSPlayer.

Thank you for your help.
Reply With Quote
Reply

Tags
subtitles, uploading

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with subtitles SOS lionblue Subtitles 0 23rd February 2012 04:08 PM
problem uploading my subtitles fuyaka Subtitles 0 21st February 2012 12:37 PM
a weird "No subtitles found" problem itooriziu General Talk And Support 8 9th August 2010 04:15 PM
strange problem with subtitles whiplash General Talk And Support 3 10th July 2010 12:07 PM
BS Player 2.28 PROlite problem with menus and subtitles taylorsherman Bug Reports And Codecs 1 31st July 2008 10:20 AM


All times are GMT +1. The time now is 03:58 AM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
Ad Management plugin by RedTyger

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20