Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No response when inspecting link. #96

Closed
checklx opened this issue Jul 30, 2021 · 4 comments
Closed

No response when inspecting link. #96

checklx opened this issue Jul 30, 2021 · 4 comments

Comments

@checklx
Copy link

checklx commented Jul 30, 2021

I still get a response when get http://127.0.0.1/stats

{"bots_online":1,"bots_total":1,"queue_size":0,"queue_concurrency":1}

But when I get or post:
http://127.0.0.1/?url=steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20M625254122282020305A6760346663D30614827701953021

The status is as shown in the picture, the status is always "Sending request"
image

Console log
image

@JesseBusman
Copy link

Same problem

@JesseBusman
Copy link

In my case it got stuck on:

const itemData = await postgres.getItemData(job.getRemainingLinks().map(e => e.link));

@Step7750
Copy link
Member

Step7750 commented Aug 1, 2021

You need to configure a postgresql instance and set it here: https://github.com/csgofloat/CSGOFloat-Inspect/blob/master/config.example.js#L60

Feel free to re-open if you still have issues.

@Step7750 Step7750 closed this as completed Aug 1, 2021
@checklx
Copy link
Author

checklx commented Aug 1, 2021

@JesseBusman @Step7750
I solved it, the problem was in the pq version not compatible with Nodejs.
brianc/node-postgres#2180

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

No branches or pull requests

3 participants