Questions tagged [real-time-updates]

279 questions
2
votes
2 answers

How To Make a PHP Script Synchronously Update From Terminal Values

Using a Raspberry Pi I created a script which loads the CPU Temperature of the Pi through an Apache Server onto the Browser.
raspberry
  • 69
  • 1
  • 7
2
votes
1 answer

Racket Real Time Plot/Chart

I'm trying to make a real time chart in racket. I've looked at the Plot and GUI libraries, and it seems like I'm missing something. When calling plot, it returns an image snip% or a number of other picture formats. But I can't seem to find any way…
dg123
  • 33
  • 4
2
votes
0 answers

Facebook Real-Time Updates user notifications subscription

I am trying to configure my Facebook app to subscribe to a user's notifications. I am getting an error: { "error": { "message": "An unknown error occurred", "type": "FacebookApiException", "code": 1, "error_subcode": 1929002, …
Mark Beattie
  • 175
  • 1
  • 13
2
votes
1 answer

Collaborative document/code editing, handling undo and conflicts?

There are many ways of handling undo/redo and conflicts when multiple people are editing documents in realtime. I'm thinking about every k seconds to send the document payload off with a commit message to a DVCS. For the undo/redo problem, maybe…
2
votes
1 answer

RethinkDB: Realtime Changes On Array, return only newly appended

Brief: I'm using RethinkDB's change feeds to watch changes on a specific document (not the entire table). Each record looks like this: { "feedback": [ ], "id": "bd808f27-bf20-4286-b287-e2816f46d434" , "projectID": …
jiveTurkey
  • 689
  • 3
  • 7
  • 17
2
votes
1 answer

Change axis label in real-time on NVD3 chart using angular

I am sure that this answer must be obvious, but I can't seem to find the answer anywhere. I have a chart which I am generating using krispo's angular-nvd3 which displays data in real-time (similar to the real-time example found here). In my…
cirrusio
  • 580
  • 5
  • 28
2
votes
0 answers

openfire(3.9.3) messages not storing in mysql database

i m using xmpp (openfire 3.9.3 ) for real time messaging between mobile applications but m not able to get history so i installed monitoring services plugin and activated its chat and group chat archiving in settings but still m not get any message…
2
votes
2 answers

facebook real times updates

Currently, I am calling the graph api to find out about the "fan page likes". I sleep for 1 second between each call. After around 10,000 calls, I start to experience HTTP 403, which says essentially "Quota Exceeded". So, because of this, I checking…
Behzad Pirvali
  • 764
  • 3
  • 10
  • 28
2
votes
0 answers

Fetching new instagram medias from a realtime update

I don't think that is a bug but rather an issue for me, lemme explain... I have a subscription to the realtime updates for a particular tag. When receiving the POST request from instagram (notifying new medias have arrived), I get the following: [ …
abernier
  • 27,030
  • 20
  • 83
  • 114
2
votes
0 answers

Facebook does not call webhook (real time updates) when a user is invited to an event

I'm subscribing to Facebook real time updates for events. I was expecting Facebook to call the webhook when a user is invited to an event as well as when a user creates a new event. But the webhook is only getting called when a user creates an…
2
votes
1 answer

Best way to notify browser on database updates?

I have been using django for almost 6 months now and it works fine for almost all kind of websites I do. However , recently I stumbled upon an issue when I was doing a website, where a user gets notified about any blog post the other user updates.…
Deepankar Bajpeyi
  • 5,661
  • 11
  • 44
  • 64
2
votes
0 answers

No request parameters received in "local payments" real-time updates callback

I'm implementing the new "local payments", and have subscribed to real-time updates for "actions" on "payments". My callback URL is pinged OK when a payment is made, however it has no request parameters set at all (neither POST nor GET) - it doesn't…
2
votes
1 answer

Facebook Realtime updates don't get pushed

I want to retrieve user's music likes from Facebook. I have subscribed to realtime updates and appropriate permissions are set in the App itself. I am using facebook's UI to set permissions and Realtime updates Set "User & Friend Permissions"…
Manmohan Bishnoi
  • 791
  • 13
  • 37
2
votes
1 answer

Show my realtime position on googlemap with phonegap, working but really slow in updating

Basically I want to set a marker in my position (retrieved with navigator.geolocation) and update his position as I move to make it show my real position. This is my code. var map; var marker; var newLatlng; var i = 0; //here i create a…
2
votes
0 answers

Not able to play recorded audio file

I am recording voice using one tutorial and for recording i am using class AudioRecord as i want to show progressbar with some noise level. I am providing file in which the audio data will be stored. The size of file is being increasing as it gets…
Saurabh
  • 457
  • 2
  • 8
  • 26
1 2
3
18 19