GithubHelp home page GithubHelp logo

auto_attendance's Issues

关于本项目Issues区和Discussions区的使用规范说明

各位被打卡困扰的左家垅同胞们大家好:

本项目不可避免地存在某些bug,同时可能也有许多同学们在使用过程中遇到了各种各样的问题,欢迎各位向本项目提出你的意见和建议。为了更好地建设和维护本项目,现将issues区和discussions区的使用规范介绍如下。

Issues

Issues区用于向本项目反馈您发现的已知或疑似代码bug,以及提出您的改进意见。

Discussions

Discussions区是GitHub最近推出的一项功能,承接了之前Issues区的反馈、讨论使用问题的功能。因此希望大家在Discussions区对使用过程中遇到的问题(比如运行报错等)进行反馈和讨论。

您的每一条反馈都可以帮助到后面的同学,我也会对每一条问题及时作出回复。祝大家使用愉快。

actions run into error

Hi,
Thank you for making this great tool, it work well for about a month, but this morning it runs into an error.
Traceback (most recent call last): File "auto.py", line 116, in <module> main(args.username, args.password, args.eai_sess, args.UUkey) File "auto.py", line 93, in main dk.login() File "auto.py", line 43, in login self.cookie2 = res2.headers['Set-Cookie'].split(";")[0] File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/site-packages/requests/structures.py", line 54, in __getitem__ return self._store[key.lower()][1] KeyError: 'set-cookie' ⠙ 登录到中南大学信息门户... ##[error]Process completed with exit code 1.
Could you help me figure out what happen?
It would be awesome if you could add a function that if the auto attend fail, the program will send an email as a remainer.
Thank you!
Ningrong

A problem encountered when running the project

I forked the project as instructed and added the secrets. However, when I was tryna run it, there was always an error message popping up, which is pasted below:
Traceback (most recent call last):
File "auto.py", line 116, in
main(args.username, args.password, args.eai_sess, args.UUkey)
File "auto.py", line 97, in main
dk.get_info()
File "auto.py", line 60, in get_info
geo_obj = eval(geo_text)['addressComponent']
File "", line 1, in
NameError: name 'null' is not defined
⠸ 正在获取个人信息...
Error: Process completed with exit code 1.

All the secrets were true and I did not make any changes to the code of the project. Could you please help me figure this out? Thank you very much!

问个问题

能放到云函数里面执行定时打卡不?
就是把位置坐标写成固定的 实现在云函数里面自动打卡

个人信息获取失败

错误信息如下:

Traceback (most recent call last):
  File "auto.py", line 130, in <module>
    main(args.username, args.password)
  File "auto.py", line 113, in main
    dk.get_info()
  File "auto.py", line 71, in get_info
    jsontext = re.findall(r'def = {[\s\S]*?};', html)[0]
IndexError: list index out of range
⠋ 正在获取个人信息...
Error: Process completed with exit code 1.

Action failure

最近提示登入信息门户的账号密码不对,无法打卡

auto.py error.

Thank you for writing the automatic script!
After edit the config.json, when runing auto.py the error message show up:

File "auto.py", line 116, in <module>
    main(args.username, args.password, args.eai_sess, args.UUkey)
  File "auto.py", line 93, in main
    dk.login()
  File "auto.py", line 43, in login
    self.cookie2 = res2.headers['Set-Cookie'].split(";")[0]
  File "/home/yy/anaconda3/lib/python3.7/site-packages/requests/structures.py", line 52, in __getitem__
    return self._store[key.lower()][1]
KeyError: 'set-cookie'

关于五一节后无法自动打卡情况的相关说明

自从五一学校新增了疫苗相关打卡信息后,原来的信息门户统一认证平台页面无法登入。

由于本人最近学业繁忙,各种事项较多,无法及时修复相关问题,很抱歉的通知各位用户本项目暂时无法使用,预计修复时间未知(可能要到期末之后闲下来才能修复),请自行选择其他代打卡服务。

同时也欢迎有相关开发经验的同学向本项目提交PR,帮助修复相关问题。


最后再次对相关问题给您造成的不便表示歉意!

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.