Questions tagged [status-message]
8 questions
15
votes
2 answers
Echo status message in php geonames timezone
I'm using following code php to get timezone:
$url = 'http://api.geonames.org/timezone?lat=' . $latitude . '&lng=' . $longitude . '&username=demo';
$xml = simplexml_load_file($url);
foreach($xml->children() as $timezone)
…

grigione
- 697
- 2
- 11
- 37
5
votes
1 answer
Catalyst::Plugin::StatusMessage across multiple 'app' servers
So I'm using Catalyst::Plugin::StatusMessage in my Catalyst app. The only issue is that right now I have a load balancer with two app servers behind it, both running catalyst. Because of this, if a status message is set on one app server, and then…

srchulo
- 5,143
- 4
- 43
- 72
4
votes
9 answers
How best to pass a message for the user between pages
So the chain of events is:
The user submits a form.
During the processing of the submission, there is a message generated, such as "Your record was saved."
The user is redirected to a new page, say the search results.
The new page needs to display…

Darryl Hein
- 142,451
- 95
- 218
- 261
2
votes
5 answers
How can I programmatically set the status message for Live Messenger?
I want to be able to change the status message for Live Messenger, but everything I've found only works for the music message (see this screenshot to see the difference between the two).
It is possible to do this, as there are programs that have the…

Chris Charabaruk
- 4,367
- 2
- 30
- 57
1
vote
1 answer
Get status message from Response Headers under status code field
I am using AFNetwoking, AFHTTPClient object to hit a REST API with verb PUT.
What I get in response is: status 500 along with the custom status message in response header field s in status code field.
Response header field:
Status Code: 500…

User
- 11
- 4
0
votes
2 answers
Can't access res.statusMessage in Javascript async/await try/catch client code to read exception thrown from express backend
Chrome can read the message provided by the server (No project found for 70100) but when I console.log(err.message) I just get Request failed with status code 400
Client code:
const doFetch = async () => {
try {
const {data} =…

shaz
- 2,317
- 4
- 27
- 37
0
votes
1 answer
Status message thingworx
I create a ThingWorx Project,i use a message box,When a status message appears, it waits 7 seconds and then disappears, if during this time a new message come, status box shows new message and old message together.i want that,it always shows only…

Haleh
- 1
- 2
0
votes
1 answer
How to get status update in NCBI standalone BLAST?
For example, I am running standalone Blast+ for thousands of EST sequences with remote (NCBI) server. I am not getting any status message like 15 of 100 sequence is running. Is it possible to get any status message like that? or any other way to…

ramesh
- 1,187
- 7
- 19
- 42