Alex Eduardo Chiaranda

Results 3 comments of Alex Eduardo Chiaranda

this is an easy fix, go to pathfinder directory, find the file `./vendor/exodus4d/pathfinder_esi/app/Config/Ccp/Esi/Config.php` on line 41 where it reads `'GET' => '/v4/characters/{x}/',` change it to `'GET' => '/v5/characters/{x}/',` should be...

I was able to install into Python 3.4 venv, my problem was executing it. If i remember correctly the problem was related to character encoding when converting to bytes in...