getaddrinfo असफल आम तौर पर इसका मतलब है कि जिस होस्टनाम से आप कनेक्ट करने का प्रयास कर रहे हैं वह किसी आईपी पते पर हल नहीं किया जा सकता। इस मामले में, इसका शायद इसका अर्थ है कि यह अस्तित्व में नहीं है।
क्यों?
जब आप पास socket.connect () आईपी पता, इसे पहले कहा गया होस्टनाम का आईपी पता ढूंढने की जरूरत है यह यह socket.getaddrinfo () का उपयोग करता है, जो मेजबाननाम के बारे में जानकारी के लिए DNS सर्वर से पूछता है। यह पता चला है कि कोई DNS सर्वर में यह जानकारी नहीं है, इसलिए getaddrinfo पर कॉल विफल रहता है, इसलिए त्रुटि संदेश।
ट्विच की आईआरसी से कैसे कनेक्ट हो
ट्विच की आईआरसी से जुड़ने की प्रक्रिया थोड़ा बदल गई है, क्योंकि आपकी मार्गदर्शिका बनाई गई थी, ऐसा लगता है यहां बताया गया है कि मैं इसे कैसे प्रबंधित कर सकता हूं।
से एक ओअथ टोकन प्राप्त करें, अपने जुड़ने उपयोगकर्ता नाम के साथ, irc.twitch.tv से कनेक्ट करें , पोर्ट 6667. पासवर्ड के रूप में, oauth: प्लस ओअथ टोकन का उपयोग करें जो आपने अभी प्राप्त किया है।
जिस चैनल पर आप स्ट्रीम कर रहे हैं उसमें शामिल हों।
When I try to import rpy2, I get an error. Here is the code and error & gt; & Gt; & Gt; Import Traceback (Most Recent Call Final): File "C: \ PF \ WinPython-64bit-3.3.3.3 \ python-3.3.3.amd64 \ lib \ site-packages \ IPython \ core \ interactiveshell.py", line 2828 In the file, "ipython-input-148-c258a0f70d44" gt; Row 1, & lt; modules & gt; Import pandas.rpy.common file in runcode ajl (code_obj, self.user_global_ns, self.user_ns) file " C: \ PF \ WinPython-64bit-3.3.3.3 \ python-3.3.3.amd64 \ lib \ site-packages \ pandas \ rpy \ common.py ", line 14, in & lt; modules & gt; Rpy2.robjects .packages Import Import Import Import: A module name 'rpy2' What could be the problem? I Python Version 3.3.3 and PANDAS Version 0.13.1 Edit Tried to install rpy2 separately I get an error using python setup.py install which is not the module popen3 in OS . Running the site of Christophe Gohalke properly insta...
I'm trying to update is a JavaScript, when you hover over an image, a devi Floats near your mouse, this information is stored in an .js file as an array, for example. text [0] = ["image 1", "data1"] text [1] = ["image2", "data2"] In the past, if the array change / add / delete the data it will need to upload a new copy .js file, if the data was attached / deleted, then the new image needs a change in .dwt file Which can update each file using the .dwt file as the main template, which can result in 20+ pages They are uploaded I thought that I can automate this record by using the database and using the database if they are active and use only mysql queries which are active, such a black app The database can be added and disabled, thus eliminating the need for every soft upload of the file. To do this, I had planned to store the information in the database and create the above array based on the results, by researching how to us...
I'm making my first move with popcornes and I'm trying to use it, but to make sure Not to do this I gave an example, and found the video to play, but I can not use the plugin index.html: & lt; Script src = "bower_components / popcornjs / popcorn.js" & gt; & Lt; / Script & gt; & Lt; Script src = "bower_components / popcornjs / wrappers / common / popcorn.mediaElementProto.js" & gt; & Lt; / Script & gt; & Lt; Script src = "bower_components / popcornjs / wrappers / youtube / popcorn.HTMLYouTubeVideoElement.js" & gt; & Lt; / Script & gt; & Lt; Script src = "bower_components / popcornjs / plugins / code / popcorn.code.js" & gt; & Lt; / Script & gt; Media.js $ scope.player = popcorn.HTMLYouTubeVideoElement ("#media-player"); $ Scope.player src = "http://www.youtube.com/watch?v=DaN2Y2-wNSs"; // The following lines failed // $ scope.player.c...
Comments
Post a Comment