pepzwee / node-csgo-web-tradebot

Web based CS:GO trade bot. Similar to CSGOSell.
MIT License
147 stars 59 forks source link

Steam login #156

Closed Eichwald closed 4 years ago

Eichwald commented 6 years ago

First of all. Very nice API!

But when i press the steam login button it redirects me to a not found page and give this error message "The requested URL /auth/steam was not found on this server." And i have entered my SteamApiKey in the config file.

I have also entered the steamapiskey, but have not yet payed for the inventory and items list, but as far as i understand this has nothing to do with the steam login

Any suggestions?

iDefineHD commented 6 years ago

How are you running the script. Seems like you are using an apache web server and not running using npm.

iDefineHD commented 6 years ago

If you are not following it... https://steamapis.com/projects/node-csgo-web-tradebot/

Eichwald commented 6 years ago

I was following that exact tutorial

And i got it on a droplet from digitalocean

iDefineHD commented 6 years ago

Is the config correct in that case. The callback url.

pepzwee commented 6 years ago

Express.js, which this script uses does not return The requested URL <URL> was not found on this server. messages. Instead it returns them in this manner Cannot GET <URL>.

NGINX returns just a 404 page. Apache returns a Not found error like this.

Conclusion: Stop Apache.

iDefineHD commented 6 years ago

No. That is dns. Your main config. Pastebin it. Without the keys ofcourse.

Eichwald commented 6 years ago

https://pastebin.com/H9ZrZ2rz

Eichwald commented 6 years ago

Failed to issue method call: Unit apache2.service not loaded.

Gets this message when i call this "sudo systemctl stop apache2"

iDefineHD commented 6 years ago

Try and stop the httpd service

Eichwald commented 6 years ago

Getting "httpd: unrecognized service" when doing service httpd stop Tried both on root and in project folder

pepzwee commented 6 years ago

What's your operating system

Eichwald commented 6 years ago

Im running windows but the droplet from digital ocean is Ubuntu 14.04.5 x64

access with putty

iDefineHD commented 4 years ago

I can only assume this has been fixed, or you have abandoned the problems you had with mis configuration, as no activity has been seen in over 18 months, I shall now close this issue.