Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checkAPI() AttributeError when URL is dead (404) #315

Closed
nemobis opened this issue May 19, 2018 · 0 comments
Closed

checkAPI() AttributeError when URL is dead (404) #315

nemobis opened this issue May 19, 2018 · 0 comments
Labels
Milestone

Comments

@nemobis
Copy link
Member

nemobis commented May 19, 2018

#########################################################################
# Downloading http://wikiadv.com/api.php
#########################################################################
Checking API... http://wikiadv.com/api.php
Traceback (most recent call last):
  File "./dumpgenerator.py", line 2288, in <module>
    main()
  File "./dumpgenerator.py", line 2233, in main
    config, other = getParameters(params=params)
  File "./dumpgenerator.py", line 1580, in getParameters                                                                                                                                                      check = checkAPI(api=api, session=session)
  File "./dumpgenerator.py", line 1720, in checkAPI
    api = urlunparse([p.scheme, p.netloc, p.path, '', '', ''])
AttributeError: 'unicode' object has no attribute 'scheme'
@nemobis nemobis added this to the 0.4 milestone May 19, 2018
@nemobis nemobis added the bug label May 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant