Giter Site home page Giter Site logo

bilibiligetdynamics's People

Contributors

starrah avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

bilibiligetdynamics's Issues

BUG

Traceback (most recent call last):
File "c:\Users\11619\Documents\py\bilidy.py", line 68, in
asyncio.get_event_loop().run_until_complete(main())
File "D:\python\lib\asyncio\base_events.py", line 642, in run_until_complete
return future.result()
File "c:\Users\11619\Documents\py\bilidy.py", line 55, in main
cardObj = cardToObj(card)
File "c:\Users\11619\Documents\py\bilidy.py", line 32, in cardToObj
"item": getItem(input["card"]["item"]),
KeyError: 'item'

没见过的问题,麻烦帮我看看

Traceback (most recent call last):
File "getDynamics.py", line 116, in
asyncio.get_event_loop().run_until_complete(main())
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\asyncio\base_events.py", line 616, in run_until_complete
return future.result()
File "getDynamics.py", line 106, in main
print(cardStr)
UnicodeEncodeError: 'gbk' codec can't encode character '\U0001f338' in position 323: illegal multibyte sequence

error

Traceback (most recent call last):
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.9/lib/python3.9/site-packages/aiohttp/connector.py", line 969, in _wrap_create_connection
return await self._loop.create_connection(*args, **kwargs) # type: ignore # noqa
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.9/lib/python3.9/asyncio/base_events.py", line 1081, in create_connection
transport, protocol = await self._create_connection_transport(
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.9/lib/python3.9/asyncio/base_events.py", line 1111, in _create_connection_transport
await waiter
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.9/lib/python3.9/asyncio/sslproto.py", line 528, in data_received
ssldata, appdata = self._sslpipe.feed_ssldata(data)
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.9/lib/python3.9/asyncio/sslproto.py", line 188, in feed_ssldata
self._sslobj.do_handshake()
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.9/lib/python3.9/ssl.py", line 944, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/Volumes/Data/BilibiliGetDynamics/getDynamics.py", line 116, in
asyncio.get_event_loop().run_until_complete(main())
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.9/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/Volumes/Data/BilibiliGetDynamics/getDynamics.py", line 89, in main
res = await u.get_dynamics(offset)
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.9/lib/python3.9/site-packages/bilibili_api/user.py", line 292, in get_dynamics
data = await request("GET", url=api["url"], params=params, credential=self.credential)
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.9/lib/python3.9/site-packages/bilibili_api/utils/network.py", line 111, in request
async with session.request(**config) as resp:
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.9/lib/python3.9/site-packages/aiohttp/client.py", line 1117, in aenter
self._resp = await self._coro
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.9/lib/python3.9/site-packages/aiohttp/client.py", line 520, in _request
conn = await self._connector.connect(
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.9/lib/python3.9/site-packages/aiohttp/connector.py", line 535, in connect
proto = await self._create_connection(req, traces, timeout)
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.9/lib/python3.9/site-packages/aiohttp/connector.py", line 892, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.9/lib/python3.9/site-packages/aiohttp/connector.py", line 1051, in _create_direct_connection
raise last_exc
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.9/lib/python3.9/site-packages/aiohttp/connector.py", line 1020, in _create_direct_connection
transp, proto = await self._wrap_create_connection(
File "/Library/ManagedFrameworks/Python/Python3.framework/Versions/3.9/lib/python3.9/site-packages/aiohttp/connector.py", line 971, in _wrap_create_connection
raise ClientConnectorCertificateError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host api.vc.bilibili.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)')]

error

Traceback (most recent call last):
File "getDynamics.py", line 10, in
u = user.User(uid=int(sys.argv[1]))
AttributeError: module 'bilibili_api.user' has no attribute 'User'

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.