Skip to content
This repository was archived by the owner on Aug 29, 2019. It is now read-only.
This repository was archived by the owner on Aug 29, 2019. It is now read-only.

Changing subscriber data other than list gives 400 Bad Request response #32

@er1catr1pp

Description

@er1catr1pp

I receive a 400 bad request error when changing the subscriber name, misc_notes, etc. As a result, I'm manage users.

Rails 4.2.0.beta4, Ruby 2.1.4

irb(main):012:0> subscriber = aweber.account.lists[3573275].subscribers[916074166]
=> #<AWeber::Resources::Subscriber id="916074166" />
irb(main):013:0> subscriber.name = "Subscriber Name"
=> "Subscriber Name"
irb(main):014:0> subscriber.save
=> #<Net::HTTPBadRequest 400 Bad Request readbody=true>

I am able to change the user's list once and only once.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions