Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. ADD REQUEST CLASS <class 'common.request_processors.users_get.UsersGetProcessor'>
  2. Method users.get with values
  3. Forcing api to process!!!
  4. wall.getById
  5. deque(['10001', '10002', '10003', '10004', '10005', '10006', '10007', '10008', '10009', '10010', '10011', '10012', '10013', '10014', '10015', '10016', '10017', '10018', '10019', '10020', '10021', '10022', '10023', '10024', '10025', '10026'])
  6. VALUES OF METHOD <class 'common.request_processors.wall_getbyid.WallGetByIdProcessor'> is deque(['10001', '10002', '10003', '10004', '10005', '10006', '10007', '10008', '10009', '10010', '10011', '10012', '10013', '10014', '10015', '10016', '10017', '10018', '10019', '10020', '10021', '10022', '10023', '10024', '10025', '10026'])
  7. INIT METHOD wall.getById
  8. After force push
  9. photos.getById
  10. deque([])
  11. VALUES OF METHOD <class 'common.request_processors.photos_getbyid.PhotosGetByIdProcessor'> is deque([])
  12. After force push
  13. groups.getById
  14. deque([])
  15. VALUES OF METHOD <class 'common.request_processors.groups_getbyid.GroupsGetByIdProcessor'> is deque([])
  16. After force push
  17. users.get
  18. deque([])
  19. VALUES OF METHOD <class 'common.request_processors.users_get.UsersGetProcessor'> is deque([])
  20. After force push
  21. DEBUG:root:--------------- execute started ----------------
  22. DEBUG:root:Added request wall.getById with values {'copy_history_depth': 1, 'extended': 0, 'posts': '10001,10002,10003,10004,10005,10006,10007,10008,10009,10010,10011,10012,10013,10014,10015,10016,10017,10018,10019,10020,10021,10022,10023,10024,10025,10026'}
  23. DEBUG:requests.packages.urllib3.connectionpool:"POST /method/execute HTTP/1.1" 200 17
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement