Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. DEBUG:__main__:warframe:item:processing this entry
  2. DEBUG:__main__:warframe:item:id:https://twitter.com/PlayWarframe/status/791308957566406657
  3. DEBUG:__main__:warframe:item:checking database history for this item
  4. DEBUG:__main__:warframe:item:https://twitter.com/PlayWarframe/status/791308957566406657 seen before, skipping
  5. DEBUG:__main__:warframe:sleeping for 60 seconds
  6. C:\Users\Admin\AppData\Local\Programs\Python\Python35-32\lib\site-packages\asyncio-3.4.3-py3.5-win32.egg\asyncio\sslproto.py:323: ResourceWarning: unclosed transport <asyncio.sslproto._SSLProtocolTransport object at 0x047B5B50>
  7. warnings.warn("unclosed transport %r" % self, ResourceWarning)
  8. WARNING:asyncio:Executing <TimerHandle cancelled when=353178 BaseConnector._cleanup() created at C:\Users\Admin\AppData\Local\Programs\Python\Python35-32\lib\site-packages\aiohttp-1.0.5-py3.5.egg\aiohttp\connector.py:231> took 1558.141 seconds INFO:__main__:warframe: processing feed
  9. DEBUG:__main__:warframe:setting up extra headers for HTTP request.
  10. DEBUG:__main__:(None, None) DEBUG:__main__:warframe:no stored lastmodified DEBUG:__main__:warframe:no stored ETag
  11. DEBUG:__main__:warframe:sending http request for https://twitrss.me/twitter_user_to_rss/?user=PlayWarframe
  12. ERROR:asyncio:Task was destroyed but it is pending!
  13. source_traceback: Object created at (most recent call last):
  14. File "feed2discord.py", line 692, in <module> loop.create_task(background_check_feed(feed,loop)) task: <Task pending coro=<background_check_feed() running at feed2discord.py:429> wait_for=<Future pending cb=[BaseSelectorEventLoop._sock_connect_done(260)(), Task._wakeup()] created at C:\Users\Admin\AppData\Local\Programs\Python\Python35-32\lib\site-packages\asyncio-3.4.3-py3.5-win32.egg\asyncio\selector_events.py:398> created at feed2discord.py:692> ERROR:__main__:warframe:Unexpected error: ERROR:__main__:Traceback (most recent call last):
  15. File "feed2discord.py", line 429, in background_check_feed
  16. headers=http_headers)
  17. GeneratorExit
  18. ERROR:__main__:warframe:giving up
  19. DEBUG:__main__:warframe:sleeping for 60 seconds
  20. Exception ignored in: <generator object background_check_feed at 0x040C1570> Traceback (most recent call last):
  21. File "feed2discord.py", line 647, in background_check_feed
  22. yield from asyncio.sleep(rss_refresh_time)
  23. File "C:\Users\Admin\AppData\Local\Programs\Python\Python35-32\lib\site-packages\asyncio-3.4.3-py3.5-win32.egg\asyncio\tasks.py", line 492, in sleep
  24. future._set_result_unless_cancelled, result)
  25. File "C:\Users\Admin\AppData\Local\Programs\Python\Python35-32\lib\site-packages\asyncio-3.4.3-py3.5-win32.egg\asyncio\base_events.py", line 392, in call_later
  26. timer = self.call_at(self.time() + delay, callback, *args)
  27. File "C:\Users\Admin\AppData\Local\Programs\Python\Python35-32\lib\site-packages\asyncio-3.4.3-py3.5-win32.egg\asyncio\base_events.py", line 405, in call_at
  28. self._check_closed()
  29. File "C:\Users\Admin\AppData\Local\Programs\Python\Python35-32\lib\site-packages\asyncio-3.4.3-py3.5-win32.egg\asyncio\base_events.py", line 265, in _check_closed
  30. raise RuntimeError('Event loop is closed') RuntimeError: Event loop is closed
  31. C:\Users\Admin\AppData\Local\Programs\Python\Python35-32\lib\site-packages\aiohttp-1.0.5-py3.5.egg\aiohttp\client.py:88: ResourceWarning: Unclosed client session <aiohttp.client.ClientSession object at 0x01BFC490>
  32. ERROR:asyncio:Unclosed client session
  33. client_session: <aiohttp.client.ClientSession object at 0x01BFC490>
  34. source_traceback: Object created at (most recent call last):
  35. File "feed2discord.py", line 93, in <module> httpclient = aiohttp.ClientSession()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement