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

Pricing Data Not Returned When Hosting NODE JS service #38

Open
adamryman90 opened this issue Oct 4, 2022 · 2 comments
Open

Pricing Data Not Returned When Hosting NODE JS service #38

adamryman90 opened this issue Oct 4, 2022 · 2 comments

Comments

@adamryman90
Copy link

Hello,

I have a NODEJS restful api web service that I have built in order to call this nodejs library from my custom application. When serving up the web service locally using LocalHost, the nodeJS service works great and brings back all the resellPrices as expected. However, when I deploy NODEJS restful api online for consumption, I get strange results. For example when deploying to AWS, I get no resellPricing at all. And then when deploying to Render, I get flightClub prices but no prices for stockX. As mentioned when running it via LocalHost, all resellPrices are brought back.

Does anyone have any idea why I might be having issues with the deployed hosted version where the Local Version works fine?

@anwarulislam
Copy link

anwarulislam commented Oct 4, 2022

Facing the same issue. Only price data not getting attached to the response when I host the application. In localhost, it's working fine

@rpxs
Copy link

rpxs commented Dec 3, 2022

I'm almost certain that this is due to bot protection. If you use a proxy on your server, it might eliminate this issue. Bot protection on these services probably filters the ISPs that your servers are hosted on. While this library is unmaintained, I'm sure a workaround is available if you use a proxy.

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

3 participants