Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api requests from heroku #22

Open
Tybosis opened this issue Mar 26, 2015 · 0 comments
Open

api requests from heroku #22

Tybosis opened this issue Mar 26, 2015 · 0 comments

Comments

@Tybosis
Copy link

Tybosis commented Mar 26, 2015

Hello! I really appreciate the hard work put into this gem! But, I'm having some issues using this gem on a new project. The api requests work perfectly from my local machine, but when I try to use my site up on Heroku it will only connect sporadically.

I open up my connection to tvdb like it says in the readme

tvdb = TvdbParty::Search.new("MY_KEY")

and then I use this to allow a user to search by filling in a search box

results = tvdb.search(params[:Search]

Then, I use what they searched for to return the right results

show = tvdb.get_series_by_id(params[:series_id])

Am I doing something wrong? Is this a know issue with Heroku?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant