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

"Error: The specified marker is not valid" after upgrade to 0.7.0 #148

Closed
anatolijd opened this issue Jul 8, 2015 · 12 comments
Closed

"Error: The specified marker is not valid" after upgrade to 0.7.0 #148

anatolijd opened this issue Jul 8, 2015 · 12 comments

Comments

@anatolijd
Copy link

Have got problem after upgrading to 0.7.0:

When executing this code:

zone = dns.zones.find_all{|zone| zone.domain == "#{domain}." }[0]

i'm getting the exception:

Fog::DNS::AWS::Error: InvalidInput => The specified marker is not valid.
@dblessing
Copy link

👍 Here, too.

@anatolijd
Copy link
Author

fixed, thanks.

@dblessing
Copy link

@anatolijd Fixed in 0.7.1 or 0.7.2? I didn't see any reference to a fix in the commit log. Thanks

@geemus
Copy link
Member

geemus commented Jul 9, 2015

Sorry to hear you were having this problem, sounds fixed though.

@geemus geemus closed this as completed Jul 9, 2015
@FestivalBobcats
Copy link

This was fixed? I'm still seeing the issue in 0.7.3.

@geemus
Copy link
Member

geemus commented Jul 15, 2015

@FestivalBobcats I didn't personally confirm, but others seemed to indicate it wasn't still a problem for them. Could you provide some more specifics? (maybe just file a new issue for clarity and we can go from there). Thanks!

@FestivalBobcats
Copy link

I can file a new issue if need be -- but I've circumvented by using 0.6.0. Simply calling dns.zones raised this error for me. I had simply bumped fog from 1.30.0 -> 1.32.0.

@marc-
Copy link

marc- commented Jul 30, 2015

Having this issue when running vagrant:

/var/lib/gems/2.1.0/gems/excon-0.45.4/lib/excon/middlewares/expects.rb:6:in `response_call': InvalidInput => The specified marker is not valid. (Fog::DNS::AWS::Error)
        from /var/lib/gems/2.1.0/gems/excon-0.45.4/lib/excon/middlewares/response_parser.rb:8:in `response_call'
        from /var/lib/gems/2.1.0/gems/excon-0.45.4/lib/excon/connection.rb:372:in `response'
        from /var/lib/gems/2.1.0/gems/excon-0.45.4/lib/excon/connection.rb:236:in `request'
        from /var/lib/gems/2.1.0/gems/fog-xml-0.1.2/lib/fog/xml/sax_parser_connection.rb:35:in `request'
        from /var/lib/gems/2.1.0/gems/fog-xml-0.1.2/lib/fog/xml/connection.rb:7:in `request'
        from /var/lib/gems/2.1.0/gems/fog-aws-0.7.3/lib/fog/aws/dns.rb:141:in `_request'
        from /var/lib/gems/2.1.0/gems/fog-aws-0.7.3/lib/fog/aws/dns.rb:136:in `request'
        from /var/lib/gems/2.1.0/gems/fog-aws-0.7.3/lib/fog/aws/requests/dns/list_hosted_zones.rb:39:in `list_hosted_zones'
        from /var/lib/gems/2.1.0/gems/fog-aws-0.7.3/lib/fog/aws/models/dns/zones.rb:15:in `all'
        from /home/user/.vagrant.d/gems/gems/fog-core-1.32.0/lib/fog/core/collection.rb:113:in `lazy_load'
        from /home/user/.vagrant.d/gems/gems/fog-core-1.32.0/lib/fog/core/collection.rb:17:in `each'
        from /home/user/.vagrant.d/gems/gems/vagrant-aws-extras-0.1.0/lib/vagrant-aws-extras/action/dns.rb:46:in `detect'
        from /home/user/.vagrant.d/gems/gems/vagrant-aws-extras-0.1.0/lib/vagrant-aws-extras/action/dns.rb:46:in `call'

@solud
Copy link
Contributor

solud commented Jul 30, 2015

I believe this commit fixes this: 2a37507

@marc-
Copy link

marc- commented Jul 30, 2015

@solud, I can confirm, your patch fixed it for me. Thanks. Looking forward for new version.

@lanej
Copy link
Member

lanej commented Jul 30, 2015

@marc- @solud I just cut 0.7.4 which should have the patch you require.

@geemus
Copy link
Member

geemus commented Aug 7, 2015

Thanks!

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

7 participants