jb567

Untitled

Apr 8th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.39 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.10586]
  2. (c) 2015 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\Jacob Beal>cd Documents\Projects\MHOCAutomaticVoteCounter
  5.  
  6. C:\Users\Jacob Beal\Documents\Projects\MHOCAutomaticVoteCounter>ls
  7. 'ls' is not recognized as an internal or external command,
  8. operable program or batch file.
  9.  
  10. C:\Users\Jacob Beal\Documents\Projects\MHOCAutomaticVoteCounter>py main.py
  11. main.py:18: ResourceWarning: unclosed file <_io.TextIOWrapper name='VoteCounter2-af942bc69325.json' mode='r' encoding='cp1252'>
  12. json_key = json.load(open('VoteCounter2-af942bc69325.json'))
  13. Version 3.3.0 of praw is outdated. Version 3.4.0 was released Monday February 22, 2016.
  14. C:\Users\Jacob Beal\AppData\Local\Programs\Python\Python35-32\lib\site-packages\requests\packages\urllib3\_collections.py:47: ResourceWarning: unclosed <ssl.SSLSocket fd=832, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('10.128.16.30', 56898), raddr=('216.58.199.45', 443)>
  15. self._container = self.ContainerCls()
  16. Reddit Username:jb567
  17. Reddit Password:<redacted>
  18. C:\Users\Jacob Beal\AppData\Local\Programs\Python\Python35-32\lib\site-packages\praw\decorators.py:74: DeprecationWarning: reddit intends to disable password-based authentication of API clients sometime in the near future. As a result this method will be removed in a future major version of PRAW.
  19.  
  20. For more information please see:
  21.  
  22. * Original reddit deprecation notice: https://www.reddit.com/comments/2ujhkr/
  23.  
  24. * Updated delayed deprecation notice: https://www.reddit.com/comments/37e2mv/
  25.  
  26. Pass ``disable_warning=True`` to ``login`` to disable this warning.
  27. warn(msg, DeprecationWarning)
  28. Post Voting Thread Link
  29. https://www.reddit.com/r/MHOCMP/comments/4dsj0y/m117_recognition_of_the_armenian_assyrian_and/
  30. 12
  31. 104
  32. M117
  33. Use how many threads: 2
  34. C:\Users\Jacob Beal\Documents\Projects\MHOCAutomaticVoteCounter\main.py:18: ResourceWarning: unclosed file <_io.TextIOWrapper name='VoteCounter2-af942bc69325.json' mode='r' encoding='cp1252'>
  35. json_key = json.load(open('VoteCounter2-af942bc69325.json'))
  36. C:\Users\Jacob Beal\Documents\Projects\MHOCAutomaticVoteCounter\main.py:18: ResourceWarning: unclosed file <_io.TextIOWrapper name='VoteCounter2-af942bc69325.json' mode='r' encoding='cp1252'>
  37. json_key = json.load(open('VoteCounter2-af942bc69325.json'))
  38. Version 3.3.0 of praw is outdated. Version 3.4.0 was released Monday February 22, 2016.
  39. Version 3.3.0 of praw is outdated. Version 3.4.0 was released Monday February 22, 2016.
  40. C:\Users\Jacob Beal\AppData\Local\Programs\Python\Python35-32\lib\site-packages\gspread\client.py:331: ResourceWarning: unclosed <ssl.SSLSocket fd=136, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('10.128.16.30', 56912), raddr=('216.58.199.45', 443)>
  41. client.login()
  42. C:\Users\Jacob Beal\AppData\Local\Programs\Python\Python35-32\lib\site-packages\gspread\client.py:331: ResourceWarning: unclosed <ssl.SSLSocket fd=116, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('10.128.16.30', 56913), raddr=('216.58.199.45', 443)>
  43. client.login()
  44. Reddit Username:Reddit Username:jb567
  45. Reddit Password:<redacted>
  46. Reddit Password:<redacted>
  47. C:\Users\Jacob Beal\AppData\Local\Programs\Python\Python35-32\lib\site-packages\praw\decorators.py:74: DeprecationWarning: reddit intends to disable password-based authentication of API clients sometime in the near future. As a result this method will be removed in a future major version of PRAW.
  48.  
  49. For more information please see:
  50.  
  51. * Original reddit deprecation notice: https://www.reddit.com/comments/2ujhkr/
  52.  
  53. * Updated delayed deprecation notice: https://www.reddit.com/comments/37e2mv/
  54.  
  55. Pass ``disable_warning=True`` to ``login`` to disable this warning.
  56. warn(msg, DeprecationWarning)
  57. Post Voting Thread Link
  58. https://www.reddit.com/r/MHOCMP/comments/4dsle1/b270_repeal_of_public_spaces_protection_orders/
  59. C:\Users\Jacob Beal\AppData\Local\Programs\Python\Python35-32\lib\site-packages\praw\decorators.py:74: DeprecationWarning: reddit intends to disable password-based authentication of API clients sometime in the near future. As a result this method will be removed in a future major version of PRAW.
  60.  
  61. For more information please see:
  62.  
  63. * Original reddit deprecation notice: https://www.reddit.com/comments/2ujhkr/
  64.  
  65. * Updated delayed deprecation notice: https://www.reddit.com/comments/37e2mv/
  66.  
  67. Pass ``disable_warning=True`` to ``login`` to disable this warning.
  68. warn(msg, DeprecationWarning)
  69. Traceback (most recent call last):
  70. File "<string>", line 1, in <module>
  71. File "C:\Users\Jacob Beal\AppData\Local\Programs\Python\Python35-32\lib\multiprocessing\spawn.py", line 106, in spawn_main
  72. exitcode = _main(fd)
  73. File "C:\Users\Jacob Beal\AppData\Local\Programs\Python\Python35-32\lib\multiprocessing\spawn.py", line 115, in _main
  74. prepare(preparation_data)
  75. File "C:\Users\Jacob Beal\AppData\Local\Programs\Python\Python35-32\lib\multiprocessing\spawn.py", line 226, in prepare
  76. _fixup_main_from_path(data['init_main_from_path'])
  77. File "C:\Users\Jacob Beal\AppData\Local\Programs\Python\Python35-32\lib\multiprocessing\spawn.py", line 278, in _fixup_main_from_path
  78. run_name="__mp_main__")
  79. File "C:\Users\Jacob Beal\AppData\Local\Programs\Python\Python35-32\lib\runpy.py", line 240, in run_path
  80. pkg_name=pkg_name, script_name=fname)
  81. File "C:\Users\Jacob Beal\AppData\Local\Programs\Python\Python35-32\lib\runpy.py", line 96, in _run_module_code
  82. mod_name, mod_spec, pkg_name, script_name)
  83. File "C:\Users\Jacob Beal\AppData\Local\Programs\Python\Python35-32\lib\runpy.py", line 85, in _run_code
  84. exec(code, run_globals)
  85. File "C:\Users\Jacob Beal\Documents\Projects\MHOCAutomaticVoteCounter\main.py", line 29, in <module>
  86. r.login(user,password)
  87. File "<decorator-gen-49>", line 2, in login
  88. File "C:\Users\Jacob Beal\AppData\Local\Programs\Python\Python35-32\lib\site-packages\praw\decorators.py", line 75, in wrap
  89. return function(*args, **kwargs)
  90. File "C:\Users\Jacob Beal\AppData\Local\Programs\Python\Python35-32\lib\site-packages\praw\__init__.py", line 1418, in login
  91. self.request_json(self.config['login'], data=data)
  92. File "<decorator-gen-8>", line 2, in request_json
  93. File "C:\Users\Jacob Beal\AppData\Local\Programs\Python\Python35-32\lib\site-packages\praw\decorators.py", line 139, in raise_api_exceptions
  94. raise error_list[0]
  95. praw.errors.InvalidUserPass: `wrong password` on field `passwd`
Add Comment
Please, Sign In to add comment