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

Nothing really works #318

Open
trondhindenes opened this issue Dec 5, 2018 · 4 comments
Open

Nothing really works #318

trondhindenes opened this issue Dec 5, 2018 · 4 comments

Comments

@trondhindenes
Copy link

Trying this module against our server which is version 2018.8.6 and nothing works. All cmdlets I've tried return an error related to unexpected response from the server.

Example:

Get-OctopusFeed
Get-OctopusFeed : Unable to process response from server: Requested value 'OctopusProject' was not found.. Response con
tent: {
  "ItemType": "Feed",
  "TotalResults": 4,
  "ItemsPerPage": 30,
  "NumberOfPages": 1,
  "Las
At line:1 char:1
+ Get-OctopusFeed
+ ~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Get-OctopusFeed], OctopusDeserializationException
    + FullyQualifiedErrorId : Octopus.Client.Exceptions.OctopusDeserializationException,Octoposh.Cmdlets.GetOctopusFee
   d

@tylergohl
Copy link

Same unfortunately.

@DannyArr
Copy link

Same here, Octoposh version 0.6.11
Octopus server version: 2018.11.1

I get similar responses with Get-OctopusMachine and Get-OctopusEnvironment. Is there a minimum version of Octopus that the current version of Octoposh requires?

@tylergohl
Copy link

@DannyArr the issue is this repo hasn't been updated with the OctoClient needed for newer version of Octopus. There is actually a pull request that addresses this. You could potentially use that fork instead: https://github.com/Dalmirog/OctoPosh/pull/316

@pswetz
Copy link

pswetz commented Aug 29, 2019

Is this project dead?

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

4 participants