Coder Social home page Coder Social logo

anifunnel's People

Contributors

hamuko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

anifunnel's Issues

Internal Server Error / Index out of bounds

Hi,

first of all thanks for your work. I've just deployed anifunnel in a docker and im getting an index out of bounds on the admin endpoint and all my scrobbles seem "not actionable".

Heres the Dockerlogs with RUST_BACKTRACE=1:
https://pastebin.com/wL8w6Dj4

And heres one with RUST_BACKTRACE=full:
https://pastebin.com/qVqtdF79

My Docker Command is as follows:

docker run \ -p 8000:8000 \ -e "ANILIST_PLEX_USER=jonasheinz" \ -e "ANILIST_TOKEN="real_token_here" \ ghcr.io/hamuko/anifunnel:latest

Thanks again for the Work and if you need any more info just lemme know.

Webhook is not actionable

Hello again,

I started receiving the below mentioned errors, webhook is not actionable.

Initially i thought it was it because the token for Anilist expired so i regenerated it and created a new image with the new token.

Have you ran into this issue by chance?

Plex version: Version 4.108.0

2024-01-14 14:30:54 2024-01-14T12:30:54.821Z INFO [rocket::server::] Matched: (scrobble) POST /
2024-01-14 14:30:54 2024-01-14T12:30:54.821Z INFO [anifunnel] Webhook is not actionable
2024-01-14 14:30:54 2024-01-14T12:30:54.822Z INFO [rocket::server::
] Outcome: Success(200 OK)
2024-01-14 14:30:54 2024-01-14T12:30:54.822Z INFO [rocket::server::] Response succeeded.
2024-01-14 14:31:04 2024-01-14T12:31:04.251Z INFO [rocket::server] POST / multipart/form-data:
2024-01-14 14:31:04 2024-01-14T12:31:04.251Z INFO [rocket::server::
] Matched: (scrobble) POST /
2024-01-14 14:31:04 2024-01-14T12:31:04.251Z INFO [anifunnel] Webhook is not actionable
2024-01-14 14:31:04 2024-01-14T12:31:04.251Z INFO [rocket::server::] Outcome: Success(200 OK)
2024-01-14 14:31:04 2024-01-14T12:31:04.251Z INFO [rocket::server::
] Response succeeded.
2024-01-14 14:31:10 2024-01-14T12:31:10.198Z INFO [rocket::server] POST / multipart/form-data:
2024-01-14 14:31:10 2024-01-14T12:31:10.199Z INFO [rocket::server::] Matched: (scrobble) POST /
2024-01-14 14:31:10 2024-01-14T12:31:10.199Z INFO [anifunnel] Webhook is not actionable
2024-01-14 14:31:10 2024-01-14T12:31:10.199Z INFO [rocket::server::
] Outcome: Success(200 OK)
2024-01-14 14:31:10 2024-01-14T12:31:10.199Z INFO [rocket::server::_] Response succeeded.

Thank you,

Software still maintained?

Hello,

Curious if you are sitll maintaining the docker file.

Did a few things:

  1. Tried receiving my token from the link in the description:
  • {"error":{"status":404,"messages":["API route not found."]}} this is the response code, i ended up getting the token (which i think is correct and added it myself to the docker image)
  • altough it gave the above message i also checked and saw that in my settings the anifunnel application has rights
  1. Ran the docker image with the token & configured the webhook.
  • on the plex console i'm getting the following error: Webhook: Error delivering payload to http://127.0.0.1:32400/: 401
  • i tried also without the / at the ending even though it was not in the documentation
    Unfortunately i don't know how to enable debugging on the docker image itself, no errors on that.

This is the output:
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch] ๐Ÿ”ง Configured for release.
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch::] address: 0.0.0.0
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch::
] port: 8000
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch::] workers: 16
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch::
] max blocking threads: 512
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch::] ident: Rocket
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch::
] IP header: X-Real-IP
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch::] limits: bytes = 8KiB, data-form = 2MiB, file = 1MiB, form = 32KiB, json = 1MiB, msgpack = 1MiB, string = 8KiB
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch::
] temp dir: /tmp
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch::] http/2: true
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch::
] keep-alive: 5s
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch::] tls: disabled
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch::
] shutdown: ctrlc = true, force = true, signals = [SIGTERM], grace = 2s, mercy = 3s
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch::] log level: critical
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch::
] cli colors: true
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch] ๐Ÿ“ฌ Routes:
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch::] (scrobble) POST /
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch::
] (management_redirect) GET /
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch::] (management) GET /admin
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch::
] (management_edit) POST /admin/edit/
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch] ๐Ÿ“ก Fairings:
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch::] Shield (liftoff, response, singleton)
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::launch::
] Templating (ignite, liftoff)
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::shield::shield] ๐Ÿ›ก๏ธ Shield:
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::shield::shield::] X-Content-Type-Options: nosniff
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::shield::shield::
] Permissions-Policy: interest-cohort=()
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket::shield::shield::] X-Frame-Options: SAMEORIGIN
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket_dyn_templates::fairing] ๐Ÿ“ Templating:
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket_dyn_templates::fairing::
] directory: tmp/.tmpc5DHa1
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z INFO [rocket_dyn_templates::fairing::_] engines: ["tera"]
2023-11-02 21:20:57 2023-11-02T19:20:57.143Z WARN [rocket::launch] ๐Ÿš€ Rocket has launched from http://0.0.0.0:8000

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.