Code Monkey home page Code Monkey logo

Comments (4)

iojw avatar iojw commented on May 27, 2024

Hi, this looks like a existing bug in aiohttp (aio-libs/aiohttp#3477) which still occurs for some.

What version of aiohttp and Python are you on?

from socialscan.

brandonpaiz avatar brandonpaiz commented on May 27, 2024

Hey thanks for getting back so quickly. I upgraded aiohttp from 3.4.4 to 3.5.4 which helped a bit. Now running the same command with Python 3.7.1 on Arch Linux (coloration matches demo):

55%|████████████████▉              | 6/11 [0.36s]SSL error in data received
protocol: <asyncio.sslproto.SSLProtocol object at 0x7fe18f669ac8>
transport: <_SelectorSocketTransport fd=10 read=polling write=<idle, bufsize=0>>
Traceback (most recent call last):
  File "/usr/lib/python3.7/asyncio/sslproto.py", line 526, in data_received
    ssldata, appdata = self._sslpipe.feed_ssldata(data)
  File "/usr/lib/python3.7/asyncio/sslproto.py", line 207, in feed_ssldata
    self._sslobj.unwrap()
  File "/usr/lib/python3.7/ssl.py", line 767, in unwrap
    return self._sslobj.shutdown()
ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2592)
----------------------------------------          
               username-2
----------------------------------------
GitLab
Lastfm
Pastebin
GitHub
Reddit
Snapchat
Tumblr
Instagram: Usernames can only use letters, numbers, underscores and periods.
Twitter: Your username can only contain letters, numbers and '_'

Available, Taken/Reserved, Invalid, Error
Completed 9 queries in 1.36s

from socialscan.

iojw avatar iojw commented on May 27, 2024

It looks like you were initially facing 2 bugs. The first error (TypeError: _request() got an unexpected keyword argument 'cookies') was due to a feature added in aiohttp v3.5 so you updating fixed that issue.

As for the second error (ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2592)) it appears to be a current bug in aiohttp as seen in the linked issue above so you'll have to wait for a corresponding fix in that repo.

from socialscan.

iojw avatar iojw commented on May 27, 2024

@brandonpaiz Looking at the linked issue this problem should be fixed in Python 3.7.4. I’ll close this issue for now, let me know if it still occurs.

from socialscan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.