Cloud-CV / Cloud-CV/py-cloudcv

Failure in Socket Connection (with proxy)

Open
#22 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
98
Forks
53
PR merge metrics
No merged PRs in 30d

Description

Hi,
When I run _python run.py config.json -I "/full/path/input/file" -O "/full/path/output/" -E "features"_, I get the following errors:
- **failed CONNECT via proxy status: 403**
- **Exception: Image Input Path not in proper format. [to a jpeg image path]**
- **AttributeError: 'NoneType' object has no attribute 'disconnect'**
# Attached Screenshots:

![screenshot1](https://cloud.githubusercontent.com/assets/6442502/6546474/8a29a9f8-c5da-11e4-97a3-dccd08e4b2a9.png)
![screenshot2](https://cloud.githubusercontent.com/assets/6442502/6546475/8a314dfc-c5da-11e4-9cf2-c43cfcf87a58.png)
# Config.json:

```
{
"exec": "features",
"maxim": 500,
"config": [
{
"name": "ImageStitch",
"path": "local: /home/sash/Pictures/index.jpeg",
"output": "dropbox:/1/",
"params": {
"warp": "plane"
}
},
{
"name": "VOCRelease5",
"path": "local: /home/sash/Pictures/index.jpeg",
"output": "dropbox:/1/",
"params": {
"Models": "PAS_bicycle, PAS_aeroplane, PAS_bird, PAS_boat, PAS_bottle, PAS_bus, PAS_car,PAS_cat,PAS_chair,PAS_cow,PAS_diningtable,PAS_dog,PAS_horse,PAS_motorbike,PAS_person,PAS_pottedplant,PAS_sheep,PAS_sofa,PAS_train,PAS_tvmonitor"
}
},
{
"name": "classify",
"path": "local: local: /home/sash/Pictures/index.jpeg",
"output": "dropbox:/3/",
"params": {
}
},
{
"name": "features",
"path": "local: /home/sash/Pictures/index.jpeg",
"output": "dropbox:/1/",
"params": {
"name": "decaf",
"verbose": "2",
"server": "decaf_server"
}
}
]
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.