Skip to content
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

Bot no longer working, error at launch #274

Open
dmitriyvostrikov opened this issue Dec 30, 2022 · 2 comments
Open

Bot no longer working, error at launch #274

dmitriyvostrikov opened this issue Dec 30, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@dmitriyvostrikov
Copy link

dmitriyvostrikov commented Dec 30, 2022

Describe the bug
Bot no longer works, getting an error at launch.

Using this docker-compose file(in case I missed something?):

version: '3'

services:
  twitchdrops:
    image: ghcr.io/tychothetaco/twitch-drops-bot:latest-release
    container_name: twitchdrops
    restart: unless-stopped
    volumes:
      - ./data:/app/data

Screenshots
N/A

Logs

[2022-12-30 12:53:25] [info] Loading config file: config.json  
[2022-12-30 12:53:25] [warn] Overriding browser option because we are inside a docker container!  
[2022-12-30 12:53:25] [warn] Adding browser option: --no-sandbox because we are inside a docker container!  
[2022-12-30 12:53:25] [warn] No username specified! Using existing cookies: cookies-***.json  
[2022-12-30 12:53:25] [info] Restoring cookies from last session.  
[2022-12-30 12:53:25] [error] AxiosError: Request failed with status code 401  
    at settle (file:///app/node_modules/axios/lib/core/settle.js:19:12)  
    at IncomingMessage.handleStreamEnd (file:///app/node_modules/axios/lib/adapters/http.js:495:11)  
    at IncomingMessage.emit (node:events:525:35)  
    at endReadableNT (node:internal/streams/readable:1359:12)  
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)  
@dmitriyvostrikov dmitriyvostrikov added the bug Something isn't working label Dec 30, 2022
@dmitriyvostrikov dmitriyvostrikov changed the title [Bug] Bot no longer working, error at launch Dec 30, 2022
@M-archand
Copy link

I'm getting the exact same error on startup.

@thierrybla
Copy link

I'm getting the exact same error on startup.

Me too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants