mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[GH-ISSUE #562] codeitnow barcode generator not available #406
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#406
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sierracircle on GitHub (Apr 22, 2022).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/562
Originally assigned to: @jasonmunro on GitHub.
Hi. Running composer install gives me:
Failed to download codeitnowin/barcode from dist: The "https://api.github.com/repos/codeitnowin/barcode-generator/zipball/bd140d279fc813e00f72eaa4f033186bf78b8786" file could not be downloaded (HTTP/1.1 451 Unavailable for Legal Reasons)Looking at the github page for them, there is a DMCA takedown notice.
Removing the codeitnow from line 27 of the composer.json seems to work for now.
Not sure what the barcode-generator thing is for. I have no need of it.
@marclaporte commented on GitHub (Apr 22, 2022):
For the record: https://github.com/github/dmca/blob/master/2022/04/2022-04-20-barcodebakery.md
@marclaporte commented on GitHub (Apr 22, 2022):
Here is why/when it was introduced:
github.com/jasonmunro/cypht@6eba048551@ElvisAns commented on GitHub (Apr 23, 2022):
So.. the api is ready to be called in case we just want to generate a barcode with cypht? 2D barcode preferably
@marclaporte commented on GitHub (Apr 23, 2022):
@ElvisAns Can you make a merge request to resolve this? Go back to previous lib or propose a another one.
Thanks!
@ElvisAns commented on GitHub (Apr 23, 2022):
Well i walk through it and do something ASAP
@jasonmunro commented on GitHub (Apr 27, 2022):
We should probably just revert to the original QR code generating library.
@ElvisAns commented on GitHub (May 2, 2022):
I have also got the error
Failed to download codeitnowin/barcode from dist: The "https://api.github.com/repos/codeitnowin/barcode-generator/zipball/bd140d279fc813e00f72eaa4f033186bf78b8786" file could not be downloaded (HTTP/2 451 ): {"message":"Repository access blocked","block":{"reason":"dmca","created_at":"2022-04-20T23:29:58Z","html_url":"https://github.com/github/dmca/blob/master/2022/04/2022-04-20-barcodebakery.md"}} Now trying to download from sourceafter running
composer installAs @jasonmunro said it seems like we need to replace this dependency!
@ElvisAns commented on GitHub (May 2, 2022):
And packagist has the answer "This package is abandoned and no longer maintained. The author suggests using the barcode-bakery/barcode-1d package instead."
https://packagist.org/packages/codeitnowin/barcode
@ElvisAns commented on GitHub (May 2, 2022):
I have made something at this pull request,
Test results are welcome!
@ElvisAns commented on GitHub (May 2, 2022):
I have switched to this package : https://packagist.org/packages/endroid/qr-code, it has
15 293 400installs and3 655stars ⭐@jasonmunro commented on GitHub (May 2, 2022):
@ElvisAns this looks great thanks for doing this. I was just looking into doing the exact same thing :) I will merge this today