-
Notifications
You must be signed in to change notification settings - Fork 31
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
ValueError: unknown url type #4
Comments
Такое ощущение, что вместо URL пришли параметры |
Последний коммит - 2 года назад) |
На самом деле, все работало до недавних пор. Я посмотрю в чем проблема. |
Все правильно, работает и сейчас. |
Да, я так и подумал про двухфакторку и уже отключил, но не помогло. И уже пытаюсь разобраться с модулем vk |
Взял как есть, импортнул vk_auth и воспользовался предложеным методом
token, user_id = vk_auth.auth(phone, passwd, app_id, scope)
Traceback (most recent call last):
File "./vkbrot.py", line 160, in
token, user_id = vk_auth.auth(phone, passwd, app_id, scope)
File "/home/alp/vk_auth.py", line 96, in auth
url = give_access(doc, opener)
File "/home/alp/vk_auth.py", line 82, in give_access
response = opener.open(parser.url, urllib.urlencode(parser.params))
File "/usr/lib64/python2.6/urllib2.py", line 383, in open
protocol = req.get_type()
File "/usr/lib64/python2.6/urllib2.py", line 244, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: /login?act=authcheck_code&hash=1443967155_b68d2e2115a342fec1
The text was updated successfully, but these errors were encountered: