KChadwick96 / rFactor-2-Overlay

Using Angular 7 to interact with an rFactor 2 REST API
MIT License
13 stars 3 forks source link

Watch Service doesn't load anything #25

Closed jeroenvanwissen closed 5 years ago

jeroenvanwissen commented 5 years ago

private BASE_URL = 'http://localhost:5397/rest/watch';

What should be running on that port? If it's a webserver, what should be running on /rest ?

KChadwick96 commented 5 years ago

That is something provided separately by Studio397. You'll have to see if you can get it off one of the devs since I've been told not to distribute it (maybe try their Discord server).

It runs a REST API on port 5397 that lets you query your game for current standings of the race + session information.

jeroenvanwissen commented 5 years ago

And where is the webdev folder located in the rFactor 2 folder? Should I just create one in the root ?

On Tue, Jan 22, 2019 at 12:49 PM Kieran Chadwick notifications@github.com wrote:

That is something provided separately by Studio397. You'll have to see if you can get it off one of the devs since I've been told not to distribute it (maybe try their Discord server).

It runs a REST API on port 5397 that lets you query your game for current standings of the race + session information.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/KChadwick96/rFactor-2-Overlay/issues/25#issuecomment-456372149, or mute the thread https://github.com/notifications/unsubscribe-auth/AS7Lp8QuFQffVS57RhIjGh9O-lokJz6bks5vFvrXgaJpZM4aMfeh .

jeroenvanwissen commented 5 years ago

@KChadwick96 where should I put the compiled files ? Searched through the rF2 folder structure and can't find any webdev folder

KChadwick96 commented 5 years ago

Yes you would manually create the webdev folder and put the compiled files in there. This webdev folder would then be served the plugin provided by Studio397

jeroenvanwissen commented 5 years ago

@KChadwick96 created the webdev folder in my rFactor2 folder but it doesn't work.

created this and copied files there c:/Program Files/Steam/.../steamapps/common/rFactor 2/webdev

Maybe I'm not using the correct plugin provided by Studio397, which one is it exactly?

KChadwick96 commented 5 years ago

That is something provided separately by Studio397. You'll have to see if you can get it off one of the devs since I've been told not to distribute it (maybe try their Discord server).

rprediger commented 5 years ago

That is something provided separately by Studio397. You'll have to see if you can get it off one of the devs since I've been told not to distribute it (maybe try their Discord server).

Hello, So it's not possible to install?