viktorgullmark / exilence-next

Desktop application that helps you summarize your wealth in Path of Exile
648 stars 125 forks source link

404 on prices when trying to make snapshot on linux #853

Open ginokok1996 opened 1 year ago

ginokok1996 commented 1 year ago

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)

jarjarbinkslul commented 1 year ago

Update manually to 1.2.1, the error was fixed for me

ginokok1996 commented 1 year ago

Will try thanks @jarjarbinkslul

ginokok1996 commented 1 year ago

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..

ginokok1996 commented 1 year ago

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.

johnramsden commented 1 year ago

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

ginokok1996 commented 1 year ago

@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.

infinityinc commented 1 year ago

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?