Skip to main content

Common Problems

На этой странице описаны известные ошибки и предупреждения, с которыми вы можете столкнуться при работе с программным обеспечением Autonomys. Каждая проблема включает в себя уровень серьезности, объяснение и шаги по решению, чтобы помочь вам быстро определить и устранить проблемы.

Быстрая навигация

Мы регулярно обновляем это руководство на основе отзывов сообщества и новых релизов.

Проблемы программы

Эти ошибки и предупреждения связаны с конкретными компонентами. В этом разделе мы выделим известные проблемы, предложим доступные шаги по их устранению и укажем уровни их серьезности.

WARN Consensus: telemetry: ❌ Error while dialing

Low Severity

This error is specifically related to the telemetry server. It may occur occasionally, but it has no impact on farming operations and can be safely ignored.

Error message:

WARN Consensus: telemetry: ❌ Error while dialing /dns/telemetry.subspace.foundation/tcp/443/x-parity-wss/%2Fsubmit%2F: Custom { kind: Other, error: Timeout }

WARN Consensus: Proof of time chain reorg

Medium Severity

This situation arises when two or more valid blocks are created at the same height in the blockchain. Initially, network nodes may disagree on which block to add to the chain, resulting in multiple temporary forks. Once this disagreement is resolved, the blocks from the discarded fork become orphaned, and the chain reorganizes to incorporate the blocks from the winning fork.

Resolution:

This should resolve on its own.

Error message:

WARN Consensus: sc_proof_of_time::source: Proof of time chain reorg happened from_next_slot=<block> to_next_slot=<block>

WARN Consensus: Proof of time chain extended

Medium Severity

This warning message should not affect your rewards or the operation of your node. It's just a log message indicating the normal operation of the network.

Error message:

WARN Consensus: sc_proof_of_time::source: Proof of time chain was extended from block import from_next_slot=<block> to_next_slot=<block>

WARN Consensus: Error when syncing blocks from DSN

Low Severity

When a new node is stood up with the default (snap) syncing method, it will attempt to download segments from the network. If the node is unable to download enough pieces to reconstruct a segment, it will try again.

Error message:

WARN Consensus: subspace_service::sync_from_dsn: Error when syncing blocks from DSN, stopping DSN sync until the next notification error=Other: Failed to download segment pieces during block import: Not enough (127/128) pieces for segment <segment>

Непредвиденное поведение

Эти неожиданные действия не связаны с конкретными компонентами. В этом разделе мы рассмотрим общие вопросы и рассмотрим все имеющиеся меры по их устранению.

Отсутствие вывода и отсутствующие коды ошибок (Windows)

Если вы столкнулись с ошибкой, при которой узел ничего не выводит и не указан код ошибки, то достаточно просто установить последний пакет Visual C++ Redistributable package.

Фермеры застряли при заполнении участков

Попробуйте перезапустить узел или фермера. Мы заметили, что при создании больших участков процесс иногда может застопориться, но обычно он автоматически возобновляется через некоторое время.

Нет наград через несколько дней

Если после нескольких дней фермерства вы не получили никаких наград, попробуйте выполнить следующие действия:

  • Убедитесь, что вы используете последнюю версию Space Acres Recommended или CLI
  • Убедитесь, что ваш фермер активен и на самом высоком блоке путем проверки на нашем сервере telemetry телеметрии
  • Проверьте свой баланс с помощью Astral Block Explorer или Polkadot Explorer
Все еще возникают проблемы?