-
```
What device(s) are you experiencing the problem on?
Pantech Marauder from Verizon
What firmware version are you running on the device?
4.0.3
What steps will reproduce the problem?
Run the follow…
-
I`m trying to run the startup.py and I got the following error:
(ud120) c:\Users\augustolf\My Documents\udacity\ud120-projects\tools>python startup.py
checking for nltk
checking for numpy
chec…
-
```
What steps will reproduce the problem?
>>> from restful_lib import Connection
>>> conn = Connection('https://www.google.com')
>>> conn.request_get('foo')
Traceback (most recent call last):
File …
-
```
What steps will reproduce the problem?
>>> from restful_lib import Connection
>>> conn = Connection('https://www.google.com')
>>> conn.request_get('foo')
Traceback (most recent call last):
File …
-
```
What steps will reproduce the problem?
>>> from restful_lib import Connection
>>> conn = Connection('https://www.google.com')
>>> conn.request_get('foo')
Traceback (most recent call last):
File …
-
due to the usage of `httplib.HTTPConnection` the metrics collections fails **silently** if an https url is provided, which causes quite some debugging effort. The error logging needs to be improved fo…
-
```
What steps will reproduce the problem?
1. Set up your server connection
2. Get a VM entity
3. Call `vm.send_file(bla, bla)`
What is the expected output? What do you see instead?
I expect the loca…
-
```
What steps will reproduce the problem?
1. Set up your server connection
2. Get a VM entity
3. Call `vm.send_file(bla, bla)`
What is the expected output? What do you see instead?
I expect the loca…
-
```
What steps will reproduce the problem?
1. Set up your server connection
2. Get a VM entity
3. Call `vm.send_file(bla, bla)`
What is the expected output? What do you see instead?
I expect the loca…
-
...
```
client = MsfRpcClient('password')
# cb - callback function, executes when data arrives to console
console = MsfRpcConsole(client, cb=read_console)
```
...
```
console.execute('use au…
wapik updated
5 years ago