Maxim Harder
Maxim Harder
same issue
> Instead of moving the AlternativeName model above Place and making the reference a concrete one, what happens if you simply change the lazy reference to `cities.AlternativeName`? > > ```diff...
it says that you interrupted the work of your app with stop in pycharm or ctrl+c
Same problem game version 2.01 cet version 1.27.1 Temporary solved with replacing `tweakdb.bin` in r6\cache\modded with file from r6\cache\
Same issue here ``` node:internal/fs/utils:344 throw err; ^ Error: EACCES: permission denied, unlink '/home/$USER/.lando/cache/_.tasks.cache' at Object.unlinkSync (node:fs:1722:3) at Object. (/snapshot/cli/bin/lando.js) at Module._compile (pkg/prelude/bootstrap.js:1887:22) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10) at Module.load (node:internal/modules/cjs/loader:981:32) at...
I was able to fix it with a fresh install of Ubuntu. The problem was that the permissions settings were wrong and that docker was being used with other applications....
@morovinger > Also watch out for cyrillic in folder names thank you for this tip. it solved my issue
Версия API обновилась. Меняем https://github.com/Ulbwaa/KinoPoiskAPI/blob/3a8a081489b818b918cfffbe4435d5f27ed1de2f/kinopoisk_api.py#L63 и https://github.com/Ulbwaa/KinoPoiskAPI/blob/3a8a081489b818b918cfffbe4435d5f27ed1de2f/kinopoisk_api.py#L64 на ```python3 self.api_url = "kinopoiskapiunofficial.tech" ``` Перед https://github.com/Ulbwaa/KinoPoiskAPI/blob/3a8a081489b818b918cfffbe4435d5f27ed1de2f/kinopoisk_api.py#L69 добавляем ```python3 def get_api_url(self, api_version='2.2'): return f'https://{self.api_url}/api/v{api_version}/' ``` В строке https://github.com/Ulbwaa/KinoPoiskAPI/blob/3a8a081489b818b918cfffbe4435d5f27ed1de2f/kinopoisk_api.py#L92 меняем `self.API` на `self.get_api_url()`...
У меня нет 15ой версии... Настройки были сохранены? нужно проставить все настраиваемые поля
Решено с обновлением #16