search for: formaterror

Displaying 8 results from an estimated 8 matches for "formaterror".

2009 Jan 27
2
Package (PR#13475)
Full_Name: Partho Bhowmick Version: 2.8.1 OS: Windows XP Submission from: (NULL) (199.43.48.131) While trying to install package sn (I have tried multiple mirrors), I get the following message trying URL 'http://www.revolution-computing.com/cran/bin/windows/contrib/2.8/sn_0.4-10.zip' Content type 'application/zip' length 320643 bytes (313 Kb) opened URL downloaded 313 Kb
2012 Dec 08
2
file.link on Windows 7
...G_ELT(f1, i%n1), TRUE); to = filenameToWchar(STRING_ELT(f2, i%n2), TRUE); LOGICAL(ans)[i] = CreateHardLinkW(to, from, NULL) != 0; if(!LOGICAL(ans)[i]) { warning(_("cannot link '%ls' to '%ls', reason '%s'"), from, to, formatError(GetLastError())); } #else But there's something going on. The link is not created and the warning message is wrong. Bug report? (Why CreateHardLinkW, and not CreateHardLink?) Rui Barradas
2013 Mar 14
3
Error: did not find expected key while parsing a block mapping
...ert product.invalid? assert_equal "musst be greater than or equal to 0.01", product.errors[:price].join('';'') product.price = 1 assert product.invalid? end end Show error: 1) Error: test_product_attributes_not_be_empty(ProductTest): ActiveRecord::Fixture::FormatError: a YAML error occurred parsing /home/dima/RubyOnRails/Projects/depot/test/fixtures/products.yml. Please note that YAML must be consistently indented using spaces. Tabs are not allowed. The exact error was: Psych::SyntaxError: (<unknown>): did not find expected key while parsing a block mapp...
2009 Jul 21
1
[RAILS] - 2.3.3 creating a sea of red
hello, I''ve already asked via Rails channels on this and have received no response, so I''m asking here in hopes someone has run into something similar. I updated to rails 2.3.3 yesterday, and now all of my specs are failing with the following error: Fixture::FormatError in ''PublishedGallery Methods#thumbnail should delegate to its lead asset'' a YAML error occurred parsing /Users/mpd/timber/spec/fixtures/ galleries.yml. Please note that YAML must be consistently indented using spaces. Tabs are not allowed. Please have a look at http://www.yaml.org...
2012 Oct 31
0
file.symlink() creates zero-size file/link on Windows 7/NTFS/admin
...[...] pCSL = (PCSL) GetProcAddress(GetModuleHandle(TEXT("kernel32.dll")), "CreateSymbolicLinkW"); [...] LOGICAL(ans)[i] = pCSL(to, from, isDir) != 0; if(!LOGICAL(ans)[i]) warning(_("cannot symlink '%ls' to '%ls', reason '%s'"), from, to, formatError(GetLastError())); > sessionInfo() R Under development (unstable) (2012-10-29 r61044) Platform: x86_64-w64-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=English_United States.1252 [2] LC_CTYPE=English_United States.1252 [3] LC_MONETARY=English_United States.1252 [4] LC_NUMERIC=C [5] LC_TIME=Engl...
2010 Jul 27
0
Rails 3.0.0.rc1 update - issue w Bundler 1.0.0.rc.1 and ruby 1.9.2.rc1
...hing source index for http://rubygems.org/ Using rake (0.8.7) ... Using railties (3.0.0.rc) Using rails (3.0.0.rc) Updating .gem files in vendor/cache /Users/yves/.rvm/rubies/ruby-1.9.2-rc2/lib/ruby/1.9.1/rubygems/package/ tar_input.rb:111:in `initialize'': No metadata found! (Gem::Package::FormatError) ... what could be wrong on this fresh install ? thfy -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from t...
2012 Dec 29
0
no metadata found in activereocrd-3.2.9.gem when running bundle install in a rails 3.2.9
m a newbie in rails. working on Windows 7, 64 bits. Installed my environment through RailsInstaller. latest version ofcourse. When creating a new project, (keeping the gem file as default) and having the bundle install run, am getting the error gem::package::FormatError: no metadata found in D:/RailsInstaller/Ruby1.9.3/bin/cashe/activereocrd-3.2.9.gem and error occurrend while installing activerecord (3.2.9), and bubndler cannot continue. Make sure that gem install activerecord -v ''3.2.9'' succeeds before building. I tried to run the gem install...
2005 Dec 12
2
Using a lib in YAML fixtures
...So I came up with this: onetime: id: 1 name: One Time description: This event occurs only one time. timex: <%= REYear.new(7) & REMonth.new(24) & REDay.new(3, 0, 17, 0) %> If I try to load in the fixture, I get the following error: 1) Error: test_create(EventTest): Fixture::FormatError: a YAML error occured parsing /Users/pergesu/work/mesafire/config/../test/fixtures/events.yml. Please note that YAML must be consistently indented using spaces. Tabs are not allowed. Please have a look at http://www.yaml.org/faq.html The exact error was: NameError: uninitialized constant REYear...