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

Нашел еще баги в Likes.GetList() и Stars.GetByGroup() #198

Closed
Mereng opened this issue Feb 16, 2016 · 3 comments
Closed

Нашел еще баги в Likes.GetList() и Stars.GetByGroup() #198

Mereng opened this issue Feb 16, 2016 · 3 comments
Labels
Ошибка В существующем функционале есть проблема

Comments

@Mereng
Copy link

Mereng commented Feb 16, 2016

var p = new VkNet.Model.RequestParams.LikesGetListParams();
p.OwnerId = -79867008;
p.ItemId = 425;
p.Type = VkNet.Enums.SafetyEnums.LikeObjectType.Post;
lol.Likes.GetList(p);

Ловим System.ArgumentException Can not convert Object to Int64
Со статисткой та же беда. Подозреваю, что могут быть еще где-то, пока тестил только то, что мне нужно

@Mereng Mereng changed the title Нашел еще баги, в Likes.GetList() и Stars.GetByGroup() Нашел еще баги в Likes.GetList() и Stars.GetByGroup() Feb 16, 2016
@inyutin-maxim
Copy link
Member

@Mereng Спасибо, Я в перспективе собираюсь переписать тесты для всех реализованных методов с помощью чего смогу отловить большую часть скрытых багов, а ваш баг постараюсь поправить в ближайшее время

@Mereng
Copy link
Author

Mereng commented Feb 17, 2016

@inyutin-maxim Спасибо, буду ждать.

@inyutin-maxim inyutin-maxim added the Ошибка В существующем функционале есть проблема label Feb 17, 2016
@inyutin-maxim
Copy link
Member

@Mereng Исправлено

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ошибка В существующем функционале есть проблема
Projects
None yet
Development

No branches or pull requests

2 participants