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

[BUG] No download from marketplace possible #6

Closed
1 task done
OberfragGER opened this issue Jan 8, 2024 · 6 comments
Closed
1 task done

[BUG] No download from marketplace possible #6

OberfragGER opened this issue Jan 8, 2024 · 6 comments

Comments

@OberfragGER
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When tried to download any stuff from the marketplace- no download possible.
Also when login
image

somthing should be downloaded into /config
Its just the 2 files...
image

Expected Behavior

Download is possible.

Steps To Reproduce

  1. create stack
  2. deploy container
  3. start container and click on download in amrketplace- nothing happens
  4. or log into Ultimaker account - same issue

Environment

- OS:portainer
- How docker service was installed: Via docker compose

CPU architecture

x86-64

Docker creation

---
version: "2.1"
services:
  cura:
    image: lscr.io/linuxserver/cura:latest
    container_name: cura
    security_opt:
      - seccomp:unconfined #optional
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC #(i chaged it, no change)
    volumes:
      - /path/to/config:/config #(i also set diffent paths, no change)
    ports:
      - 3100:3000
      - 3101:3001
    restart: unless-stopped

Container logs

(UltiMaker-Cura:266): dbind-WARNING **: 20:54:51.115: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
Cyclic dependency detected between "file:///opt/cura/share/cura/resources/qml/Actions.qml" and "file:///opt/cura/share/cura/resources/qml/Actions.qml"
 2024-01-08 20:55:26,545 [INFO] websocket 0: got client connection from 127.0.0.1
 2024-01-08 20:55:26,553 [PRIO] Connections: accepted: @192.168.178.171_1704747326.545341::websocket
QIODevice::peek (QNetworkReplyHttpImpl): device not open
 2024-01-08 20:56:19,059 [PRIO] Connections: closed: @192.168.178.171_1704747326.545341::websocket (Clean disconnection)
X connection to :1 broken (explicit kill or server shutdown).
[migrations] started
[migrations] no migrations found
usermod: no changes
───────────────────────────────────────
      ██╗     ███████╗██╗ ██████╗ 
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝ 
   Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID:    1000
User GID:    1000
───────────────────────────────────────
[custom-init] No custom files found, skipping...
_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
Xvnc KasmVNC 1.2.0 - built Jan  6 2024 18:50:26
Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)
See http://kasmweb.com for information on KasmVNC.
Underlying X server release 12014000, The X.Org Foundation
[ls.io-init] done.
Obt-Message: Xinerama extension is not present on the server
PyInstaller/loader/pyimod02_importers.py:352: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses
Copy link

github-actions bot commented Jan 8, 2024

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@OberfragGER
Copy link
Author

Something from the log was missing.
GID/UID ─────────────────────────────────────── User UID: 1000 User GID: 1000 ─────────────────────────────────────── [custom-init] No custom files found, skipping... _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root Xvnc KasmVNC 1.2.0 - built Jan 6 2024 18:50:26 Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me) See http://kasmweb.com for information on KasmVNC. Underlying X server release 12014000, The X.Org Foundation [ls.io-init] done. Obt-Message: Xinerama extension is not present on the server PyInstaller/loader/pyimod02_importers.py:352: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses QStandardPaths: wrong permissions on runtime directory /config/.XDG, 0755 instead of 0700 (UltiMaker-Cura:266): dbind-WARNING **: 20:56:24.696: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files 2024-01-08 20:56:26,020 [INFO] websocket 0: got client connection from 127.0.0.1 2024-01-08 20:56:26,028 [PRIO] Connections: accepted: @192.168.178.171_1704747386.20632::websocket Cyclic dependency detected between "file:///opt/cura/share/cura/resources/qml/Actions.qml" and "file:///opt/cura/share/cura/resources/qml/Actions.qml" QStandardPaths: wrong permissions on runtime directory /config/.XDG, 0755 instead of 0700 QStandardPaths: wrong permissions on runtime directory /config/.XDG, 0755 instead of 0700 QStandardPaths: wrong permissions on runtime directory /config/.XDG, 0755 instead of 0700 QStandardPaths: wrong permissions on runtime directory /config/.XDG, 0755 instead of 0700 ATTENTION: default value of option mesa_glthread overridden by environment.

@j0nnymoe
Copy link
Member

j0nnymoe commented Jan 8, 2024

First of all, you should be replacing /path/to as that's a placeholder.

And you need to check cura logs within the config (last I checked it's a hidden folder) it looks like your container doesn't have internet access.

@OberfragGER
Copy link
Author

First of all, you should be replacing /path/to as that's a placeholder.

And you need to check cura logs within the config (last I checked it's a hidden folder) it looks like your container doesn't have internet access.

That path variable is no problem. like i wrote first i set it to a diffent path. ( '/portainer' ...or another folder).
You´re right, the other files gets createt an they are hidden.
I have indeed internet- login into my Ultimaker account is possible and also it shows stuff from the marketplace and also my cura backups.

@OberfragGER
Copy link
Author

i this log helpful?2024-01-08 20:56:36,901 - WARNING - [MainThread] UM.Qt.Bindings.Theme.getColor [120]: No color primary_text_hover defined in Theme 2024-01-08 20:56:36,909 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [145]: No auth data to retrieve the access_token from 2024-01-08 20:56:36,909 - DEBUG - [MainThread] cura.UltimakerCloud.UltimakerCloudScope.requestHook [30]: User is not logged in for Cloud API request to https://api.ultimaker.com/cura-packages/v1/cura/v8.6.0/packages?limit=20&package_type=plugin&sort_by=last_updated 2024-01-08 20:56:37,636 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:43:9: QML QQuickImage: Connection refused 2024-01-08 20:56:37,637 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:43:9: QML QQuickImage: Connection refused 2024-01-08 20:56:37,637 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:43:9: QML QQuickImage: Connection refused 2024-01-08 20:56:37,637 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:43:9: QML QQuickImage: Connection refused 2024-01-08 20:56:37,637 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:43:9: QML QQuickImage: Connection refused 2024-01-08 20:56:38,788 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [145]: No auth data to retrieve the access_token from 2024-01-08 20:56:38,789 - DEBUG - [MainThread] cura.UltimakerCloud.UltimakerCloudScope.requestHook [30]: User is not logged in for Cloud API request to https://api.ultimaker.com/cura-packages/v1/cura/v8.0.0/packages/SettingsGuide2/download 2024-01-08 20:56:39,172 - DEBUG - [MainThread] cura.AutoSave._onTimeout [64]: Autosaving preferences, instances and profiles took 0.0169677734375 seconds 2024-01-08 20:56:39,241 - DEBUG - [MainThread] UM.TaskManagement.HttpRequestManager._onRequestError [369]: request[8d955cbd][get][PyQt6.QtCore.QUrl('https://api.ultimaker.com/cura-packages/v1/cura/v8.0.0/packages/SettingsGuide2/download')][timeout=None][no-data] got an QNetworkReplyError Connection refused. The server returned: b'' 2024-01-08 20:56:39,241 - ERROR - [MainThread] Marketplace.PackageList._downloadError [251]: Failed to download package: SettingsGuide2 due to 2024-01-08 20:56:39,794 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [145]: No auth data to retrieve the access_token from 2024-01-08 20:56:39,794 - DEBUG - [MainThread] cura.UltimakerCloud.UltimakerCloudScope.requestHook [30]: User is not logged in for Cloud API request to https://api.ultimaker.com/cura-packages/v1/cura/v8.0.0/packages/SettingsGuide2/download 2024-01-08 20:56:40,629 - DEBUG - [MainThread] UM.TaskManagement.HttpRequestManager._onRequestError [369]: request[22aaf58a][get][PyQt6.QtCore.QUrl('https://api.ultimaker.com/cura-packages/v1/cura/v8.0.0/packages/SettingsGuide2/download')][timeout=None][no-data] got an QNetworkReplyError Connection refused. The server returned: b'' 2024-01-08 20:56:40,630 - ERROR - [MainThread] Marketplace.PackageList._downloadError [251]: Failed to download package: SettingsGuide2 due to 2024-01-08 20:56:42,232 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:43:9: QML QQuickImage: Connection refused 2024-01-08 20:56:42,712 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/PackageCardHeader.qml:43:9: QML QQuickImage: Connection refused 2024-01-08 20:56:58,458 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [145]: No auth data to retrieve the access_token from 2024-01-08 20:56:58,459 - DEBUG - [MainThread] cura.UltimakerCloud.UltimakerCloudScope.requestHook [30]: User is not logged in for Cloud API request to https://api.ultimaker.com/cura-packages/v1/cura/v8.0.0/packages/SettingsGuide2/download 2024-01-08 20:56:58,823 - DEBUG - [MainThread] UM.TaskManagement.HttpRequestManager._onRequestError [369]: request[d8012a74][get][PyQt6.QtCore.QUrl('https://api.ultimaker.com/cura-packages/v1/cura/v8.0.0/packages/SettingsGuide2/download')][timeout=None][no-data] got an QNetworkReplyError Connection refused. The server returned: b'' 2024-01-08 20:56:58,823 - ERROR - [MainThread] Marketplace.PackageList._downloadError [251]: Failed to download package: SettingsGuide2 due to 2024-01-08 20:57:31,730 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.startAuthorizationFlow [189]: Starting new OAuth2 flow... 2024-01-08 20:57:31,733 - DEBUG - [MainThread] cura.OAuth2.LocalAuthorizationServer.start [64]: Starting local web server to handle authorization callback on port 32118 2024-01-08 20:57:31,736 - DEBUG - [Thread-6 (_serve_forever)] cura.OAuth2.LocalAuthorizationServer._serve_forever [101]: Local web server for authorization has started 2024-01-08 20:57:56,369 - DEBUG - [Thread-7 (process_request_thread)] cura.OAuth2.AuthorizationRequestHandler._handleCallback [80]: Timeout when authenticating with the account server. 2024-01-08 20:57:56,835 - WARNING - [MainThread] cura.OAuth2.KeyringAttribute.__set__ [78]: Exception: No keyring backend present 2024-01-08 20:57:56,835 - WARNING - [MainThread] cura.OAuth2.KeyringAttribute.__set__ [78]: Traceback (most recent call last): 2024-01-08 20:57:56,836 - WARNING - [MainThread] cura.OAuth2.KeyringAttribute.__set__ [78]: File "cura/OAuth2/KeyringAttribute.py", line 68, in __set__ 2024-01-08 20:57:56,836 - WARNING - [MainThread] cura.OAuth2.KeyringAttribute.__set__ [78]: keyring.set_password("cura", self._keyring_name, value) 2024-01-08 20:57:56,836 - WARNING - [MainThread] cura.OAuth2.KeyringAttribute.__set__ [78]: File "keyring/core.py", line 60, in set_password 2024-01-08 20:57:56,836 - WARNING - [MainThread] cura.OAuth2.KeyringAttribute.__set__ [78]: File "keyring/backends/fail.py", line 25, in get_password 2024-01-08 20:57:56,836 - WARNING - [MainThread] cura.OAuth2.KeyringAttribute.__set__ [78]: keyring.errors.NoKeyringError: No recommended backend was available. Install a recommended 3rd party backend package; or, install the keyrings.alt package if you want to use the non-recommended backends. See https://pypi.org/project/keyring for details. 2024-01-08 20:57:56,837 - WARNING - [MainThread] cura.OAuth2.KeyringAttribute.__set__ [78]: Exception: No keyring backend present 2024-01-08 20:57:56,837 - WARNING - [MainThread] cura.OAuth2.KeyringAttribute.__set__ [78]: Traceback (most recent call last): 2024-01-08 20:57:56,837 - WARNING - [MainThread] cura.OAuth2.KeyringAttribute.__set__ [78]: File "cura/OAuth2/KeyringAttribute.py", line 68, in __set__ 2024-01-08 20:57:56,837 - WARNING - [MainThread] cura.OAuth2.KeyringAttribute.__set__ [78]: keyring.set_password("cura", self._keyring_name, value) 2024-01-08 20:57:56,837 - WARNING - [MainThread] cura.OAuth2.KeyringAttribute.__set__ [78]: File "keyring/core.py", line 60, in set_password 2024-01-08 20:57:56,838 - WARNING - [MainThread] cura.OAuth2.KeyringAttribute.__set__ [78]: File "keyring/backends/fail.py", line 25, in get_password 2024-01-08 20:57:56,838 - WARNING - [MainThread] cura.OAuth2.KeyringAttribute.__set__ [78]: keyring.errors.NoKeyringError: No recommended backend was available. Install a recommended 3rd party backend package; or, install the keyrings.alt package if you want to use the non-recommended backends. See https://pypi.org/project/keyring for details. 2024-01-08 20:57:56,839 - DEBUG - [Thread-7 (process_request_thread)] cura.OAuth2.AuthorizationService._onAuthStateChanged [248]: Got callback from Authorization state. The user should now be logged in! 2024-01-08 20:57:56,839 - DEBUG - [Thread-7 (process_request_thread)] cura.OAuth2.AuthorizationService._storeAuthData [289]: Attempting to store the auth data for [https://account.ultimaker.com] 2024-01-08 20:57:56,840 - DEBUG - [Thread-7 (process_request_thread)] cura.OAuth2.AuthorizationHelpers.checkToken [115]: Checking the access token for [https://account.ultimaker.com/check-token] 2024-01-08 20:57:56,840 - DEBUG - [Thread-7 (process_request_thread)] cura.OAuth2.LocalAuthorizationServer.stop [81]: Stopping local oauth2 web server... 2024-01-08 20:57:56,850 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/resources/qml/Account/UserOperations.qml:49: TypeError: Cannot call method 'charAt' of undefined 2024-01-08 20:57:56,851 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/resources/qml/Account/UserOperations.qml:67:17: Unable to assign [undefined] to QString 2024-01-08 20:57:56,856 - DEBUG - [MainThread] cura.OAuth2.AuthorizationHelpers.checkToken [115]: Checking the access token for [https://account.ultimaker.com/check-token] 2024-01-08 20:57:56,857 - DEBUG - [MainThread] cura.API.Account._sync [236]: Starting a new sync while previous sync was not completed 2024-01-08 20:57:56,862 - DEBUG - [Thread-7 (process_request_thread)] cura.OAuth2.LocalAuthorizationServer.stop [89]: Local oauth2 web server was shut down 2024-01-08 20:57:57,013 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 20:57:57,291 - DEBUG - [MainThread] Marketplace.CloudSync.CloudPackageChecker._handleCompatibilityData [129]: Discrepancy found between Cloud subscribed packages and Cura installed packages 2024-01-08 20:58:06,302 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:109:29: QML QQuickImage: Connection refused 2024-01-08 20:58:06,302 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:67:29: QML QQuickImage: Connection refused 2024-01-08 20:58:06,302 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:109:29: QML QQuickImage: Connection refused 2024-01-08 20:58:06,303 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:67:29: QML QQuickImage: Connection refused 2024-01-08 20:58:06,303 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:109:29: QML QQuickImage: Connection refused 2024-01-08 20:58:06,303 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:67:29: QML QQuickImage: Connection refused 2024-01-08 20:58:06,304 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:109:29: QML QQuickImage: Connection refused 2024-01-08 20:58:06,304 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:67:29: QML QQuickImage: Connection refused 2024-01-08 20:58:06,304 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:109:29: QML QQuickImage: Connection refused 2024-01-08 20:58:06,304 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:67:29: QML QQuickImage: Connection refused 2024-01-08 20:58:06,305 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:109:29: QML QQuickImage: Connection refused 2024-01-08 20:58:06,305 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:67:29: QML QQuickImage: Connection refused 2024-01-08 20:58:06,305 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:109:29: QML QQuickImage: Connection refused 2024-01-08 20:58:06,305 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:67:29: QML QQuickImage: Connection refused 2024-01-08 20:58:06,306 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:109:29: QML QQuickImage: Connection refused 2024-01-08 20:58:06,306 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///opt/cura/share/cura/plugins/Marketplace/resources/qml/CompatibilityDialog.qml:67:29: QML QQuickImage: Connection refused 2024-01-08 20:58:07,172 - DEBUG - [MainThread] cura.AutoSave._onTimeout [64]: Autosaving preferences, instances and profiles took 0.01727604866027832 seconds 2024-01-08 20:58:08,455 - DEBUG - [MainThread] UM.TaskManagement.HttpRequestManager._onRequestError [369]: request[2585d273][get][PyQt6.QtCore.QUrl('https://api.ultimaker.com/cura-packages/v1/cura/v8.6.0/packages/Extrudr_BioFusion/download')][timeout=None][no-data] got an QNetworkReplyError Connection refused. The server returned: b'' 2024-01-08 20:58:08,636 - DEBUG - [MainThread] UM.TaskManagement.HttpRequestManager._onRequestError [369]: request[0ec4f2f0][get][PyQt6.QtCore.QUrl('https://api.ultimaker.com/cura-packages/v1/cura/v8.6.0/packages/Extrudr_GreenTEC_Pro/download')][timeout=None][no-data] got an QNetworkReplyError Connection refused. The server returned: b'' 2024-01-08 20:58:08,714 - DEBUG - [MainThread] UM.TaskManagement.HttpRequestManager._onRequestError [369]: request[02068f76][get][PyQt6.QtCore.QUrl('https://api.ultimaker.com/cura-packages/v1/cura/v8.0.0/packages/SettingsGuide2/download')][timeout=None][no-data] got an QNetworkReplyError Connection refused. The server returned: b'' 2024-01-08 20:58:08,843 - DEBUG - [MainThread] UM.TaskManagement.HttpRequestManager._onRequestError [369]: request[8560e38d][get][PyQt6.QtCore.QUrl('https://api.ultimaker.com/cura-packages/v1/cura/v8.6.0/packages/AF_80/download')][timeout=None][no-data] got an QNetworkReplyError Connection refused. The server returned: b'' 2024-01-08 20:58:08,896 - DEBUG - [MainThread] UM.TaskManagement.HttpRequestManager._onRequestError [369]: request[21914b11][get][PyQt6.QtCore.QUrl('https://api.ultimaker.com/cura-packages/v1/cura/v8.6.0/packages/eSUN_PETG_2019/download')][timeout=None][no-data] got an QNetworkReplyError Connection refused. The server returned: b'' 2024-01-08 20:58:09,036 - DEBUG - [MainThread] UM.TaskManagement.HttpRequestManager._onRequestError [369]: request[26b0f75e][get][PyQt6.QtCore.QUrl('https://api.ultimaker.com/cura-packages/v1/cura/v8.2.0/packages/AutoTowersGenerator/download')][timeout=None][no-data] got an QNetworkReplyError Connection refused. The server returned: b'' 2024-01-08 20:58:09,155 - DEBUG - [MainThread] UM.TaskManagement.HttpRequestManager._onRequestError [369]: request[fb3ca9f2][get][PyQt6.QtCore.QUrl('https://api.ultimaker.com/cura-packages/v1/cura/v8.0.0/packages/MeshTools/download')][timeout=None][no-data] got an QNetworkReplyError Connection refused. The server returned: b'' 2024-01-08 20:58:09,212 - DEBUG - [MainThread] UM.TaskManagement.HttpRequestManager._onRequestError [369]: request[760e8e9e][get][PyQt6.QtCore.QUrl('https://api.ultimaker.com/cura-packages/v1/cura/v8.3.0/packages/CalibrationShapes/download')][timeout=None][no-data] got an QNetworkReplyError Connection refused. The server returned: b'' 2024-01-08 20:58:09,559 - DEBUG - [MainThread] UM.TaskManagement.HttpRequestManager._onRequestError [369]: request[a90a7862][get][PyQt6.QtCore.QUrl('https://api.ultimaker.com/cura-packages/v1/cura/v8.4.0/packages/ThingiBrowser/download')][timeout=None][no-data] got an QNetworkReplyError Connection refused. The server returned: b'' 2024-01-08 20:58:10,049 - DEBUG - [MainThread] UM.TaskManagement.HttpRequestManager._onRequestError [369]: request[cbb3bfc9][get][PyQt6.QtCore.QUrl('https://api.ultimaker.com/cura-packages/v1/cura/v8.0.0/packages/OctoPrintPlugin/download')][timeout=None][no-data] got an QNetworkReplyError Connection refused. The server returned: b'' 2024-01-08 20:58:10,053 - ERROR - [MainThread] Marketplace.CloudSync.SyncOrchestrator._showErrorMessage [113]: 10 plugins failed to download 2024-01-08 20:58:57,324 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 20:59:57,395 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:00:58,322 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:01:58,293 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:02:58,298 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:03:59,336 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:04:59,368 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:05:59,582 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:06:59,155 - DEBUG - [MainThread] cura.OAuth2.AuthorizationHelpers.getAccessTokenUsingRefreshToken [64]: Refreshing the access token for [https://account.ultimaker.com] 2024-01-08 21:06:59,156 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.refreshAccessToken [174]: Was already busy refreshing token. Do not start a new request. 2024-01-08 21:06:59,157 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.refreshAccessToken [174]: Was already busy refreshing token. Do not start a new request. 2024-01-08 21:06:59,230 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:06:59,867 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._storeAuthData [289]: Attempting to store the auth data for [https://account.ultimaker.com] 2024-01-08 21:07:10,169 - DEBUG - [MainThread] cura.AutoSave._onTimeout [64]: Autosaving preferences, instances and profiles took 0.013320446014404297 seconds 2024-01-08 21:08:00,216 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:09:00,218 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:10:00,224 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:11:01,223 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:12:01,362 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:13:02,372 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:14:03,212 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:15:03,580 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:16:03,155 - DEBUG - [MainThread] cura.OAuth2.AuthorizationHelpers.getAccessTokenUsingRefreshToken [64]: Refreshing the access token for [https://account.ultimaker.com] 2024-01-08 21:16:03,156 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.refreshAccessToken [174]: Was already busy refreshing token. Do not start a new request. 2024-01-08 21:16:03,156 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.refreshAccessToken [174]: Was already busy refreshing token. Do not start a new request. 2024-01-08 21:16:03,248 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._storeAuthData [289]: Attempting to store the auth data for [https://account.ultimaker.com] 2024-01-08 21:16:03,290 - DEBUG - [MainThread] UM.TaskManagement.HttpRequestManager._onRequestError [369]: request[5ddd1ec1][get][PyQt6.QtCore.QUrl('https://account.ultimaker.com/users/permissions')][timeout=10][no-data] got an QNetworkReplyError Error transferring https://account.ultimaker.com/users/permissions - server replied: . The server returned: b'{"errors": [{"id": "b6f95c9e-d595-4f59-999a-008179315f42", "code": "invalidToken", "http_status": "403", "title": "The given token is invalid.", "meta": {"error_type": "AuthError", "url": "https://account.ultimaker.com/users/permissions"}}]}' 2024-01-08 21:16:03,291 - ERROR - [MainThread] cura.API.Account.error_callback [373]: Request for user permissions list failed. Network error: NetworkError.ContentAccessDenied 2024-01-08 21:16:03,392 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:16:13,169 - DEBUG - [MainThread] cura.AutoSave._onTimeout [64]: Autosaving preferences, instances and profiles took 0.014488935470581055 seconds 2024-01-08 21:17:03,409 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:18:03,332 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:19:03,374 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:20:04,537 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:21:04,295 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:22:05,213 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:23:05,352 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:24:06,308 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:25:06,155 - DEBUG - [MainThread] cura.OAuth2.AuthorizationHelpers.getAccessTokenUsingRefreshToken [64]: Refreshing the access token for [https://account.ultimaker.com] 2024-01-08 21:25:06,156 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.refreshAccessToken [174]: Was already busy refreshing token. Do not start a new request. 2024-01-08 21:25:06,156 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.refreshAccessToken [174]: Was already busy refreshing token. Do not start a new request. 2024-01-08 21:25:06,356 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._storeAuthData [289]: Attempting to store the auth data for [https://account.ultimaker.com] 2024-01-08 21:25:06,540 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account. 2024-01-08 21:25:16,168 - DEBUG - [MainThread] cura.AutoSave._onTimeout [64]: Autosaving preferences, instances and profiles took 0.013138294219970703 seconds 2024-01-08 21:26:06,200 - DEBUG - [MainThread] UM3NetworkPrinting.src.Cloud.CloudOutputDeviceManager._onGetRemoteClustersFinished [169]: Synced cloud printers with account.

@OberfragGER
Copy link
Author

OberfragGER commented Jan 8, 2024

First of all, you should be replacing /path/to as that's a placeholder.

And you need to check cura logs within the config (last I checked it's a hidden folder) it looks like your container doesn't have internet access.

OMG. You´re right. No internet...
pihale was blocking the connections.

THANKS A LOT:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants