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

Traffic Notifications #16

Open
arvinth10 opened this issue Feb 27, 2018 · 5 comments
Open

Traffic Notifications #16

arvinth10 opened this issue Feb 27, 2018 · 5 comments
Assignees
Labels

Comments

@arvinth10
Copy link

I can not seem to get the traffic notifications. Not sure if I am doing something wrong. Thanks

@Nimrod007
Copy link
Owner

please send api snippet / request response or upload code snippet for the failing step.

@arvinth10
Copy link
Author

arvinth10 commented Feb 28, 2018

Using node.js and this code snippet I get blank alerts and jams :

const request = require('request')
request.get('http://localhost:8080/waze/traffic-notifications?latBottom=43&latTop=44&lonLeft=-80&lonRight=-79', function(err, res, body){
console.log("start");
if(err){
console.log(err);
}else{
console.log(body);
}
})

@arvinth10
Copy link
Author

I tried more specific coordinates and ensured there is a traffic jam there. But I still get blank alerts and jams.

@Fa5g
Copy link

Fa5g commented Mar 3, 2018

In my country the rtserver/georss from waze doesn't work anymore, it was disabled.
Check this: "the rtserver json feed seems to be down ..."

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

No branches or pull requests

3 participants