viktorgullmark / exilence-next

Desktop application that helps you summarize your wealth in Path of Exile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

404 on prices when trying to make snapshot on linux

ginokok1996 opened this issue · comments

When starting the application i get a 404 error message stating the prices cant be retrieved.
I'm on Linux.

I'm currently running version 1.1.8.

Screenshot from 2022-09-20 17-53-44

(please ignore the weird label text.. i assume this is another bug on linux)

Update manually to 1.2.1, the error was fixed for me

Will try thanks @jarjarbinkslul

are you on linux @jarjarbinkslul?
i cloned the repo and switched to the 1.2.1 tag and did a build.
But the only changes in the 1.2.1 branch is to the .exe files.
So i still got 1.2.0 after building..

Decided to just alter the code myself to fix it on my end.

Still would be good to make sure the files are altered in the 1.2.1 tag so that other linux users can fix this without altering the code.

commented

@ginokok1996 what did you put in the configuration to make your build work?

@johnramsden replicated fixes that were stated in the 1.2.1 version.

In the file: ExilenceNextApp/src/services/poe-ninja.service.ts

i removed Prophecy and Watchstone from the getItemCategories function.
Worked after a rebuild.

Decided to just alter the code myself to fix it on my end.

Still would be good to make sure the files are altered in the 1.2.1 tag so that other linux users can fix this without altering the code.

I cannot for the life of me find this file or similar on Windows 10? Anyone help me out?