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

Timeout Error #7

Closed
Guceri opened this issue Jan 29, 2019 · 4 comments
Closed

Timeout Error #7

Guceri opened this issue Jan 29, 2019 · 4 comments

Comments

@Guceri
Copy link

Guceri commented Jan 29, 2019

Hi,
I am running a simple shiny app and I periodically get a timeout error every once in a while (average 1 per day). I make about 3-10 api calls every 5 seconds, so it clearly isn't often, but it only needs to happen once to kill the app from running. Is there a timeout value that can be increases on any one of the api requests (or maybe a trycatch could work some how)? I noticed that the httr package has an option to create the timeout value, but I am not too sure if you are using that for this package or not. Eitherway, let me know!

@DheerajAgarwal
Copy link
Owner

@Guceri Do you know specifically which functions may be causing the issue? Reading the httr documentation, I can't see the default time out setting so I will set it to 5 seconds as a starting point and let you know once ready. You may have to install the package from github to test it out. Coinbase pro also throttles the request but given your frequency I do not suspect it to be an issue.

@Guceri
Copy link
Author

Guceri commented Jan 29, 2019 via email

@Guceri
Copy link
Author

Guceri commented Jan 30, 2019 via email

@DheerajAgarwal
Copy link
Owner

This issue was not reproducible. The package is undergoing major changes with respect to its endpoint connectivity. Please test this issue once the new stable version is released or on the current dev version.

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

No branches or pull requests

2 participants