Questions tagged [dm]
103 questions
0
votes
1 answer
Can't send private messages from my discord bot to user?
I want to send a private message to a specific user with my discord bot. I am using discord==1.0.1
discord.py==1.3.1. I already tried using the docs (https://discordpy.readthedocs.io/en/latest/api.html?highlight=private%20message#discord.DMChannel)…

Ashkan-TBZ
- 7
- 7
0
votes
1 answer
I am not able to get direct messages with Tweepy
I've used Tweepy for a year, but now I face a problem that I´m not able to fix.
I want to get direct messages sent:
api.list_direct_messages(100)
but I have this error message:
TypeError: list_direct_messages() takes 1 positional argument but 2 were…

FdMon
- 121
- 9
0
votes
1 answer
How can I get my bot to DM a specific user ID without a command given?
When someone DM's my bot, I have it print to the console who messaged, what the message was, and the time the message was sent. I would like the bot to then DM me to either notify me someone messaged it, and/or who and what and when.
I've seen many…

Brandon Weeks
- 69
- 1
- 2
- 11
0
votes
1 answer
I added a thing where my bot will dm if someone leaves but now i just keep getting an error
So I'm new to writing code and I've hit a wall. I've looked everywhere but can't figure out how to get these commands to work together. I use Visual Studio Code or discord.js whatever its called. And I'm completely new to coding.
This code is the…

Kearston Burnett
- 7
- 4
0
votes
2 answers
Obtain User ID from a DM message Sent To Bot
I want to find the user id of the person who DMs the bot. Is there any way to do it? I am using Discord.js
I tried by storing member author and member Id but it didn't work. But when I store channel, it store it as authors tag. But the id for that…

Chaos
- 1
- 1
- 2
0
votes
1 answer
SAS Enterprise Miner - Unable to launch the application (on Mac)
I downloaded SAS Enterprise Miner.jnlp (version 14.3) and it works only right after the download. If I close the application for a couple of hours (eg.: try to open it again in the next day), the error “Unable to launch the application” appers and…

Bruno Ambrozio
- 402
- 3
- 18
0
votes
1 answer
Using Datamapper for Heroku without installing Postgres locally
I want to use datamapper in a rails app i want to deploy on heroku. Therefore i need to add dm-postgres-adapter to my Gemfile. Is there any way to have heroku installing this gem without installing postgreSQL locally?

Joe
- 11
- 1
0
votes
1 answer
Amdatu rest example doesn't work?
I have created a bnd-workspace with amdatu-bootstrap jar file. Then created a testing rest project and a bnd run descriptor file to test it. When I run the the run descriptor file and navigated to http://localhost:8080/test, I faced 404 page…

Mohammad Hassany
- 898
- 1
- 14
- 30
0
votes
1 answer
Is it possible to get Direct Messages from Twitter by a specific user using the Twitter4j library?
I'm using the Twitter4j library to develop a proyect that works with Twitter, one of the things what I need is to get the Direct messages, I'm using the following code:
try{
List loStatusList = loTwitter.getDirectMessages();
…

Daniel
- 1
- 1
0
votes
1 answer
Dailymotion api showing error with http protocol
I am trying to get the dailymotion video details with the following link using file_get_contents method i.e http://api.dailymotion.com/video/x1ckrm4. But here I am getting "403 Forbidden URL [2]" error but when I use https protocol, I am getting…

K. V. Suresh
- 897
- 7
- 8
0
votes
1 answer
Twitter Direct Message showing app as sender
Is it possible to send a direct message with Twitter api and make the app name appear as sender?
I can send the direct message using the "Access token" and "Access token secret" that is in the "OAuth tool", but these messages are sent from my own…

Jorge
- 831
- 13
- 18
0
votes
1 answer
How to install and configure Hummingbird DM Server, DM Client
I want to install Hummingbird DM 5.1 for Record Management. For that I have installed DM Server, RM Server and RM Client. But it seems this is not completed.
Do I have to install DM Web Server and DM Admin Tool?
Thanks
Prakash

Prakash
- 422
- 1
- 12
- 31
0
votes
1 answer
Integrate Only DM (Document Management) from Alfresco
Integrate Only DM (Document Management) from Alfresco
I have a question, we are doing POC (Proof of Concept) for Alfresco integration with our application and we will be using Alfresco only for Document Management purpose and nothing else.
And we…

Pramod Khare
- 21
- 1
- 5
0
votes
1 answer
Download DRM Files on my develop android app
I'm newbe in android development.
I bulid app for automatic downloader,
every downloads work properly and save on my sd card,
but the drm file not open on device.
I explain my self, I try download file with extension dd\dm,
If the regular browser…

user1659684
- 1
- 1
- 3
-1
votes
1 answer
DataMapper to migrate data from one table to another.
If I am using DataMapper, and I have two databases, is there any way using migration.rb to copy a table for example table person from database 1 to database 2? (same schema and table values).
Referring…

Namrata K
- 51
- 1
- 3