Created
May 5, 2014 01:24
-
-
Save menghan/d12b32b50c7e0846387d to your computer and use it in GitHub Desktop.
debug airvideo in docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# coding=utf-8 | |
import requests | |
r = requests.post('http://127.0.0.1:45631/service', data=open('y').read()) | |
print r.text.encode('utf8') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
o air.connect.Response errorMessagen resulto air.video.FolderContent đ itemsa o air.video.Folder đ folderi detailn detailLoadedi convertedi names videos itemIds /C83B67298172CD1AABC761D5198D06114BF5735F/videos names Movies serverVersionf@iëp&É invalidPasswordi folderIds (C83B67298172CD1AABC761D5198D06114BF5735F errorReportn statei |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
o air.connect.Response errorMessagen resulto air.video.FolderContent đ itemsa o air.video.Folder đ folderi detailn detailLoadedi convertedi names VVVideo itemIds 0C83B67298172CD1AABC761D5198D06114BF5735F/VVVideo names Movies serverVersionf@iëp&É invalidPasswordi folderIds (C83B67298172CD1AABC761D5198D06114BF5735F errorReportn statei |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# coding=utf-8 | |
import requests | |
r = requests.post('http://127.0.0.1:45631/service', data=open('y').read()) | |
print r.text.encode('utf8') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6f00000000000000136169722e636f6e6e6563742e5265717565737400000001000000070000000a7265717565737455524c730000000100000020687474703a2f2f3139322e3136382e312e353a34353633312f736572766963650000000d636c69656e7456657273696f6e69000000f00000000e70617373776f72644469676573746e0000000b736572766963654e616d6573000000020000000d62726f777365536572766963650000000a6d6574686f644e616d657300000003000000086765744974656d7300000010636c69656e744964656e74696669657273000000040000002445363430394334302d423631422d343239352d424438372d4443463639413233384436460000000a706172616d65746572736100000005000000016f00000006000000176169722e766964656f2e42726f77736552657175657374000000f00000000600000008666f6c64657249647300000007000000284338334236373239383137324344314141424337363144353139384430363131344246353733354600000009736f72744669656c6469000000000000000d736f7274446972656374696f6e69000000000000001366696c7465724f726967696e616c4974656d736900000001000000086d657461446174616e0000000e7072656c6f616444657461696c736900000001 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment