Giter VIP home page Giter VIP logo

bazarr-bulk's People

Contributors

dependabot[bot] avatar mateoradman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

bazarr-bulk's Issues

Add --max-retries and --retry-interval flags

Hey, sometimes the connection to Bazarr can be interrupted due to updates, restarts, network upgrades, etc.

It would be really nice if we can define --max-retries and --retry-interval flags.

Restarting a sync from scratch is extremely time consuming especially with large libraries.

Windows/Linux Reqwest Error

When attempting to use the script on Windows 10, I get this error message in command prompt and PowerShell stating, "Error: reqwest::Error { kind: Decode, source: Error("invalid type: null, expected a string", line: 1, column: 5030) }". I have the "bb" and "config.json" file in the Downloads directory. Below is an output from PowerShell.

PS C:\Users\User1\Downloads> ls
Directory: C:\Users\User1\Downloads

Mode LastWriteTime Length Name


d----- 1/22/2024 7:08 AM bazarr-bulk_v.0.1.1_x86_64-pc-windows-gnu
-a---- 1/22/2024 7:08 AM 5306389 bazarr-bulk_v.0.1.1_x86_64-pc-windows-gnu.zip
-a---- 1/7/2024 2:02 PM 16944547 bb.exe
-a---- 1/22/2024 7:25 AM 118 config.json

PS C:\Users\User1\Downloads> .\bb.exe --config .\config.json tv-shows sync
Error: reqwest::Error { kind: Decode, source: Error("invalid type: null, expected a string", line: 1, column: 5030) }

Configuration File:

{
"host": "192.168.30.37",
"protocol": "http",
"port": "6767",
"apiKey": "REMOVED"
}

Investigate system dependencies required to run bazarr-bulk

  • On debian, installation fails because it's missing libssl-dev (sudo apt install libssl-dev)

  • On Alpine, installation fails because it's missing openssl-dev (apk add --update openssl-dev)

  • On Alpine, installation fails again with some other error:
    = note: /usr/lib/gcc/x86_64-alpine-linux-musl/13.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -lssl: No such file or directory /usr/lib/gcc/x86_64-alpine-linux-musl/13.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -lcrypto: No such file or directory collect2: error: ld returned 1 exit status

  • Manual install on Alpine throws an error: bash: /usr/local/bin/bb: cannot execute: required file not found

Error: reqwest::Error

I get following Error trying to run any command:

Bazarr API is healthy.
Error: reqwest::Error { kind: Decode, source: Error("expected value", line: 4, column: 1) }

Bazarr is V1.4.2 on k3s behind traefik with authentik (/api is excluded from authentik)

{ "host": "bazarr.local.REDACTED", "protocol": "https", "port": "443", "apiKey": "REDACTED" }

Tried from Pop!OS 22.04 with bazarr-bulk 0.1.2 (installed automatically or manually, same issue)

Mod Sync not loaded

I am running it on linux using bazarr 1.4.2.
I ran on all movies, it connects and goes over the list but in the logs of bazarr for every movie i get "Mod Sync not loaded"

Windows - reqwest error

Running bb.exe on a Windows 10 machine, using the following command (elevated prompt):

bb.exe --config D:\utilities\bb\config.json movies sync

returns this error:

Error: reqwest::Error { kind: Decode, source: Error("invalid type: null, expected a string", line: 1, column: 351761) }

the config file contents are:

{
  "host": "192.168.1.165",
  "protocol": "http",
  "port": "6767",
  "apiKey": "****redacted****"
}

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.