Jump to content

The009

Dormant
  • Posts

    2
  • Joined

  • Last visited

Personal Information

  • 3D printer
    Ultimaker S5

The009's Achievements

1

Reputation

  1. To answer your question dose this fix the issue. Yes (Kinda) It only fixes the issue if you manually clear the old API Key, it will not replace the old one automatically when you click request. So I guess a feature request would be to clear the Key TextBox before even sending a request to the API System. Thank you for your work on the project, sorry I did not think to check GitHub I was very tired when I wrote this post.
  2. Appoigize for a possible necro comment here but this is the first google result for the error and there is not fix that works for 4.6 I have found a gaurenteed workaround for anyone having this issue till it can be fixed. (It might be a plugin bug) Causal Event : API Key from an older OctpPrint is stored in Cura Slicer and the old Key is gone in OctoPrint for whatever reason IE: New Install, or accidental deletion. This forces the user to create a NEW API key in OctoPrint and the user to update the key inside of Cura. Issue: New settings do not overwrite old settings in config.cfg Current Workaround. With Cura Closed Goto %appdata%\cura\<version>\config.cfg Locate the Config Block that looks something like this. [octoprint] keys_cache = eyJNeU9jdG9QcmludE5hbWUiOiAiQUJDREVGR0hJSktMTU5PUFFSU1RVVldYWVoxMjM0NTYifQ== manual_instances = {"Ender5OctoPrint": {"userName": "", "useHttps": false, "port": 5000, "address": "10.0.0.100", "path": "/", "password": ""}} Fastest thing to do here is just delete that code block save the config file and start Cura. Then simply go to your printer settings and re-add your OctoPrint connection to the printer. Option 2: In Have Cura connect to octoprint and ask for a new API key, copy that API key from OctoPrint and use a Base64 Decoder and decode the string. The one above Decodes To Take your NEW API key and put it between the quotes and then Base64 Encode the string and replace the one in the config. Save your config and restart Cura.
×
×
  • Create New...