Skip to content

Компонент перестал работать #19

Description

@vkogan2005

Добрый день!

Просто хочу убедиться, что компонент всё ещё работает и API не поменялось)
Уже несколько дней, как у меня перестало работать формирование HTTP-ссылки, страница логина после ввода номера телефона не показывает адрес, и, дальше соответственно не присылает код в SMS, токены не выдаются и так далее.
Страница, которая раньше показывала токены, снэпшот и все ссылки сейчас выдаёт вот такое:

cameras ( <title>Страница не найдена</title> <style> html, body { padding: 0; margin: 0; box-sizing: border-box; height: 100%; /* deselect / user-select: none; -webkit-user-select: none; -moz-user-select: none; cursor: default; } body { background-color: #000; color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Helvetica'; font-style: normal; font-weight: 400; } .logo-block { width: 455px; } .error-code { margin-left: 201px; font-size: 154px; line-height: 154px; / identical to box height, or 100% */ letter-spacing: -2px; } .bottom-text { font-size: 36px; opacity: .2; } .logo { position: relative; } .arrow { opacity: 0.3; height: 80px; width: 80px; } .left-top { position: absolute; transform: matrix(1, 0, 0, -1, 0, 0); animation: pulse-fadein-lefttop 4s infinite step-start; } .right-top { position: absolute; left: 57px; transform: matrix(-1, 0, 0, -1, 0, 0); animation: pulse-fadein-righttop 4s infinite step-start; } .left-bottom { position: absolute; top: 57px; animation: pulse-fadein-leftbottom 4s infinite step-start; } .right-bottom { position: absolute; left: 57px; top: 57px; transform: matrix(-1, 0, 0, 1, 0, 0); animation: pulse-fadein-rightbottom 4s infinite step-start; } @media only screen and (max-width: 600px) { .logo-block { transform: scale(0.6); } } @media only screen and (max-width: 300px) { .logo-block { transform: scale(0.3); } } @Keyframes pulse-fadein-lefttop { 25% { opacity: 1; } 50% { opacity: 0.3; } 75% { opacity: 0.3; } 100% { opacity: 0.3; } } @Keyframes pulse-fadein-righttop { 25% { opacity: 0.3; } 50% { opacity: 1; } 75% { opacity: 0.3; } 100% { opacity: 0.3; } } @Keyframes pulse-fadein-rightbottom { 25% { opacity: 0.3; } 50% { opacity: 0.3; } 75% { opacity: 1; } 100% { opacity: 0.3; } } @Keyframes pulse-fadein-leftbottom { 25% { opacity: 0.3; } 50% { opacity: 0.3; } 75% { opacity: 0.3; } 100% { opacity: 1; } } </style>

404
) Unmarshal got invalid character '<' looking for beginning of value

Возможно тут мне оказать какую-то помощь?)
Заранее благодарю!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions