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

online converter is down #210

Open
rogercrespo opened this issue Dec 26, 2021 · 5 comments
Open

online converter is down #210

rogercrespo opened this issue Dec 26, 2021 · 5 comments

Comments

@rogercrespo
Copy link

Hello,

the online converter is down https://bbconv.hrbl.pl/ is it possible to to bring it back again? I'm having difficult to use the CLI commands because I get error in some "import modules"

Thanks.

@Marmoulak
Copy link

I have the same problem. please fix it

@Arganox
Copy link

Arganox commented Dec 28, 2021

I don't think the website is maintained by @Portisch .
You can use the included Python script to convert and even send the data to your bridge. (BitBucketConverter.py)

Do check the PR
#142

@m4rquez
Copy link

m4rquez commented Mar 2, 2022

a good easy to user online alternative
https://npm.runkit.com/b1-to-b0-convertor

@caj2310
Copy link

caj2310 commented Jun 12, 2022

a good easy to user online alternative https://npm.runkit.com/b1-to-b0-convertor

Hi
How do I use this? Let's say I want to convert:
AA B1 04 1414 0262 0118 1450 38192A192A1A1A19292A19292A1A1929292929292929292A192A1A1929292A1A1A1A1A1A1A1A1A192A1A1A1A1A1A1A1A1A1A1A1A1A192A1929292A192A192A1A1929 55

What command / format do I enter. Tried several ways but keep getting Unexpected token, expected ; (1:51)

@chrismox
Copy link

a good easy to user online alternative https://npm.runkit.com/b1-to-b0-convertor

Hi How do I use this? Let's say I want to convert: AA B1 04 1414 0262 0118 1450 38192A192A1A1A19292A19292A1A1929292929292929292A192A1A1929292A1A1A1A1A1A1A1A1A192A1A1A1A1A1A1A1A1A1A1A1A1A192A1929292A192A192A1A1929 55

What command / format do I enter. Tried several ways but keep getting Unexpected token, expected ; (1:51)

Try pasting this into the box and then pressing the "run" button.

var b1ToB0Convertor = require("b1-to-b0-convertor")
const convertB1toB0 = require('b1-to-b0-convertor');
console.log(convertB1toB0('AA B1 04 1414 0262 0118 1450 38192A192A1A1A19292A19292A1A1929292929292929292A192A1A1929292A1A1A1A1A1A1A1A1A192A1A1A1A1A1A1A1A1A1A1A1A1A192A1929292A192A192A1A1929 55'));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants