Giter Site home page Giter Site logo

vcase's People

Contributors

vgoskins avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vcase's Issues

Configuration undefined.

I'm trying to start the site but I get this error:

AssertionError [ERR_ASSERTION]: Configuration undefined does not exist, NODE_ENV must be one of production,development,qa

I can't find NODE_ENV in config.js where to add it or where it is.

VGO api url

Hello,
Your api url in the default env variable is wrong, any request returns html response
Please, answer to me I really want to do your vCase site.

Malicious Path

if I want to Signin through Steam and press Log in it says Malicious Path.

I wrote :
NODE_ENV=production STEAM_API_KEY="STEAM API KEY" BASE_URL="http://Serverip" SESSION_KEY="SOME_RANDOM_KEY" PORT=80 VGO_URL="https://api-trade.opskins.com" VGO_API_KEY="SOME_API_KEY" AFFILIATE_ADDRESS="0x939826f5acff002bf6b898fb8151cac83b2401" npm run server

Eth Withdraw problems

Hello,

Whenever cases get opened on my site the affiliate doesn't get withdrawed to my ether wallet. I have my wallet at blockchain.com and it's working fine, I double checked the Etheraddress I put when I start the server but it just doesn't give me the 5% affiliates. What am I doing wrong?

Thank you.

Editing the Default Site

Hello,
I have set-up my site using this repo, and it works fully. However, I now wish to change the default site template to use my design. I am struggling to find the files that correspond to the client side of the site.

Any help with this issue is appreciated.

Changing text does not refresh

When I tried to refresh text on the vcase site and upload the files, restarted the server and looked again I saw nothing had changed. Could someone help me and probably others?

npm start failed !

[email protected] dev /home/pipeline/0f5d1485-60f0-412e-8b4f-813fcb0669fa
NODE_ENV=development npm start

[email protected] start /home/pipeline/0f5d1485-60f0-412e-8b4f-813fcb0669fa
concurrently "npm run server" "npm run client" "npm run vgo-mock"

/home/pipeline/0f5d1485-60f0-412e-8b4f-813fcb0669fa/node_modules/concurrently/src/main.js:4
const Rx = require('rx');
^^^^^
SyntaxError: Use of const in strict mode.
at Module._compile (module.js:439:25)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:935:3

npm ERR! Linux 4.4.0-127-generic
npm ERR! argv "node" "/home/pipeline/.npm-global/bin/npm" "start"
npm ERR! node v0.10.40
npm ERR! npm v2.1.1
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: concurrently "npm run server" "npm run client" "npm run vgo-mock"
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is most likely a problem with the VCase package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! concurrently "npm run server" "npm run client" "npm run vgo-mock"
npm ERR! You can get their info via:
npm ERR! npm owner ls VCase
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /home/pipeline/0f5d1485-60f0-412e-8b4f-813fcb0669fa/npm-debug.log

npm ERR! Linux 4.4.0-127-generic
npm ERR! argv "node" "/home/pipeline/.npm-global/bin/npm" "run" "dev"
npm ERR! node v0.10.40
npm ERR! npm v2.1.1
npm ERR! code ELIFECYCLE
npm ERR! [email protected] dev: NODE_ENV=development npm start
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] dev script.
npm ERR! This is most likely a problem with the VCase package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! NODE_ENV=development npm start
npm ERR! You can get their info via:
npm ERR! npm owner ls VCase
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /home/pipeline/0f5d1485-60f0-412e-8b4f-813fcb0669fa/npm-debug.log

Finished: FAILED

not found 404

Hello i installed the server and i did run the server with the

$ NODE_ENV=production STEAM_API_KEY="STEAM API KEY" BASE_URL="http://vcase.gg" SESSION_KEY="SOME_RANDOM_KEY" PORT=3001 VGO_URL="https://api-trade.opskins.com" VGO_API_KEY="SOME_API_KEY" AFFILIATE_ADDRESS="0x939826f5acff002bf6b898fb8151cac83b2401" npm run server

Using my config, But I'm getting this
image

Help me please?

Mock API Issues

I'm running the mock API to test my custom built case opening site. When sending out /ICaseSite/SendKeyRequest/v1 and then polling the offer with /ICaseSite/GetTradeStatus/v1 It seems to be broken. It switches back and forth between status 2 & 9 over and over infinitely.

Steam Login proxy error

Hello. Soo i wanted to test this site out on my localhost. Site came up and once i clicked on steam login this error message came up:
Proxy error: Could not proxy request /auth from localhost:3000 to http://localhost:3001/.
[1] [HPM] Error occurred while trying to proxy request /auth from localhost:3000 to http://localhost:3001/ (ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors)
i downloaded the whole project and did npm to all package folders. and then run the project by npm start.
Im testing it on windows 10 using node 8.11.03 and npm. Im glad if you guys could help me out!!!

NGINX Config for the site?

Hi, any Tutorial how the NGINX Config must look like to reach the site.

When i refer the domain to the main folder, i get 403 with index.php and something

"Not Found"

Hello!
I created a production bilt. When trying to open a site on the desired port, there is a 404 error with the output "Not Found".

I'm running the server on port 3001 (default). I use http protocol on the site.

Only works when Putty open

I succesfully setup the vcase site and ran the server command, but the site only works as long as the putty window is open. If I close the putty window the site stops working. Is there a way to make the site work 24/7?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.