-
Notifications
You must be signed in to change notification settings - Fork 9.8k
IOError: [Errno 0] Error看此issues #159
Comments
这个报错我也看到了,希望作者解决下 |
这个在windows上运行会报错,在linux上就可以正常运行! |
|
这个问题是CMD 当前代码页编码格式是 936(GBK) 导致的, 需要把CMD 窗口的代码页更改成UTF-8. |
"车次坐席查询为空,ip网络异常,查询url: https://kyfw.12306.cn/....可以手动查询是否有票",网络没问题总是出现ip网络异常,难道是我ip被封了? |
济南西-南京南 车次坐席查询为空,ip网络异常,查询url: https://kyfw.12306.cn/otn/leftTicket/queryZ?leftTicketDTO.train_date=2019-02-10&leftTicketDTO.from_station=JGK&leftTicketDTO.to_station=NKH&purpose_codes=ADULT, 可以手动查询是否有票,请问这个错是什么引起的?? |
正在第282次查询 随机停留时长:2.99 乘车日期: 2019-02-23 车次:Z182 查询无票 cdn轮询IP:112.240.60.253当前cdn总数:150 总耗时:687ms |
同问 |
本次待筛选cdn总数为1857, 筛选时间大约为5-10min |
当前配置: |
sudo python run.py |
mac系统登陆软件直接崩溃,win系统一直提示 File "12306\gui\login.py", line 119, in user_by_login |
python run.py |
me too 求解~!! |
Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
mac环境报错 |
me too |
老是提示验证码校验失败 检查当前版本为: 1.1.106 当前配置: 开启cdn查询 |
There is a problem. After successful verification code identification, the login process prompts that the return parameter is empty and the interface status code is 302. Again and again. Anybody come across that? 验证码识别坐标为112,77,184,77 |
你好,需要抢票的地址是否填写正确呢/或者python运行环境编码设置是否正确?
…------------------ 原始邮件 ------------------
发件人: "da-montagne"<notifications@github.com>;
发送时间: 2020年1月1日(星期三) 下午4:26
收件人: "testerSunshine/12306"<12306@noreply.github.com>;
抄送: "栖迟๓"<2252214290@qq.com>;"Comment"<comment@noreply.github.com>;
主题: Re: [testerSunshine/12306] IOError: [Errno 0] Error看此issues (#159)
Traceback (most recent call last):
File "run.py", line 22, in
select_ticket_info.select().main()
File "/usr/local/git/12306/init/select_ticket_info.py", line 128, in main
from_station, to_station = self.station_table(TickerConfig.FROM_STATION, TickerConfig.TO_STATION)
File "/usr/local/git/12306/init/select_ticket_info.py", line 101, in station_table
from_station = station_name[from_station.encode("utf8")]
AttributeError: 'tuple' object has no attribute 'encode'
运行ython run.py r后已登录后,就报这个错误,请教下,这是什么问题.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
你好,我这边检查下.感谢哈. |
1=>为一直随机ua,2->只启动的时候随机一次uaRANDOM_AGENT = 2 PASSENGER_TICKER_STR = { |
这个按照你的需求来了,每次启动时随机一个user-agent(浏览器版本,系统等各种信息)
就是设置每次请求时是否伪装成另一个浏览器
变量受参参数只能为 1 OR 2
…------------------ 原始邮件 ------------------
发件人: "da-montagne"<notifications@github.com>;
发送时间: 2020年1月2日(星期四) 晚上7:23
收件人: "testerSunshine/12306"<12306@noreply.github.com>;
抄送: "栖迟๓"<2252214290@qq.com>;"Comment"<comment@noreply.github.com>;
主题: Re: [testerSunshine/12306] IOError: [Errno 0] Error看此issues (#159)
1=>为一直随机ua,2->只启动的时候随机一次ua
RANDOM_AGENT = 2
PASSENGER_TICKER_STR = {
'一等座': 'M',
'特等座': 'P',
'二等座': 'O',
'商务座': 9,
'硬座': 1,
'无座': 1,
'软座': 2,
'软卧': 4,
'硬卧': 3,
}
请教下RANDOM_AGENT = 2 这个值可以写成"4", "3"吗
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
了解,感谢哈. |
您好,我在本地安装了模型,我启动之后,一直报验证码校验失败。不知是什么原因。 |
你好,是否可以告之,需要安装那些完整的软件及辅助软件,我安装 了python 3.7.1 Anaconda 3.7 VSCode 还是跑不起来,是我不会操作吗? |
要安装3.6------------------ 原始邮件 ------------------
发件人: "xingchan1981"<notifications@github.com>
发送时间: 2020年1月8日(星期三) 下午5:24
收件人: "testerSunshine/12306"<12306@noreply.github.com>;
抄送: "Ming Yuan"<364362861@qq.com>;"Comment"<comment@noreply.github.com>;
主题: Re: [testerSunshine/12306] IOError: [Errno 0] Error看此issues (#159)
你好,是否可以告之,需要安装那些完整的软件及辅助软件,我安装 了python 3.7.1 Anaconda 3.7 VSCode 还是跑不起来,是我不会操作吗?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
+1 |
这个不是简单的pip一下就可以的 |
pip 一下之后还是会出现这个问题 |
不好意思哈 具体原因也是不太清楚 方便把报错日志发送一下么
…------------------ 原始邮件 ------------------
发件人: "shiZhenQiang"<notifications@github.com>;
发送时间: 2020年1月7日(星期二) 晚上10:04
收件人: "testerSunshine/12306"<12306@noreply.github.com>;
抄送: "栖迟๓"<2252214290@qq.com>;"Comment"<comment@noreply.github.com>;
主题: Re: [testerSunshine/12306] IOError: [Errno 0] Error看此issues (#159)
您好,我在本地安装了模型,我启动之后,一直报验证码校验失败。不知是什么原因。
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
源文件里 有requirements.txt 文件,环境以及包的版本都在里面,可以直接pip
…------------------ 原始邮件 ------------------
发件人: "18789005139"<notifications@github.com>;
发送时间: 2020年1月10日(星期五) 上午10:28
收件人: "testerSunshine/12306"<12306@noreply.github.com>;
抄送: "栖迟๓"<2252214290@qq.com>;"Comment"<comment@noreply.github.com>;
主题: Re: [testerSunshine/12306] IOError: [Errno 0] Error看此issues (#159)
pip 一下之后还是会出现这个问题
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Linux与Windows都可以新建虚拟环境,新建之后 用requirements.txt安装所需要的环境 |
你是不是用python 2的pip安装的cv2,但是跑的时候用的是python3 |
我在deepin上运行docker-compose up --build -d 没有问题 ,docker ps 也看到程序在运行,然后再运行docker logs --follow ticket 看log时 在加入cdn时 最后会报错 以下是报错log :
Traceback (most recent call last):
File "run.py", line 21, in <module>
from init import select_ticket_info
File "/usr/src/app/init/select_ticket_info.py", line 16, in <module>
from init.login import GoLogin
File "/usr/src/app/init/login.py", line 8, in <module>
from inter.GetRandCode import getRandCode
File "/usr/src/app/inter/GetRandCode.py", line 6, in <module>
from verify.localVerifyCode import Verify
File "/usr/src/app/verify/localVerifyCode.py", line 7, in <module>
import cv2
ModuleNotFoundError: No module named 'cv2'
我已经pip3 install opencv-python 还是会报这个错误
…------------------ 原始邮件 ------------------
发件人: "BayueVirtual"<notifications@github.com>;
发送时间: 2020年1月10日(星期五) 上午10:38
收件人: "testerSunshine/12306"<12306@noreply.github.com>;
抄送: "sh"<785800210@qq.com>;"Comment"<comment@noreply.github.com>;
主题: Re: [testerSunshine/12306] IOError: [Errno 0] Error看此issues (#159)
要安装3.6------------------ 原始邮件 ------------------ 发件人: "xingchan1981"notifications@github.com 发送时间: 2020年1月8日(星期三) 下午5:24 收件人: "testerSunshine/12306"12306@noreply.github.com; 抄送: "Ming Yuan"364362861@qq.com;"Comment"comment@noreply.github.com; 主题: Re: [testerSunshine/12306] IOError: [Errno 0] Error看此issues (#159) 你好,是否可以告之,需要安装那些完整的软件及辅助软件,我安装 了python 3.7.1 Anaconda 3.7 VSCode 还是跑不起来,是我不会操作吗? — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
Linux与Windows都可以新建虚拟环境,新建之后 用requirements.txt安装所需要的环境
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
我在deepin上运行docker-compose up --build -d 没有问题 ,docker ps 也看到程序在运行,然后再运行docker logs --follow ticket 看log时 在加入cdn时 最后会报错 以下是报错log : |
我也遇到同样的情况,请问你解决了吗? |
我的是win7的系统,为什么始终一直在报错呢,这个程序是否可以打包成exe的程序该多好 E:\12306-master>run.py r E:\12306-master>python run.py c E:\12306-master>python run.py c E:\12306-master>run.py c E:\12306-master>run.py r |
想请问一下,好像一直登陆失败,下面报错NameError: name 'null' is not definedCorrupt JPEG data: 13 extraneous bytes before marker 0xd9 |
Traceback (most recent call last): |
请安装OpenCV的Python版本,pip install OpenCV-python,或者修改一下打码类型尝试下 |
你这应该环境问题。。。 |
应该是12306那边验证码又进行了更新 |
俺也一样 |
|
Traceback (most recent call last): 同问,无法解决 |
下单接口: 2
下单模式: 2
预售踩点时间:13:00:00 Traceback (most recent call last):
File "run.py", line 15, in
run()
File "run.py", line 7, in run
select_ticket_info.select().main()
File "C:\Users\huang\Downloads\12306-master\init\select_ticket_info.py", line 50, in init
self.arrival_time, self.take_time, self.order_model, self.open_time, self.is_proxy = self.get_ticket_info()
File "C:\Users\huang\Downloads\12306-master\init\select_ticket_info.py", line 116, in get_ticket_info
open_time,
IOError: [Errno 0] Error
The text was updated successfully, but these errors were encountered: