-
Notifications
You must be signed in to change notification settings - Fork 24
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
[BUG]: Error in as.POSIXct.numeric(ret) : 'origin' must be supplied #103
Comments
Unable to reproduce |
For me this error was because I was hitting my allowance. The Sys.sleep function (see below) is a good way to prevent the allowance issue without causing issues for OpenGWAS by messing with check_reset. https://stat.ethz.ch/R-manual/R-devel/library/base/html/Sys.sleep.html |
I have this problem too. |
I have this problem too +1 |
I also encountered this error. Traceback revealed: I solved this by upgrading my OpenGWAS API account from "Trial" to "Standard" (free) and restarting R. Cheers! |
Thanks!!!! |
Me too, it really works
获取 Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
发件人: Delia778 ***@***.***>
发送时间: Thursday, January 30, 2025 12:31:07 AM
收件人: MRCIEU/ieugwasr ***@***.***>
抄送: Misaka-15134 ***@***.***>; Comment ***@***.***>
主题: Re: [MRCIEU/ieugwasr] [BUG]: Error in as.POSIXct.numeric(ret) : 'origin' must be supplied (Issue #103)
I also encountered this error.
Traceback revealed: warning("You have used up your OpenGWAS allowance. Your allowance will reset at ", as.POSIXct(ret), ". See https://api.opengwas.io/api/#allowance for more details.")
I solved this by upgrading my OpenGWAS API account from "Trial" to "Standard" (free) and restarting R.
Cheers!
Thanks!!!!
―
Reply to this email directly, view it on GitHub<#103 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A6YB4Q2CBW6UXZAVRKUQUUD2ND64XAVCNFSM6AAAAABMDXXVEGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRSGEZTCNRTGY>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Please make sure that this is a bug! If you have questions about how to use TwoSampleMR please use the Discussions function instead.
Describe the bug (required)
Trying to extract_outcome_data from one dataset, here is the error:
Extracting data for 515 SNP(s) from 1 GWAS(s)
Error in as.POSIXct.numeric(options()$ieugwasr_reset) :
'origin' must be supplied
Provide a clear and concise description of what the bug is.
Not sure. I have re-installed ieugwasr and TwoSampleMR and manually set ieugwasr data-time option
Describe the current behaviour you observe (required)
Include code blocks with any error messages
Describe the behaviour you expect (required)
R code to reproduce the issue (required)
Please provide a minimal code snippet that will reproduce this issue
Contribute a solution (optional)
Please submit a pull request and/or briefly describe your proposed solution
System information
Please provide details of your operating system and R version
macOS cataline, R version 4.2.0
Additional context
Add any other context about the problem here
The text was updated successfully, but these errors were encountered: