Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Server replied #576

Open
DeksterSteinhart opened this issue May 3, 2022 · 17 comments
Open

Server replied #576

DeksterSteinhart opened this issue May 3, 2022 · 17 comments

Comments

@DeksterSteinhart
Copy link

leagues API returned malformed data :Error transferring http://api.pathofexile.com/leagues?tipe=main&compact-1 - server replied: Forbidden

@aiolos01
Copy link

aiolos01 commented May 3, 2022

Since yesterday I'm getting the same error. I hope this can be fixed since I still rely on acquisition for my trades.

@ConteZZero
Copy link

Me too!!!

@SkyNet7k
Copy link

SkyNet7k commented May 4, 2022

Yeah same for me

@aiolos01
Copy link

aiolos01 commented May 5, 2022

I'm assuming the server isn't accepting http connections any more.

@humanCodesThings
Copy link

Looks like the league check has to be secure now in logindialog.cpp

const char* POE_LEAGUE_LIST_URL = "http://api.pathofexile.com/leagues?type=main&compact=1";

Needs to be https. Anyone with C++ dev env want to fix?

@testpushpleaseignore
Copy link

Should have this working in my fork of this project, seems to be something with Cloudflare blocking http requests without a user-agent defined in the http request header.

https://github.com/testpushpleaseignore/acquisition/releases/tag/0.8e

@livejamie
Copy link

Can confirm @testpushpleaseignore 's fix works perfectly. Maybe this is a path of building community situation where we can switch to your version. Have you added other cool features?

@MotikaParva
Copy link

I am wondering why is that new package 82MB and the old one is 55MB. Does anyone know if the changes merit such increase in size? Dont know how to compare myself...

@testpushpleaseignore
Copy link

@MotikaParva unfortunately I am not sure how to recreate the installer that @xyzz put in their releases, so I've been using QT's installer scripts. I wouldn't be surprised if QT bloats the installer a bit more than what xyzz used, but if anyone here knows how to recreate their installer, then I would be glad to try to create a new release with that better installer.

@testpushpleaseignore
Copy link

Can confirm @testpushpleaseignore 's fix works perfectly. Maybe this is a path of building community situation where we can switch to your version. Have you added other cool features?

Yeah I've added the following features to my fork:

  • Added "Corrupted" filter
  • Updated "Influenced" filter (Was called "Shaper/Elder" filter, but didn't also catch the 4 conquerors' influences)
    • also realized that I would need to include other influences to the program in the future
  • Replaced influence letter (e.g. E for Elder) with icons
  • Jewels socketed on characters' passive tree now show up
  • tab color highlighting
  • ability to name search tabs
  • confirmation box before closing the program

Might be some other features that I forgot about, but could keep working on my fork for more features if there was interest in my fork

@DeksterSteinhart
Copy link
Author

Should have this working in my fork of this project, seems to be something with Cloudflare blocking http requests without a user-agent defined in the http request header.

https://github.com/testpushpleaseignore/acquisition/releases/tag/0.8e

ERROR 2022-05-06T20:00:31.880 Can't update shop -- cannot extract CSRF token from the page. Check if thread ID is valid. If you're using Steam to login make sure you use the same login method (steam or login/password) in Acquisition, Path of Exile website and Path of Exile game client. For example, if you created a shop thread while using Steam to log into the website and then logged into Acquisition with login/password it will not work. In this case you should either recreate your shop thread or use a correct login method in Acquisition.
i can't use steam and l/p method, only session ID, and make new shop for testing. Anyway have error

@aiolos01
Copy link

aiolos01 commented May 7, 2022

And now it's working again.
Regardless of that I'd be interested in a fork that is actually maintained to avoid such issues in the future (and get some extra features too). My question is, if I uninstall xyzz's version and install yours do I lose all the prices I have set? Can I backup the database and import it into yours?

@SkyNet7k
Copy link

SkyNet7k commented May 7, 2022

Good afternoon guys, I notice that they stop giving errors but the items that I publish from the app do not appear in the poe store, what will it be?

@MotikaParva
Copy link

I am having a similar issue... My items list as 1 random item per tab. I tried listing as a whole tab and also as all items in a tab same result. If I list multiple tabs at the same price it lists one item from each tab at that price. This seems just crazy to me. If anyone has encountered similar issue any help or tips would be highly appreciated.

@ConteZZero
Copy link

ConteZZero commented May 9, 2022

Now it's working again: no issue and items are correctly published in my store. Anyway, I'm quite interested in testpushpleaseignore fork: is there a way to install both of them (in different dirs, of course) and copy the databasase from one to the other, just to not copy/paste each item's price?

@livejamie
Copy link

I really like the color coding in testpush's version

@aiolos01
Copy link

If anyone is interested in a fork that is still being developed you can install testpush's version over xyzz's and the prices you have set will be retained.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants