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

Ошибка в vkGetUserGroups #32

Open
Axeler8 opened this issue Feb 17, 2021 · 0 comments
Open

Ошибка в vkGetUserGroups #32

Axeler8 opened this issue Feb 17, 2021 · 0 comments

Comments

@Axeler8
Copy link

Axeler8 commented Feb 17, 2021

При запросе групп

my_vk_community <- vkGetUserGroups(user_id = myToken$user_id,
                                   access_token = myToken$access_token)

вылетает след. ошибка:

Error: Assigned data as.POSIXct(as.integer(result$start_date), origin = "1970-01-01") must be compatible with existing data.
x Existing data has 1 row.
x Assigned data has 0 rows.
ℹ Row updates require a list value. Do you need list() or as.list()?
Run rlang::last_error() to see where the error occurred.
In addition: Warning message:
Unknown or uninitialised column: start_date.

при этом функции vkGetGroupStat, vkGetGroupStatAge, и прочие работают корректно.

версия пакета - rvkstat version 3.0.0

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