-
Notifications
You must be signed in to change notification settings - Fork 11
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
Can't publish since last update #106
Comments
Just to confirm, current version is: Previous version was: |
I've revert to 1.4.5 by opening the Extensions panel then right-click on SPGo > install other version. Can confirm the publishing is working again:
Feel free to ask anything if it helps for debugging. |
Hello @germain-italic Couple of things to help debug here: I assume this is SharePoint online using Digest authentication?
Regarding the output messages, I enhanced logging in 1.5.0 to provide more data to help debug as well as adding timestamps for the messages to better understand which events are grouped. The message you shared come from two different groups.
The second group shows that a file is saved successfully to the server, but it not published. Did you use the publish command here? If not, it looks like there may be a bug in how Publishing works when automatic publishing is enabled on save.
I'll look into auto-publishing, if you can help answer the questions above. |
Correct
3 devs using Windows 10 latest stable update. Should this help:
Debug console was already opened and checked, it stays blank.
Nope it's the default action from SPGo.json, we always save automatically, publish major manually (we don't use publish minor, however we've tried it for debug purpose and it didn't work either, ie. not output message in SPGo output or debug console). Good luck! |
I can confirm that v1.50 is failing also when you even try to "Configure workspace". I was able to rollback to v1.4.5 and it works successfully. |
@germain-italic @PopWarner - I'm really having a hard time reproducing this issue. If I understand what you are seeing correctly:
Is this what both of you are seeing? Are there any other details that I'm missing which can help me reproduce? |
Hi @chrishasz, that's correct except:
Nope. Saving files works and show the log but publishing does not do / output anything. |
Same for me as @germain-italic. On a brand new machine, Windows, installed the most recent version of VSCode and SPGo and VSCode open to a folder. I then am able to F1, type SPG, then select "Configure Workspace" and nothing happens. No output, almost as if I didn't even select it. I installed the previous version and perform the same steps and it worked as expected. |
@PopWarner - I am able to reproduce the issue you are seeing with a clean setup on a new folder. I was also able to get the “Configure Workspace” command to work if I ran it twice in a row. Can you confirm if this works for you? I’ll fix this in 1.5.1. @germain-italic - can you show me the vscode output from the dev console when you run the “Publish Major” command? A screenshot is fine. Thanks all! I’m hoping to get this resolved soon with your help. |
@chrishasz the Debug Console always stays empty. When I run from F1 > Publish major: nothing happens. When I run from file explorer > right click > publish major: seems to work normally:
I have to admin that I did not try to use the Publish feature using contextual menu before tonight! |
@chrishasz, I just tested what works for you, in running "Configure Workspace" twice in a row on a clean folder setup and it does not work. :( This is with SPGO 1.5 and the follwoing VSCode version: |
@germain-italic @PopWarner - I have now successfully reproduced both issues locally. Thank you both for the help. I will get these issues resolved for 1.5.1. @germain-italic are you able to use the option of publishing from the context menu as a workaround until 1.5.1 is released? |
Hi we rolled back to 1.4.x |
@germain-italic, @PopWarner - I released SPGo 1.5.1 to the VSCode Marketplace last night which will resolve this issue. Please check it out and let me know if the bugs are resolved for you and I will close this issue. |
Yay!! I can confirm success in the "Configure Workspace" functionality. I will do a complete test asap and report back. Thanks, @chrishasz for the swift corrections! 👍 |
Hello, "Publish a major version of the current file" seems to be working! Congratulations |
"Publish a minor version of the current file" worked for me in 1.5.1 where it did not in 1.5.0. Thanks! |
@chrishasz just to let you know that Palette > Get server version is not working, with no log/error message. Right click > Get server version works however. Using 1.5.1. |
Thanks for letting me know @germain-italic. I'll get this turned around in the next few days. |
OK, I got motivated tonight and I fixed this bug in version1.5.2, which is available now on the VSCode marketplace. I also added better documentation for the multiple workspaces and SubSites features. |
Confirmed as working, congratulations @chrishasz
|
Looks like everything is stable. Closing. |
Hi, me and my team are facing a weird issue since last week (say Tuesday or Friday).
I can see that there were new commits 5 days ago so I'm wondering if it's related.
Basically we can't publish files anymore.
We're facing the issue on different sites/tenants/accounts, so certain it's not an account problem.
We can save :
We have this "File is not checked out." message that did not occur before.
Of course we try to checkout the file: nothing happens.
We try to publish the file: nothing happens.
In short, we're stuck.
Is there any way to turn back to a previous version?
The text was updated successfully, but these errors were encountered: