Code Monkey home page Code Monkey logo

picacomic-punch's Issues

目前是否可用

我注意到项目已经两年没有维护了,是否还能自动签到成功呢?

无法运行

已经按照readme提示的步骤设置了名为ACCOUNTS的repository secret,值为我的账号,我的密码

Run dotnet run -- "${accounts}"
  dotnet run -- "${accounts}"
  shell: /usr/bin/bash -e {0}
  env:
    DOTNET_ROOT: /home/runner/.dotnet
    accounts: ***
Unhandled exception. System.Exception: 请查看文档设置账号密码
   at picacomic.Program.Main(String[] args) in /home/runner/work/picacomic-Punch/picacomic-Punch/Program.cs:line [3](https://github.com/SinoAHpx/picacomic-Punch/runs/6301086624?check_suite_focus=true#step:6:3)9
   at picacomic.Program.<Main>(String[] args)
Error: Process completed with exit code 13[4](https://github.com/SinoAHpx/picacomic-Punch/runs/6301086624?check_suite_focus=true#step:6:4).

这是workflow profile(应该没有改动):

name: picacgPunch

on:

  push:
    branches: [ main ]    
    paths:
    - '**'
    - '!.gitignore'
    - '!README.md'
  
    
    
  schedule:
    - cron: '2 2 * * *'

jobs:

  build:    
  
    runs-on: ubuntu-latest
    
    
    steps:
    - uses: actions/checkout@v2
    
    - name: Set Time
      run: sudo timedatectl set-timezone 'Asia/Shanghai'
      
    - name: .Net Core
      uses: actions/setup-dotnet@v1
      with:
        dotnet-version: '5.0.x'
        
    - name: Build
      run: dotnet build -c Release
      
    - name: Run
      env:        
        accounts: ${{secrets.ACCOUNTS}}
      run: dotnet run -- ${accounts}
     
       

Process completed with exit code 134.

已經按文檔鍵入了賬號和密碼 但是一直提示

  1. Run dotnet run -- ${accounts}
  2. dotnet run -- ${accounts}
  3. shell: /usr/bin/bash -e {0}
  4. env:
  5. DOTNET_ROOT: /home/runner/.dotnet
    
  6. accounts: 
    
  7. Unhandled exception. System.Exception: 请查看文档设置账号密码
  8. at picacomic.Program.Main(String[] args) in /home/runner/work/picacomic-Punch/picacomic-Punch/Program.cs:line 21
  9. at picacomic.Program.(String[] args)
  10. Error: Process completed with exit code 134.

鑒於這個庫最新更新是三年以前 是否因為github功能有改動?

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.