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

listSymbols() throws error - Error: All nested columns must have the same number of elements. #7

Open
dkincaid opened this issue Dec 17, 2020 · 0 comments

Comments

@dkincaid
Copy link

Describe the bug
Call to listSymbols() returns error Error: All nested columns must have the same number of elements.

Expected behavior
A tibble with the list of symbols is returned

Error details

> rlang::last_error()
<error/rlang_error>
All nested columns must have the same number of elements.
Backtrace:
  1. iexcloudR::listSymbols()
  2. tibble::as_tibble(do.call(rbind, res$content))
 10. tidyr::unnest_legacy(.)
Run `rlang::last_trace()` to see the full context.
> rlang::last_trace()
<error/rlang_error>
All nested columns must have the same number of elements.
Backtrace:
     █
  1. └─iexcloudR::listSymbols()
  2.   └─tibble::as_tibble(do.call(rbind, res$content)) %>% tidyr::unnest_legacy()
  3.     ├─base::withVisible(eval(quote(`_fseq`(`_lhs`)), env, env))
  4.     └─base::eval(quote(`_fseq`(`_lhs`)), env, env)
  5.       └─base::eval(quote(`_fseq`(`_lhs`)), env, env)
  6.         └─iexcloudR:::`_fseq`(`_lhs`)
  7.           └─magrittr::freduce(value, `_function_list`)
  8.             ├─base::withVisible(function_list[[k]](value))
  9.             └─function_list[[k]](value)
 10.               ├─tidyr::unnest_legacy(.)
 11.               └─tidyr:::unnest_legacy.data.frame(.)

Desktop (please complete the following information):

  • OS: Ubuntu 20.10
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