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

Windows testing #47

Open
stev-0 opened this issue May 1, 2015 · 1 comment
Open

Windows testing #47

stev-0 opened this issue May 1, 2015 · 1 comment

Comments

@stev-0
Copy link

stev-0 commented May 1, 2015

Has this been tested on windows at all?

When requesting projupdates with the file projupdates_get.json, in the logs I get:

Request GET /projupdates
==> C:/MyWindowsPath//projupdates_get.json

on Windows (fails with 500 Internal Server Error)

and

Request GET /projupdates
==> /MyLinuxPath//projupdates_get.json

on Linux (does work)

Note the double forward slash appears in both.

The forward/back slashe formatting on Windows also appears to be incorrect by default.

@stev-0
Copy link
Author

stev-0 commented May 1, 2015

I found everything working after I disabled

// this.startProxy(); and changed the mock address to the listen address, rather than the listen address + 1.

I'm not totally sure what the difference between:
startMock();
and .startProxy(); is.

Apologies for spamming the issues list, but it did work without doing that on Linux - looks like I have majorly hacked things to get it to work.

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

1 participant