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

Trends.earth hung up while deleting file and now all the files don't load #805

Open
ElenT28 opened this issue Apr 3, 2024 · 0 comments
Open

Comments

@ElenT28
Copy link

ElenT28 commented Apr 3, 2024

The window with data is empty but it should be full with files
Снимок экрана 2024-04-03 205856

Python error:
2024-04-03T20:39:04 WARNING Traceback (most recent call last):
File "C:\Users/lenat/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LDMP\main_widget.py", line 292, in refresh_after_cache_update
maybe_download_finished_results()
File "C:\Users/lenat/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LDMP\main_widget.py", line 714, in maybe_download_finished_results
job_manager.download_available_results()
File "C:\Users/lenat/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LDMP\jobs\manager.py", line 624, in download_available_results
self.download_job_results(job)
File "C:\Users/lenat/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LDMP\jobs\manager.py", line 580, in download_job_results
output_uri = handler(job)
File "C:\Users/lenat/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LDMP\jobs\manager.py", line 997, in _download_cloud_results
result = _download_result(
File "C:\Users\lenat\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\LDMP\ext-libs\backoff_sync.py", line 48, in retry
ret = target(*args, **kwargs)
File "C:\Users/lenat/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LDMP\jobs\manager.py", line 1363, in _download_result
download_worker.start()
File "C:\Users/lenat/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LDMP\download.py", line 363, in start
raise self.get_exception()
File "C:\Users/lenat/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LDMP\worker.py", line 42, in run
result = self.work()
File "C:\Users/lenat/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LDMP\download.py", line 305, in work
resp = requests.get(self.url, stream=True)
File "C:\Users\lenat\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\LDMP\ext-libs\requests\api.py", line 73, in get
return request("get", url, params=params, **kwargs)
File "C:\Users\lenat\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\LDMP\ext-libs\requests\api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
File "C:\Users\lenat\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\LDMP\ext-libs\requests\sessions.py", line 587, in request
resp = self.send(prep, **send_kwargs)
File "C:\Users\lenat\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\LDMP\ext-libs\requests\sessions.py", line 695, in send
adapter = self.get_adapter(url=request.url)
File "C:\Users\lenat\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\LDMP\ext-libs\requests\sessions.py", line 792, in get_adapter
raise InvalidSchema(f"No connection adapters were found for {url!r}")
requests.exceptions.InvalidSchema: No connection adapters were found for 'C:\Users\lenat\trends_earth_data\datasets\69e3488a-6f10-4b58-8199-16184e1ed049\sdg-15-3-1-summary_russia-tambov.vrt'

2024-04-03T20:41:26 WARNING Traceback (most recent call last):
File "C:\Users/lenat/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LDMP\main_widget.py", line 185, in
lambda: self.type_filter_changed(TypeFilter.RASTER)
File "C:\Users/lenat/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LDMP\main_widget.py", line 523, in type_filter_changed
self.proxy_model.set_type_filter(type_filter)
AttributeError: 'MainWidget' object has no attribute 'proxy_model'

2024-04-03T20:41:28 WARNING Traceback (most recent call last):
File "C:\Users/lenat/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LDMP\main_widget.py", line 180, in
lambda: self.type_filter_changed(TypeFilter.ALL)
File "C:\Users/lenat/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\LDMP\main_widget.py", line 523, in type_filter_changed
self.proxy_model.set_type_filter(type_filter)
AttributeError: 'MainWidget' object has no attribute 'proxy_model'

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

1 participant