issues Search Results · repo:zencoder/zencoder-py language:Python
Filter by
10 results
(86 ms)10 results
inzencoder/zencoder-py (press backspace or delete to remove)Decimals aren t handled in client.job.create.
from decimal import Decimal
from zencoder import Zencoder
client = Zencoder( API_KEY )
client.job.create( s3://bucket/key.mp4 ,
outputs=[{ ...
craiga
- 8
- Opened on Jul 10, 2015
- #29
Hey guys - Am I able to set the HTTP post callback for a job?
https://app.zencoder.com/docs/guides/getting-started/notifications
Thanks.
elondon
- 2
- Opened on Mar 14, 2015
- #28
We ve been running a Django app with the zencoder API client for over a year now. A few days we started getting the
following error messages:
Traceback (most recent call last):
File /path/to/virtualenv/python2.7/site-packages/django/core/handlers/base.py ...
mbaechtold
- 3
- Opened on Jul 29, 2014
- #27
The client appears to support Python 3 as all tests pass, but setup.py does not appear to advertise this.
andrewsg
- Opened on Apr 21, 2014
- #24
Hi,
I have a small problem... for example in my setup I have to use disable_ssl_certificate_validation=True while working
with requests directly.
Maybe it make sense to pass requests kwargs through HTTPBackend ...
mngmntt
- 7
- Opened on Jun 3, 2013
- #21
mikek
- 2
- Opened on Feb 7, 2013
- #17
Here s a reasonably simple bash script I d like to contribute.
https://gist.github.com/3953411
detects environment variables ZENCODER_API_KEY and ZENCODER_API_KEY_TESTING and gets a job running with ...
rjmoggach
- 5
- Opened on Oct 25, 2012
- #14
The API docs for job canellation say that a PUT is needed:
https://app.zencoder.com/docs/api/jobs/cancel
Might that be why the following code gets a 405? That shouldn t be a GET.
core.py:303-308
def ...
bugs
stevejalim
- 2
- Opened on Jul 3, 2012
- #11
I m trying to list my zencoder jobs, but per_page doesn t seem to work. Additionally, there are sometimes errors
decoding the json.
In [9]: jl = zen.job.list(per_page=51)
In [10]: len(jl.body)
Out[10]: ...
bugs
Daenyth
- 8
- Opened on Apr 7, 2011
- #5

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.