azuline / pixiv-api

A documented, idiomatic, and tested wrapper library around Pixiv's App API.
https://pixiv-api.readthedocs.io/
Apache License 2.0
129 stars 13 forks source link

Login Not Working #10

Closed DragoniteDD closed 4 years ago

DragoniteDD commented 4 years ago

login not working, might be related to the website's recent update to accommodate apple login.

EllangoK commented 4 years ago

Same for me, can't login with username and password or refresh code.

DreiPixel commented 4 years ago

its basically this https://github.com/upbit/pixivpy/issues/140 its fixable tho

Eleiber commented 4 years ago

The documentation is empty after the last bump. imagen

azuline commented 4 years ago

Thanks for the heads up, fixed.

ImmortalCake commented 4 years ago

Does anybody know how to fix the login issue when compiled with pyinstaller? Client.login() causes a FileNotFoundError:

Traceback (most recent call last):
  File "threading.py", line 926, in _bootstrap_inner
  File "services.py", line 45, in run
  File "services.py", line 24, in login
  File "pixivapi\client.py", line 65, in __init__
  File "cloudscraper\__init__.py", line 748, in create_scraper
  File "cloudscraper\__init__.py", line 138, in __init__
  File "cloudscraper\user_agent\__init__.py", line 20, in __init__
  File "cloudscraper\user_agent\__init__.py", line 74, in loadUserAgent
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\rfod\\Documents\\GitHub\\art-collections\\ArtCollections\\cloudscraper\\user_agent\\browsers.json'
DreiPixel commented 4 years ago

@redfoxofdeath not a issue with this program but a quick google: https://stackoverflow.com/questions/62668742/adding-pip-libraries-in-pyinstaller-to-create-an-exe-file-for-my-script