-
Notifications
You must be signed in to change notification settings - Fork 67
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
OJ JSON Parsing Error #17
Comments
@targence попробуй удалить "мусор" через нормализацию utf lostisland/faraday_middleware#57 |
с невидимыми символами, от которых Oj так же падает, поступает по-разному … чаще всего превращаются в кучи пробелов, которые gsub ом удалются |
Дело было совсем не в невидимых символах, а в сериализации, которую по умолчанию делает Oj при генерации JSON - соответственно, при парсинге происходит десериализация. Последовательность Починилось в 7even/faraday_middleware-parse_oj@9048330. Достаточно обновить |
@7even Спасибо огромное! =) |
Проблема с парсингом JSON, когда встречаются подобные названия в группах - ^it is MerRiLy^
Вот список gid таких групп
27590266
27590308
30731395
40720500
25636833
21162495
6424028
5264005
27593445
https://api.vk.com/method/groups.getById?gids=27590308&fields=members_count
Через гем
@vk.groups.getById(gid: 27590308)
The text was updated successfully, but these errors were encountered: