Skip to main content

Questions tagged [message]

For questions regarding Facebook messages, JavaScript messages, mobile messages (Android, iOS, windows-phone), etc. Not for use for error messages. Include additional tags to indicate messaging platform, programming language, etc.

-4 votes
0 answers
12 views

Instagram Bot Direct Messages [closed]

Are there any free libraries for making Instagram Bot. Using library I want to get unread direct messages, user ID. I have tried instabot, instagrapi (has method .direct_pending_inbox(), but it ...
Tim's user avatar
  • 1
0 votes
0 answers
21 views

How to troubleshoot why the count of messageconversion is high for the kafka produce and fetch network requests

I am seeing very high count for kafka_network_requestmetrics_messageconversionstimems_count metrics for both produce and fetch request. Kafka version being used is 3.6.1 log.message.format.version=3.0-...
Priyanka Ghule's user avatar
-2 votes
0 answers
42 views

flutter app not showing messages from firestore, messages are only getting stored

I was following a tutorial from Mitch koko channel on youtube. i created a messaging app. i followed the video exactly. my messages are getting stored in the firestore in the firebase database. but ...
GENIUS LOSER GAMING's user avatar
0 votes
0 answers
51 views

Messaging system in python using socket

I've been working on a fully function Fallout Terminal and so far have incorporated many features, one of which is a chat room to chat between others running the script. I improvised a small chat room ...
TrickyTaco11's user avatar
0 votes
0 answers
12 views

Zookeeper Error - server is not starting upon the using zookeeper-server-start.bat with the required properties file as input

I am trying to execute the following command: zookeeper-server-start.bat ....\config\zookeeper.properties while being inside the kafka\bin\window directory and while running the command I am getting ...
Shashank Tripathi's user avatar
0 votes
1 answer
125 views

Use Twilio in Vue 3 to send message on Whatsapp

i looking the best way to send message on Whatsapp using twilio. so here is my code : twilio.js file import { Twilio } from 'twilio'; const accountSid = process.env.TWILIO_ACCOUNT_SID; const ...
Roler's user avatar
  • 11
2 votes
1 answer
41 views

Does Pharo have a messages or warnings log during a session?

When I started a Pharo image I got a warning about a .sources file being missing because I had renamed the .image, .sources and .changes file to one of my preferences. It showed up for a while then ...
vfclists's user avatar
  • 19.8k
1 vote
0 answers
24 views

instagram webhook messages test doesnt work

In fb developers webhook section: Instagram i did everything looks ok. GET verify works i see in my local server but testing messages does not hit. messaging_postback test reaches to my post route in ...
Özgür Ersil's user avatar
1 vote
1 answer
31 views

How do I send multiple key/values in a Message for Handler?

Message msg = Message.obtain(); msg.obj = "first string value"; msg.setTarget(mClientMessenger); msg.sendToTarget(); I would like msg.obj to hold two key/value pairs if possible. Ex: key1, &...
slowcoder's user avatar
0 votes
1 answer
45 views

ServiceBusError: InvalidOperationError: Cannot create a message browser

Please help with the below issue: ServiceBusError: InvalidOperationError: Cannot create a message browser on an entity with auto-forwarding enabled. Reference:26xxxx0b, TrackingId:baxxxxxB12, ...
Rohan Nandurkar's user avatar
0 votes
0 answers
10 views

authorization issue when try to send message using python (msal or msgraph library)?

I have a Python script to send messages using msgraph, but I can't do it because I have an authorization issue, but when I get a token directly on the msgraph site I can do it, but I try to get the ...
Haysar Lelis's user avatar
1 vote
1 answer
76 views

Windows API: Why didn't PeekMessage get the keyboard event I want here?

I am writing a program which responds to the Alt+B keyboard shortcut from the user. The program keeps printing the current time and Alt+B toggles the colour of the text printed. I try to use ...
Limina102's user avatar
  • 1,001
0 votes
1 answer
21 views

The message (c:/ tasm/cin) apperas on screen when dont need to

start: mov ax, @data mov ds, ax mov ax, 13h ;Graphic mode int 10h ;Graphic mode jmp image1 image2: ; Back to text mode ;mov ah, 0 ;mov al, 2 ...
ethan fridkin's user avatar
0 votes
2 answers
68 views

Control thread from another thread leads to unexpected behavior in Rust

In my example certain events are not handled (messages are not printed) and I don't understand why. To motivate my code a little: The problem I want to solve (currently) is only a simple blinking LED ...
exocortex's user avatar
  • 471
0 votes
1 answer
157 views

Install Bootstrap on Symfony 7, Error message after "package.json" add, and command "npm start"

Error message screencapture Good morning, I am installing Boostrap v 5.3.3 in Symfony following the Bootstrap documentation. But I encounter an error when launching the "npm start" command (...
TheLands's user avatar

15 30 50 per page
1
2 3 4 5
304