-
-
Notifications
You must be signed in to change notification settings - Fork 8
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]: unable to connect to the cloud service on A1 printer #59
Comments
This is an issue created by Bambu and their new workflow for authentication. It's going to be a while before I implement those changes in the plugin. It's the same issue that has impacted the HA integration as documented in their issue greghesp/ha-bambulab#673, which is what this plugin uses as its underlying worker. |
@penguinpatrol if you use HA and install that plugin you can then pull the correct auth token from core.config_entries |
oh awesome i do use that where will i find the config entry?? |
I've started working on the authentication flow within the plugin's settings. Will be available soon once I've been able to test it. |
i managed to find it but nothing seems to have changed trying to enter it so hopefully the propper fix will sort it when its released |
I've just released version 0.1.8rc8 that has an updated login flow for the new verification processes required by Bambu. Enter email/password and press login, then using either 2fa verification code or verification code emailed to the given email address and click verify. If all goes smooth the auth token will be populated and you just click save. |
how would i update this? the software update tab shows the plugin as being up to date? (nevermind just gotr it i didnt realise i had to install from the zip) |
oh thanks! i am currently installing from the zip |
in terminal tab do you see multiple file list refreshes over and over? when sending files through the cloud the option to cache printing files on the printer is a requirement. make sure that option is enabled on your printer. |
althought i cant seem to find the setting? is it on the printer itself? does it not show while printing? |
I'm OctoPrint's settings enable debug for octoprint.plugins.bambu_printer in the logging section, restart OctoPrint and let's get some detailed logs to troubleshoot. I am assuming you have an SD card in the printer. |
yeah sd card in the printer and print is currently running |
plugin_bambu_printer_serial (2).log |
perfect...
this seems to be an authentication failed error when trying to retrieve the file list over ftps. you do also have the access code entered in the plugin's settings? it's possible this is a limitation of A1/P1 devices. I have heard from the development community that once cloud connected some services are no longer available locally to connect to. |
yeah i have the access code in i know it works locally as i tried that before its just the cloud not registering the current print, i know home assistant bambu connection work fine all of thoes scanners and such are connected. |
ah wait i did change the wifi a few hours ago that may jhave something to do with it edit: i dont think it does the HA plugin is working as normal |
the file list will be generated locally over ftps direct connection to printer, so the IP address and access code must be present, then when the file list is able to be generated the printing status from cloud should be picked up properly. |
Describe the Bug
unable to connect to the cloud service on A1 printer i can enter in the login details but the login button doesn't work (there is no response and the auth token does not fill)
Expected Behavior
i expect to be able to log in to the cloud service
Debug Logs
plugin_bambu_printer_serial.log
Screenshots
Printer and Plugin Setting Details
The text was updated successfully, but these errors were encountered: