Giter Club home page Giter Club logo

Comments (6)

mumu0215 avatar mumu0215 commented on June 2, 2024 1

@mumu0215 请问解决了吗?

目标站点挂了,暂时没法测试。站点好了再测试下吧

from neo-regeorg.

L-codes avatar L-codes commented on June 2, 2024

不会有影响的,但请问这是运行 neoreg.py 报的警告吗?正常应该不会报出该告警,因为代码中早已忽略https证书告警了

requests.packages.urllib3.disable_warnings()

from neo-regeorg.

mumu0215 avatar mumu0215 commented on June 2, 2024

不会有影响的,但请问这是运行 neoreg.py 报的警告吗?正常应该不会报出该告警,因为代码中早已忽略https证书告警了

requests.packages.urllib3.disable_warnings()

是运行主程序爆的警告,用regeorg也同样告警退出了,报警内容一样直接退出了,同样连不上。我在怀疑是站点目录的问题了

from neo-regeorg.

mumu0215 avatar mumu0215 commented on June 2, 2024

Snipaste_2021-01-28_20-16-40

报错如下,貌似站点交互需要cookie

from neo-regeorg.

L-codes avatar L-codes commented on June 2, 2024
  1. 你的情况是这样的,你根据提示,加上 -H 'Cookie: xxxx' 就好了,提示信息说服务器给的 session 过期了
  2. 告警的问题,麻烦你在下面代码后面加上两行代码测试一下,应该就不告警了:
    from threading import Thread

    后面加上
import urllib3
urllib3.disable_warnings()

from neo-regeorg.

L-codes avatar L-codes commented on June 2, 2024

@mumu0215 请问解决了吗?

from neo-regeorg.

Related Issues (20)

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.