Ошибка файлы отсутствуют chrome

Как устранить ошибки при скачивании

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

Как устранить наиболее часто возникающие ошибки

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

  1. Проверьте подключение к интернету. Если оно прерывается, попробуйте устранить ошибки, связанные с подключением.
  2. Попробуйте скачать файл позже.
  3. Свяжитесь с владельцем сайта.

Подробнее о том, как найти скачанный файл…

Как устранить определенные виды ошибок

Не удалось подключиться к сети

Если при установке из интернет-магазина Chrome появляется ошибка «NETWORK_FAILED«, возможно, мешает нежелательное ПО на вашем компьютере.

Чтобы исправить ошибку:

  • Удалите нежелательное ПО, а затем установите приложение, расширение или тему.
  • Если устранить проблему не удалось, переустановите Chrome.

Скачивание запрещено

Это значит, что скачивание файла блокируется настройками безопасности вашего компьютера.

Подробнее о том, почему Chrome блокирует скачивание некоторых файлов…

Пользователям Windows. Возможно, файл, который вы пытались скачать, блокируется диспетчером вложений. Чтобы узнать, почему это произошло и какие файлы можно сохранять, перейдите к настройкам интернет-безопасности Windows.

Файлы отсутствуют

Эта ошибка возникает, если вы пытаетесь скачать файл, которого нет на сайте или который был перемещен в другой раздел.

В таком случае свяжитесь с владельцем ресурса или поищите нужный файл на другом сайте.

Не удалось выполнить проверку на вирусы или обнаружен вирус

Скачивание файла могло быть заблокировано антивирусным ПО.

  • Причина блокировки указана в отчете антивирусной программы.
  • Пользователям Windows. Возможно, файл, который вы пытались скачать, блокируется диспетчером вложений. Чтобы узнать, почему это произошло и какие файлы можно сохранять, перейдите к настройкам интернет-безопасности Windows.

Недостаточно места на диске

На жестком диске вашего компьютера не хватает места, чтобы сохранить файл.

Чтобы исправить ошибку:

  • Удалите ненужные файлы с компьютера.
  • Как очистить корзину

Недостаточно прав или система перегружена

Chrome не может сохранить файл на вашем компьютере.

Чтобы устранить ошибку, сделайте следующее:

  • Отмените скачивание и повторите попытку.
  • Нажмите на ссылку правой кнопкой мыши и выберите Сохранить ссылку как.
  • Убедитесь, что файл скачивается в папку, к которой у вас есть доступ, например в «Документы» или «Рабочий стол». При желании можно выбрать другую папку.

У вас нет разрешения на скачивание файла.

Попробуйте найти нужный файл на другом ресурсе или свяжитесь с владельцем сайта или сервера.

Запрещено или доступ запрещен

У вас нет разрешения на скачивание файла с сервера.

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

Не удается выполнить действие. Посетите справочный форум Chrome.

Эта информация оказалась полезной?

Как можно улучшить эту статью?

The ERR_FILE_NOT_FOUND error is relatively common while using the popular Google Chrome browser. It can happen while you’re working on developing a new extension for the browser or simply while using it to navigate the web. In either case, the error message means you’re running into a resource the browser can’t access.

In many cases, this doesn’t mean that the resource or file isn’t there. If you know how to troubleshoot the ERR_FILE_NOT_FOUND error, you’ll be able to access the file and continue to work on your development project or simply browse the web as usual.

In this article, we’ll talk more about what the ERR_FILE_NOT_FOUND error involves and what causes it. We’ll also show you how to troubleshoot it and discuss similar issues you may run into while using other browsers.

What Does ERR_FILE_NOT_FOUND Mean?

ERR_FILE_NOT_FOUND is an HTTP error message you might run into while browsing the web. In a nutshell, the error means the browser can’t access a specific file or resource, and here’s what it looks like:

Screenshot of the ERR_FILE_NOT_FOUND error

The ERR_FILE_NOT_FOUND error

As always, your first course of action when you run into an HTTP error should be to read the description your browser provides (and check if the URL is correct).

In this case, Chrome says it’s unable to find a file that may have been deleted or moved. That is to say, you’re trying to access an unavailable resource.

Naturally, you might run into the same issue using another browser besides Chrome. However, the specific wording of this error is unique to the Google Chrome browser.

Moreover, some elements in Chrome can trigger this error even if there’s no issue with the file or directory you’re trying to access. We’ll take a closer look at this in the next section.

The ERR_FILE_NOT_FOUND error is relatively common- so knowing how to fix it will save you time (and stress!) in the long run 🗂Click to Tweet

What Causes the ERR_FILE_NOT_FOUND Error?

The ERR_FILE_NOT_FOUND error is somewhat unique because it’s commonly caused by problems with Chrome itself and not by your website’s server, despite the message it shows.

The error message indicates the browser cannot locate a specific file because it’s no longer there. However, in our experience, the most common causes behind the ERR_FILE_NOT_FOUND issue are Chrome extensions.

Sometimes, extensions can cause errors with the sites you’re trying to visit. Sometimes, the extensions interact with specific websites unexpectedly, leading Chrome to show errors.

Extensions, just like any other piece of software, can have bugs. Moreover, if you’re using multiple extensions together, it can sometimes result in compatibility issues. Likewise, not updating extensions may lead to errors such as ERR_FILE_NOT_FOUND while using Chrome.

3 Ways to Fix the ERR_FILE_NOT_FOUND Error

Since extensions are the primary culprits behind the ERR_FILE_NOT_FOUND error in Chrome, you’ll need to work with them to fix the problem. Let’s talk about how that process works.

1. Disable Chrome Extensions

For this step of the process, we recommend disabling Chrome extensions one by one. That way, you’ll be able to identify precisely which extension is behind the ERR_FILE_NOT_FOUND error.

To get started, open the settings menu in Chrome by clicking on the three-dot icon in the right corner of the main navigation menu. Go to More Tools > Extensions. Chrome will show you all the extensions available for your profile, including both active and inactive options:

Disabling Google Chrome extensions

Google Chrome extensions

To disable an extension, click on the toggle icon in the lower right corner under its description. You need to repeat this process for each active extension. In this screenshot, the extension is disabled, hence the gray toggle icon:

Toggle the icon to gray mode to disable the extension

Disabling an extension in Google Chrome

Go through the active extensions one by one. After disabling each extension, try to access the page returning the ERR_FILE_NOT_FOUND error by force reloading it. You can do this by keeping the page open and using the Control + F5 key combination in Windows.

Force refreshing the page makes Chrome reload it fully without using a cached version. If the error persists, that means the extension you disabled wasn’t the culprit.

Continue disabling extensions until you find one that causes the error to disappear. At this stage, we recommend keeping the extension disabled temporarily and then checking to see if the message persists. If an update to the extension is available, you’ll also want to install it before retrying.

2. Remove Persisting Extensions from the User Data Folder

If you remove a specific Chrome extension, but the error keeps appearing, you’ll need to check if it left some files behind. It’s relatively common for software to store files on your computer even after you uninstall it, so this is a practice you’ll want to get used to.

Chrome stores extension files in the Chrome > User Data > Default > Extensions directory in Windows, under your local user’s AppData folder.

Accessing that directory can be a pain because it’s sometimes hidden. The easiest approach is to open the Windows Run window by hitting the Windows + R keys. Once the window opens, paste the following address into it:

%LOCALAPPDATA%GoogleChromeUser DataDefaultExtensions

This is what the window should look like after you enter that address:

Using the Run command in Windows

Run command in Windows

Hit the OK button, and the Chrome extensions folder will open. Here’s what it should look like:

The Google Chrome extensions directory in Windows

The Google Chrome extensions directory in Windows

Right off the bat, it’s important to note that you won’t be able to identify extensions by name. Each folder corresponds to an extension, and it’s relatively simple to locate one by opening each folder and looking for the extension icon files or the manifest.json file.

Open the manifest.json file inside each folder and verify the name of the extension it corresponds to at the top of the file:

Editing the manifest.json file for a Chrome extension

Editing the manifest.json file for a Chrome extension

You’ll need to identify if there’s a folder corresponding to extensions you previously deleted. The easiest way to do this is by accessing the extensions directory right after uninstalling the software and sorting the folders by date of modification.

The last folder to be modified should correspond to the extension you recently uninstalled. If it doesn’t, and you can’t find any corresponding folders, it means the extension left no files behind. If that’s the case and the ERR_FILE_NOT_FOUND persists, you might need to reset Chrome.

3. Reset Chrome

If disabling extensions doesn’t fix the problem, you can use the Chrome reset option to restore the browser to its default settings. This process disables every extension and deletes all temporary data, such as cookies and cached files.

To do this, go to the Chrome Settings menu and select the Reset and clean up option. Now click on Restore settings to their original defaults, and Chrome will ask you to confirm your decision:

The popup box for resetting Google Chrome

Reset Google Chrome

Note that resetting Chrome won’t affect your bookmarks and saved passwords. This is merely a troubleshooting tool, and in most cases, the ERR_FILE_NOT_FOUND error should disappear after a full Chrome reset.

Where Else Can the ERR_FILE_NOT_FOUND Error Appear?

Since Chrome typically shows ERR_FILE_NOT_FOUND when it runs into issues with extensions, there’s no counterpart to it in most other browsers. That’s because other browsers may not rely as much on custom add-ons as Chrome does.

You might see this error message in particular locations, including:

  • ERR_FILE_NOT_FOUND Android: Google Chrome can’t access the resource on your mobile device, so it’s worth switching to a different browser.
  • ERR_FILE_NOT_FOUND Outlook: Typically, you’ll see this error if the browser can’t access a PDF resource within the Outlook interface. We recommend troubleshooting your Chrome extensions.
  • ERR_FILE_NOT_FOUND Windows 10: Google Chrome can’t return a resource in Windows 10, meaning you’ll need to follow the extension troubleshooting steps.
  • ERR_FILE_NOT_FOUND PDF preview: You’re unable to view a PDF attachment, so keep an eye out for any PDF-related extensions.
  • ERR_FILE_NOT_FOUND JavaScript: Your browser can’t load a query when you’re testing an HTML webpage. Make sure that you’ve correctly entered the path for the query.

Although the ERR_FILE_NOT_FOUND message is unique to Google Chrome, this type of error can pop up in any browser (such as Microsoft Edge). The closest equivalent to ERR_FILE_NOT_FOUND in other browsers is a 404 HTTP code.

If you run into issues while using another browser, we have a complete guide on how to troubleshoot the 404 error, as well as the other most common HTTP errors. This information will prove invaluable if you spend a lot of time online.

Can You Prevent This Type of Error With a Good Host?

ERR_FILE_NOT_FOUND is not a server-side error. In most cases, it is caused by issues with your Chrome installation, such as problems with the extensions you use.

That means changing web hosts shouldn’t have an impact on whether you run into the ERR_FILE_NOT_FOUND error or not. Even so, using a managed WordPress hosting provider like Kinsta can help prevent common HTTP errors and other issues native to WordPress.

On top of using a great host, we recommend becoming acquainted with the basics of WordPress troubleshooting. That way, if you run into an error with your website, you’ll be well-equipped to handle it.

Once you know how to troubleshoot the ERR_FILE_NOT_FOUND error, you’ll be able to continue to work on your development project in peace. 😌 Get started here ⬇️Click to Tweet

Summary

The ERR_FILE_NOT_FOUND is similar to error 404, but it is unique to Google Chrome. Typically, the error is caused by problems with Chrome extensions. That means you need to troubleshoot your Chrome installation to fix it.

To troubleshoot the ERR_FILE_NOT_FOUND error, we recommend starting by disabling your Chrome extensions. Then, it’s worth removing any data left behind by these add-ons. Finally, if all else fails, it’s time to fully reset Chrome to its default settings.

Partnering with a high-quality web host means you’ll have access to customer support and troubleshooting whenever you need it. Check out our Kinsta plans to learn more about the benefits of managed WordPress hosting!

Ошибка «Файлы отсутствуют» в Chrome может быть очень раздражающей и приводить к неудовлетворительному опыту использования этого популярного веб-браузера. К счастью, существует несколько способов исправить эту проблему и продолжить скачивание файлов.

Первым шагом для решения проблемы может быть очистка кэша и файлов cookie в Chrome. Для этого необходимо перейти в настройки браузера, выбрать «Приватность и безопасность», затем «Очистить данные браузера». В появившемся окне нужно выбрать «Кэш и файлы cookie» и нажать кнопку «Очистить данные». Это поможет устранить возможные проблемы со старыми файлами, которые могут вызвать ошибку «Файлы отсутствуют».

Если очистка кэша не помогла, следующим шагом может быть проверка наличия вирусов на компьютере. Вредоносное программное обеспечение может повлиять на функциональность браузера и вызвать ошибки при скачивании файлов. Рекомендуется запустить антивирусное программное обеспечение и выполнить полное сканирование системы. Если обнаружены вредоносные программы, необходимо удалить их и повторить попытку скачивания файлов в Chrome.

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

Наконец, если ни один из описанных выше методов не помог в исправлении ошибки «Файлы отсутствуют», можно попробовать переустановить сам браузер Chrome. Это позволит удалить все настройки и файлы браузера, которые могут вызывать проблемы. После переустановки Chrome рекомендуется установить все необходимые расширения и проверить, исправилась ли ошибка.

Содержание

  1. Как избавиться от ошибки «Файлы отсутствуют» в Chrome?
  2. Вариант 1: Очистить кэш и историю загрузок
  3. Вариант 2: Проверить антивирусное ПО
  4. Вариант 3: Использовать альтернативный браузер

Как избавиться от ошибки «Файлы отсутствуют» в Chrome?

Одна из распространенных ошибок при скачивании файлов в браузере Google Chrome — «Файлы отсутствуют». Эта ошибка может возникать из-за разных причин, но существуют несколько способов ее исправить.

Вот несколько шагов, которые могут помочь:

  • Обновите браузер. Возможно, проблема связана с устаревшей версией Chrome. Проверьте, что у вас установлена самая последняя версия браузера.
  • Очистите кэш браузера. Иногда проблема скачивания файлов может быть связана с неправильным или поврежденным кэшем. Очистка кэша Chrome может помочь в таких случаях.
  • Используйте другой браузер. Если ошибка «Файлы отсутствуют» возникает только в Chrome, попробуйте скачать файлы с другого браузера, такого как Mozilla Firefox или Microsoft Edge.
  • Отключите расширения. Некоторые расширения браузера могут мешать скачиванию файлов. Попробуйте отключить все расширения и повторить попытку скачивания.
  • Проверьте настройки безопасности. Иногда проблема может быть связана с настройками безопасности в Chrome. Убедитесь, что настройки безопасности позволяют скачивать файлы.
  • Проверьте антивирусное программное обеспечение. В некоторых случаях антивирусное программное обеспечение может блокировать скачивание файлов. Попробуйте временно отключить антивирус и повторить попытку скачивания.

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

Важно помнить, что причина ошибки «Файлы отсутствуют» может быть разной в разных случаях, и эти рекомендации могут не всегда сработать. В таких случаях рекомендуется обратиться за поддержкой к команде разработчиков Chrome, чтобы получить индивидуальное решение проблемы.

Вариант 1: Очистить кэш и историю загрузок

Если при скачивании файлов в браузере Google Chrome вы сталкиваетесь с ошибкой «Файлы отсутствуют», одним из возможных решений этой проблемы является очистка кэша и истории загрузок.

Следуйте этим простым шагам, чтобы выполнить очистку в Google Chrome:

  1. Откройте браузер Google Chrome на своем компьютере.
  2. Нажмите на кнопку меню, расположенную в верхнем правом углу окна браузера (три точки вертикально).
  3. В выпадающем меню выберите пункт «Настройки».
  4. На странице настроек прокрутите вниз и нажмите на ссылку «Дополнительно», чтобы открыть дополнительные параметры.
  5. В разделе «Конфиденциальность и безопасность» выберите пункт «Очистка данных браузера».
  6. Выберите временные файлы и файлы cookie, а также историю загрузок.
  7. Нажмите на кнопку «Очистить данные» для удаления выбранных элементов.

После выполнения этих шагов кэш и история загрузок будут очищены. Попробуйте скачать файл еще раз в браузере Chrome, и ошибка «Файлы отсутствуют» должна быть исправлена.

Вариант 2: Проверить антивирусное ПО

Если при скачивании файлов в браузере Chrome вы сталкиваетесь с ошибкой «Файлы отсутствуют», возможно, проблема связана с работой вашего антивирусного программного обеспечения. Антивирусное ПО иногда может блокировать некоторые загрузки файлов, считая их потенциально опасными.

Чтобы исправить эту ошибку, вы можете выполнить следующие шаги:

  1. Откройте настройки вашего антивирусного ПО.
  2. Найдите раздел, отвечающий за блокировку загрузок файлов или защиту браузера.
  3. Убедитесь, что функция блокировки опасных файлов отключена или установлена в доверенный режим.

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

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

Имейте в виду, что временное отключение антивирусного ПО может создать угрозу безопасности вашего компьютера, поэтому не забудьте включить его обратно после завершения тестирования.

Если проверка антивирусного ПО не помогла решить проблему с ошибкой «Файлы отсутствуют» при скачивании в Chrome, вы можете попробовать другие варианты исправления, описанные в статье.

Вариант 3: Использовать альтернативный браузер

Если у вас постоянно возникает проблема с ошибкой «Файлы отсутствуют» при скачивании файлов в Google Chrome, то одним из решений может быть использование альтернативного браузера. Несмотря на то, что Google Chrome является одним из самых популярных браузеров, иногда он может иметь проблемы с загрузкой файлов.

Существует множество альтернативных браузеров, которые также предоставляют хороший пользовательский опыт и безопасность. Некоторые из них включают:

  • Mozilla Firefox: Этот браузер имеет широкие возможности настройки и расширений для улучшения функциональности.
  • Opera: Opera также предлагает несколько вариантов настройки и имеет достаточно быструю скорость загрузки страниц.
  • Microsoft Edge: Этот браузер является официальным продуктом Microsoft и может быть установлен вместе с операционной системой Windows.

Установка и использование альтернативного браузера довольно просты. Вы можете найти их на официальных веб-сайтах разработчиков и загрузить с помощью уже установленного браузера, который у вас есть.

После установки альтернативного браузера вы сможете попробовать скачать файлы снова и проверить, будет ли ошибка «Файлы отсутствуют» по-прежнему возникать. Возможно, использование другого браузера поможет вам избежать этой проблемы и позволит загружать файлы без каких-либо проблем.

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

Google Chrome is considered to be at the apex of the internet browser hierarchy for nearly every computer Operating System. However, like all other internet browsers, Google Chrome is susceptible to a few glitches, one of which is Error 6 (net::ERR_FILE_NOT_FOUND). Error 6 is a Google Chrome error that states, “Error 6 (net::ERR_FILE_NOT_FOUND): The file or directory could not be found.” This error can manifest either when the user attempts to open any website or a specific one.

ERR_FILE_NOT_FOUND

In almost every single case of Error 6 (net::ERR_FILE_NOT_FOUND) to date, a Chrome extension has been to blame. Since that is the case, simply getting rid of the extension that is causing users to be faced with Error 6 (net::ERR_FILE_NOT_FOUND) whenever they try to open any or a specific web page should fix the issue. The following are the two most effective known solutions to Error 6 (net::ERR_FILE_NOT_FOUND):

Solution 1: Get Rid of the Default Tab Extension

In the case of many people previously affected by Error 6, a Google Chrome extension titled ‘Default Tab’ was often the culprit. This extension had somehow installed itself on their computers, leading to Error 6. The Default Tab extension is not merely a Chrome extension but also a standalone program, which explains why it continues to return no matter how often you remove it from the list of extensions in Google Chrome. Fortunately, it is possible to eliminate the Default Tab extension and, consequently, fix Error 6. To do so, you need to:

  1. Go to Control Panel > Uninstall a program,
    err_file_not_found_1
  2. Look for ‘Default Tab’ in the list of installed programs. Once you have located it, uninstall ‘Default Tab’. After the program has been uninstalled, open Google Chrome. Click on the hamburger menu button located in the top right corner of the window. Then, click on ‘Settings’.
    err_file_not_found_2
  3. In the Settings tab, navigate to Extensions.
  4. In the extensions tab, find and remove the Default Tab. This time, the extension will not come back once you delete it, as you have already installed its program counterpart.

Solution 2: Identify the extension causing the problem and remove it.

  1. If you do not have a Default Tab extension in the list of your Chrome extensions, the only plausible explanation is that an extension other than the Default Tab extension is causing Error 6. If that is the case, you need to:
  2. Open Google Chrome. Click on the hamburger Menu button in the top right corner of the window. Click on Settings.
  3. Navigate to Extensions in the left pane. In the right pane, uncheck and disable all of the Chrome extensions that you have. Enable any one extension,  restart Chrome, and see if Error 6 persists. If you do not see Error 6 as you did before, the extension you enabled is not the culprit. If that is the case, repeat these steps over and over again, each time enabling a different extension.err_file_not_found_6
  4. The culprit extension will be the one that causes you to experience Error 6 when only it is enabled. Once you have determined which extension is the culprit, go to Extensions once again and remove it by clicking on the dustbin icon next to the Enable checkbox and click on Remove to confirm the action.

err_file_not_found_7 err_file_not_found_8

Photo of Kevin Arrows

Kevin Arrows

Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.

Back to top button

Вопрос

Что это за ошибка «Файлы отсутствуют» при скачивании файла из Облака Мейл?

  • Новости, Интернет

Скачивал архив с размером 1.46ГБ с облако мейл ру. Скорость был нормальным, дошел до 850МБ и скачивание остановился. Посмотрел на загрузки и там было ошибка «Файлы отсутствуют». Браузер Chrome.Это ошибка у меня вылезает уже не первый раз, что делать?

Лучший ответ

Лучший ответ выбран автором вопроса

Другие ответы (4)

  • Сара Керриган
  • 22. Сверхразум (28333)

Тебя ждёт семья, меня ждёт Королева Клинков

В какой-то момент скорость интернета упала, и загрузка сбилась. Косяк браузера Chrome

  • Саламов Игорь
  • 22. Сверхразум (144283)

Модератор проекта «Ноль вопросов!», также увлекаюсь программированием

Загрузка сбивается. Такое происходит при нестабильной интернет связи, в этом случае необходимо скачивать менеджерами загрузок такими как FDM или IDM

  • icedexxx
  • 4. Знаток (617)

Пользователь

наверное всё таки их нет

  • Master
  • 22. Сверхразум (138391)

Век живи-век совершенствуйся!

Причина в облаке-тоже самое- в облаке файлы есть а не скачать и не открыть.Все перепробовал-не

помогает.

Понравилась статья? Поделить с друзьями:
  • Ошибка файловой системы что это значит
  • Ошибка файловой системы 2147416359 windows 10 фотографии
  • Ошибка фанук ex1120
  • Ошибка файловой системы что делать 2018374635
  • Ошибка фанук ds0307