Search found 84 matches

Go to advanced search

by rednoah
Fri May 08, 2015 5:56 am
Forum: Developing
Topic: LogIn status 401 Unauthorized
Replies: 2
Views: 3667

Re: LogIn status 401 Unauthorized

Thanks for helping me fix my account. For all accounts and purposes I probably just somehow delete my account.
by rednoah
Fri May 01, 2015 8:44 pm
Forum: Developing
Topic: LogIn status 401 Unauthorized
Replies: 2
Views: 3667

LogIn status 401 Unauthorized

Hi, LogIn is broken. My username/password are definitely ok since it worked in the past. LogIn is called via HTTP (not the new HTTPS endpoint). Request: <methodCall> <methodName>LogIn</methodName> <params> <param> <value> <string>rednoah</string> </value> </param> <param> <value> <string>????</strin...
by rednoah
Fri May 01, 2015 8:28 pm
Forum: Developing
Topic: HTTPS support for API
Replies: 4
Views: 4226

Re: HTTPS support for API

we store password as hash
Would it be possible to login with just that hash? It makes sense that you don't store passwords on the server side, so i'd like to do the same on the client side.
by rednoah
Wed Apr 29, 2015 2:16 pm
Forum: Developing
Topic: HTTPS support for API
Replies: 4
Views: 4226

Re: HTTPS support for API

1) Awesome! Making sure passwords are sent via encrypted connections improves security quite a bit. 2) I'd be great if the clear-text password wasn't stored client-side neither. For example an option password_sha256 parameter in the LogIn function that can be passed instead of password that'll take ...
by rednoah
Thu Jan 15, 2015 12:24 am
Forum: General talk
Topic: can't download subtitle using filebot
Replies: 5
Views: 4113

Re: can't download subtitle using filebot

Try with Charles Web Debugging Proxy (the demo is free) and see what you get back.

It'll look something like this:
Image
by rednoah
Tue Jan 13, 2015 12:53 pm
Forum: General talk
Topic: can't download subtitle using filebot
Replies: 5
Views: 4113

Re: can't download subtitle using filebot

Here's the original thread: https://www.filebot.net/forums/viewtopic.php?f=8&t=2336 It might help to trace the HTTP requests with debugging proxy. On Windows I'd recommend Fiddler, but if you don't have a Windows box to use as proxy then you could try this as well. With those tools you can see t...
by rednoah
Sun Dec 28, 2014 4:58 pm
Forum: Developing
Topic: Advertise your product or brand here
Replies: 6
Views: 6354

Re: Advertise your product or brand here

Serbian

Code: Select all

Organizujte svoj video sadržaj i pronađite titlove Isprobajte www.filebot.net još danas
by rednoah
Sun Dec 21, 2014 5:26 pm
Forum: Developing
Topic: Advertise your product or brand here
Replies: 6
Views: 6354

Re: Advertise your product or brand here

Finnish

Code: Select all

Järjestele mediasi ja lataa tekstitykset Tutustu tänään www.filebot.net
by rednoah
Sun Dec 21, 2014 8:23 am
Forum: Developing
Topic: Advertise your product or brand here
Replies: 6
Views: 6354

Re: Advertise your product or brand here

Brazilian Portuguese

Code: Select all

Organize teus vídeos, seriados e baixe legendas. Visite www.filebot.net hoje e veja como!
by rednoah
Thu Dec 11, 2014 9:27 am
Forum: Programs using OS
Topic: FileBot Subtitle Downloader and TV Renamer
Replies: 42
Views: 80669

Re: FileBot Subtitle Downloader and TV Renamer

FileBot 4.5.3 is out! Get it here! This is a new minor release brings lots of bugfixes and improvements. Features: * Change Output Folder button in Format Dialog * Extract All will now only extract not-already-extracted files from the selected archives * Improved support for non-English names * Imp...
by rednoah
Wed Dec 10, 2014 6:10 am
Forum: Developing
Topic: Advertise your product or brand here
Replies: 6
Views: 6354

Re: Advertise your product or brand here

I've asked lots of friends to come up with ad texts in lots of languages! :D This is what I got so far: English Organize your media and download subtitles Check out www.filebot.net today ;) Spanish Organiza tus vídeos y descarga los subtítulos Visita hoy www.filebot.net Italian Gestisci i tuoi file ...
by rednoah
Sat Nov 08, 2014 4:59 pm
Forum: Developing
Topic: Advertise your product or brand here
Replies: 6
Views: 6354

Advertise your product or brand here

Hi oss, Is there any general information on the new advertising "features" and general information on cost-per-subtitle or something like that? Advertise your product or brand here contact www.OpenSubtitles.org today I'm curious about trying it out for FileBot. I'm happy to just donate, bu...
by rednoah
Sat Nov 08, 2014 12:31 pm
Forum: Developing
Topic: methodCall SearchSubtitles is BROKEN
Replies: 1
Views: 3368

methodCall SearchSubtitles is BROKEN

For some reason it's sending back some server configs, instead of the actual results :D Request: POST http://api.opensubtitles.org/xml-rpc HTTP/1.1 Content-Type: text/xml; charset=UTF-8 Accept-Encoding: gzip User-Agent: FileBot 4.5.2 Java/1.8.0_25 Host: api.opensubtitles.org Accept: text/html, image...
by rednoah
Fri Oct 31, 2014 10:00 am
Forum: Developing
Topic: 414 Unknown User Agent
Replies: 5
Views: 4788

Re: 414 Unknown User Agent

Fix confirmed. :)
by rednoah
Fri Oct 31, 2014 9:41 am
Forum: Developing
Topic: 414 Unknown User Agent
Replies: 5
Views: 4788

Re: 414 Unknown User Agent

Oh, didn't see that coming!

When I call GetSubLanguages I get back this data {seconds=0.001, token=, status=414 Unknown User Agent}. Should I get the language code mappings in a different way? Maybe GetSubLanguages requires login now? Not sure, I remember it being some how special.

R

Go to advanced search