Vsevolod Romashov

Results 17 comments of Vsevolod Romashov

Пока такой возможности нет, это архитектурный косяк. Подумаю, как это исправить.

Если токен приходит "извне" (т.е. не через `VkontakteApi.authorize`), то можно перед каждым вызовом метода API делать `VkontakteApi.configure` с нужными настройками - коряво, но должно работать.

Новостей нет, выполнять `configure` и `authorize` можно. Только, наверно, не перед каждым запросом, а при переключении между App Id.

Скорее всего, проблема в [этой строчке](https://github.com/7even/vkontakte_api/blob/d6ce434cad35f3d548cbf72f2403294fdd3bf608/lib/vkontakte_api/authorization.rb#L65). Как временный костыль, можно попробовать сделать `VkontakteApi.instance_variable_set(:@client, nil)` перед вызовом `VkontakteApi.configure`.

I would check [Docker memory limits](https://docs.docker.com/config/containers/resource_constraints/#memory) as well, they might be lower than 8gb. `docker stats` shows both the current memory usage and the limit.

> Which is this [endless-sky/endless-sky@16e7a80](https://github.com/endless-sky/endless-sky/commit/16e7a8060a9414a992def0c6c20958ef7ed91848). First version to be included in is `v0.9.13`, which is dated `Apr 17, 2021`. The problem now reproduces on my machine, and since I've added...

Hi. Thank you for helping to debug the issue. I also found the problem with that `"hit-force"135` without a space inside `remnant outfits.txt`. It was already fixed in the game...