connect

Getting “Unable to connect to a repository” error in CodePlex with TortoiseSVN

匿名 (未验证) 提交于 2019-12-03 09:52:54
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I just created a project over at codeplex and tried committing the sourcecode (so my project can be available publicly). TortoiseSVN just doesn't work with CodePlex anymore it seems. And codeplex doesn't let you change source uploading options without contacting them first. The errors in get when I try to checkout are: Unable to connect to a repository at URL 'http://onthefly.codeplex.com' The OPTIONS request returned invalid XML in the response: XML parse error at line 1: no element found (https://onthefly.svn.codeplex.com/svn) and OPTIONS

Postgres cannot connect to server on Unix domain socket 5432

匿名 (未验证) 提交于 2019-12-03 09:52:54
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: Using Postgres 9.2.2, I keep getting this error when I try to start up rails server or run psql could not connect to server : No such file or directory Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432" ? This command, when run: pg_ctl - D / usr / local / var / postgres - l / usr / local / var / postgres / server . log start says server starting, but when I go to check processes, no postgres process is running My paths are correct $ which psql / usr / local / bin / psql $ which pg_ctl

RabbitMQ Client connect to several hosts

匿名 (未验证) 提交于 2019-12-03 09:18:39
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: The main goal to have several hosts of RabbiMQ servers ( clustering ) Are there any best practices to implement having several RabbitMQ hosts, and reconnect to the next one in case previous connection closed. Tutorial says that: A client can connect as normal to any node within a cluster. If that node should fail, and the rest of the cluster survives, then the client should notice the closed connection, and should be able to reconnect to some surviving member of the cluster. Generally, it's not advisable to bake in node hostnames or IP

SQL Server Error “[ConnectionError: Login failed for user '****'.] ”while connecting SQL Server with Nodejs using MSSQL

匿名 (未验证) 提交于 2019-12-03 09:18:39
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am getting below error [ConnectionError: Login failed for user '****'.] name: 'ConnectionError', message: 'Login failed for user \'****\'.', code: 'ELOGIN' } " Below is the code that i used to connect sql server with nodejs using mssql package. var sql = require('mssql'); var config = { server: "localhost\\",// You can use 'localhost\\instance' to connect to named instance database: "***", user: "***", password: "", port: 1433 }; function getdata() { var conn = new sql.Connection(config); var req = new sql.Request(conn); conn.connect

Using Microsoft Outlook API with C# to list calendars and add events

匿名 (未验证) 提交于 2019-12-03 09:14:57
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have found some Microsoft Resources about how to use the REST API to connect to an Outlook account. The sample tutorial they provided got me to create a WPF project and register an app with the Outlook Developer centre. So I have done all of that and can connect to Outlook. It shows the content screen where the user must allow access. All good. But I don't want to use WPF. Ideally I want to write a C# .NET DLL component what with communicate with the Outlook API so that I can specifically: List Calendars Add events to calendar Delete

Error Domain=NSURLErrorDomain Code=-1004 instead of -1009 in Swift service calls

匿名 (未验证) 提交于 2019-12-03 09:06:55
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Generally, while performing GET or POST calls in iOS using dataTaskWithRequest or sendAsynchronousRequest we use to face network related errors with error codes like, NSURLErrorNotConnectedToInternet = -1009 NSURLErrorCannotConnectToHost = -1004 NSURLErrorTimedOut = -1001 In my case i'm disconnecting the internet and performing service calls. So, the expected error code is "NSURLErrorNotConnectedToInternet = -1009" . But, its throwing "NSURLErrorCannotConnectToHost = -1004" like below, Error Domain=NSURLErrorDomain Code=-1004 "Could not

500 SSL negotiation failed with perl

匿名 (未验证) 提交于 2019-12-03 09:06:55
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am trying to connect to webservice server with perl script from the client machine SunOS 5.10 without success. I'm using ActivePerl 5.8.8, with some other installed librairies. I have also installed libssl0_9_8 with cacertificates dependencie. Note the team in charge of webservice from server side said me that no certificates are managed from their side. I have read lot of forums but I have no clear answer about this problem. I use the following in my script : use SOAP::Lite; use SOAP::Lite +trace => 'all'; $ENV{HTTPS_DEBUG} = 1; my

UWP USB (Hid) Device Won't Connect

匿名 (未验证) 提交于 2019-12-03 09:06:55
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: This is my Hid library. It supports UWP, and Android. https://bitbucket.org/MelbourneDeveloper/hid.net/src/master/ This is an example of the library being used with the Trezor hardware wallet: https://github.com/MelbourneDeveloper/Trezor.Net I can connect to the Trezor with no problem on UWP, but I cannot connect to the Ledger which is another hardware wallet. This is the code I use to connect to both devices in my library. It looks through a list of devices, tries to connect and returns the first one that connects OK: public async Task

How to connect Socket in Swift 4

匿名 (未验证) 提交于 2019-12-03 09:06:55
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I want to connect my app to the socket here is the code :- import UIKit import SocketIO class SocketIOManager: NSObject { static let manager = SocketManager(socketURL: URL(string: "myURL")!) static let socket = manager.defaultSocket class func connectSocket() { let token = UserDefaults.standard.getAccessToken() self.manager.config = SocketIOClientConfiguration( arrayLiteral: .connectParams(["token": token]), .secure(true) // problem is here in passing token value ) socket.connect() } class func receiveMsg() { socket.on("new message here") {

Connecting to a remote IPython instance

匿名 (未验证) 提交于 2019-12-03 09:06:55
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I would like to run an IPython instance on one machine and connect to it (over LAN) from a different process (to run some python commands). I understand that it is possible with zmq : http://ipython.org/ipython-doc/dev/development/ipythonzmq.html . However, I can not find documentation on how to do it and whether it is even possible yet. Any help would be appreciated! EDIT I would like to be able to connect to IPython kernel instance and send it python commands. However, this should not be done via a graphic tool (qtconsole) , but I want to