sixones / nzbvr

episode downloader written in php5 for sabnzbd+ and newzbin
http://sixones.com/projects/nzbvr
13 stars 0 forks source link

Failing to add tvshow #4

Closed ros485 closed 15 years ago

ros485 commented 15 years ago

When trying to add a tvshow, the app just keeps showing the spinning wheel. The same happens when using search..

sixones commented 15 years ago

Fixed for tv shows, when submitting a new series to watch it can be a little slow as it makes requests to tvrage + tvdb. are you able to use the series searcher feature?

ros485 commented 15 years ago

Is there some form of logging ?. i let it run for 4 minutes to try adding a new series. Also the search does not seem to work for me..

sixones commented 15 years ago

Not at the moment, its on my list of things to do next. Do you have a firewall enabled that might be blocking Apache / PHP from accessing web services? Also what browser are you using?

ros485 commented 15 years ago

No firewall, and i am using IE and Firefox.

sixones commented 15 years ago

Can you try typing the name of a tv show into the search box when adding a series and see if it returns a result? Im searching for "The Big Bang Theory" in IE8 it returns about 10 different shows, the request seems to be very slow though and it took a while for the results to be returned.

sixones commented 15 years ago

Also i should note; at the moment you can hit enter on the search input without any results returned. This is a bug, and it wont make a valid series. Instead of hitting enter to search it automatically picks up your key strokes.

ros485 commented 15 years ago

same show, waited for 7 minutes. no results...how long does it take for you?

sixones commented 15 years ago

A minute at most, im noticing that the javascript is heavily cached in IE. So the latest changes might not be coming through

sixones commented 15 years ago

i've fixed an issue that was stopping the forms from being submitted in IE. After you update try clearing the browsers cache, after I did things started working.

sixones commented 15 years ago

Found the issue, the series search didnt use the BASE_URL var so the request wasnt routed correctly. Ive pushed the fix, it should all be working now! The series search still seems very slow in IE though.

ros485 commented 15 years ago

Something changed, i now get a list of shows, i will keep testing. thanks for your quick assistance..

sixones commented 15 years ago

no worries! thanks for reporting, let me know how it goes!

ros485 commented 15 years ago

Ok maybe a stupid question, but how doe one add the the tvshow? - i get the list of shows but i cannot select any..

sixones commented 15 years ago

Im just adding mouse events for that now, you need to use the up + down arrows and then return to select an entry.