Bitcoin Forum
May 08, 2024, 01:53:13 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: del  (Read 1312 times)
myself
Guest

del
February 14, 2012, 11:53:07 AM
Last edit: September 09, 2012, 10:15:44 PM by myself
 #1

del
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
legitnick
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile WWW
February 14, 2012, 11:54:49 AM
 #2

 Roll Eyes

5 BITCOIN RAFFLE GIVEAWAY
"I dont lift" - Lord Furrycoat
realnowhereman
Hero Member
*****
Offline Offline

Activity: 504
Merit: 502



View Profile
February 14, 2012, 12:06:16 PM
 #3

GAH!  MTGOX code depositing is bombing out.

No funds at worst time.  

Code:
NameError in AccountController#depositing

uninitialized constant MtGox::Connection::FaradayMiddleware

Rails.root: /var/www/bitcoinica
Application Trace | Framework Trace | Full Trace

app/controllers/account_controller.rb:29:in `depositing'


1AAZ4xBHbiCr96nsZJ8jtPkSzsg1CqhwDa
sat0pi
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
February 14, 2012, 12:13:27 PM
 #4

It's how close you are to getting a margin call. When it goes all the way down you're getting Zhoutong'd.
zhoutong
VIP
Hero Member
*
Offline Offline

Activity: 490
Merit: 502


View Profile WWW
February 14, 2012, 12:14:54 PM
 #5

GAH!  MTGOX code depositing is bombing out.

No funds at worst time.  

Code:
NameError in AccountController#depositing

uninitialized constant MtGox::Connection::FaradayMiddleware

Rails.root: /var/www/bitcoinica
Application Trace | Framework Trace | Full Trace

app/controllers/account_controller.rb:29:in `depositing'


Just retry. It's some connection problem.

Founder of NameTerrific (https://www.nameterrific.com/). Co-founder of CoinJar (https://coinjar.io/)

Donations for my future Bitcoin projects: 19Uk3tiD5XkBcmHyQYhJxp9QHoub7RosVb
realnowhereman
Hero Member
*****
Offline Offline

Activity: 504
Merit: 502



View Profile
February 14, 2012, 12:16:03 PM
 #6

Have retried and retried. Getting the same message.

Full trace:

Code:
mtgox (0.7.3) lib/mtgox/connection.rb:25:in `block in connection'
faraday (0.7.6) lib/faraday/connection.rb:46:in `block in initialize'
faraday (0.7.6) lib/faraday/builder.rb:12:in `block in create'
faraday (0.7.6) lib/faraday/builder.rb:65:in `build'
faraday (0.7.6) lib/faraday/builder.rb:54:in `initialize'
faraday (0.7.6) lib/faraday/builder.rb:12:in `new'
faraday (0.7.6) lib/faraday/builder.rb:12:in `create'
faraday (0.7.6) lib/faraday/connection.rb:46:in `initialize'
faraday (0.7.6) lib/faraday.rb:10:in `new'
faraday (0.7.6) lib/faraday.rb:10:in `new'
mtgox (0.7.3) lib/mtgox/connection.rb:22:in `connection'
mtgox (0.7.3) lib/mtgox/request.rb:16:in `request'
mtgox (0.7.3) lib/mtgox/request.rb:10:in `post'
mtgox (0.7.3) lib/mtgox.rb:18:in `method_missing'
app/controllers/account_controller.rb:29:in `depositing'
actionpack (3.1.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
actionpack (3.1.1) lib/abstract_controller/base.rb:167:in `process_action'
actionpack (3.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (3.1.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
activesupport (3.1.1) lib/active_support/callbacks.rb:434:in `_run__2025922874056732459__process_action__1254056026132392532__callbacks'
activesupport (3.1.1) lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
activesupport (3.1.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.1.1) lib/abstract_controller/callbacks.rb:17:in `process_action'
actionpack (3.1.1) lib/action_controller/metal/rescue.rb:17:in `process_action'
actionpack (3.1.1) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
activesupport (3.1.1) lib/active_support/notifications.rb:53:in `block in instrument'
activesupport (3.1.1) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
activesupport (3.1.1) lib/active_support/notifications.rb:53:in `instrument'
actionpack (3.1.1) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
actionpack (3.1.1) lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
activerecord (3.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
newrelic_rpm (3.3.1) lib/new_relic/agent/instrumentation/rails3/action_controller.rb:34:in `block in process_action'
newrelic_rpm (3.3.1) lib/new_relic/agent/instrumentation/controller_instrumentation.rb:255:in `block in perform_action_with_newrelic_trace'
newrelic_rpm (3.3.1) lib/new_relic/agent/method_tracer.rb:242:in `trace_execution_scoped'
newrelic_rpm (3.3.1) lib/new_relic/agent/instrumentation/controller_instrumentation.rb:250:in `perform_action_with_newrelic_trace'
newrelic_rpm (3.3.1) lib/new_relic/agent/instrumentation/rails3/action_controller.rb:33:in `process_action'
actionpack (3.1.1) lib/abstract_controller/base.rb:121:in `process'
actionpack (3.1.1) lib/abstract_controller/rendering.rb:45:in `process'
actionpack (3.1.1) lib/action_controller/metal.rb:193:in `dispatch'
actionpack (3.1.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
actionpack (3.1.1) lib/action_controller/metal.rb:236:in `block in action'
actionpack (3.1.1) lib/action_dispatch/routing/route_set.rb:65:in `call'
actionpack (3.1.1) lib/action_dispatch/routing/route_set.rb:65:in `dispatch'
actionpack (3.1.1) lib/action_dispatch/routing/route_set.rb:29:in `call'
rack-mount (0.8.3) lib/rack/mount/route_set.rb:152:in `block in call'
rack-mount (0.8.3) lib/rack/mount/code_generation.rb:96:in `block in recognize'
rack-mount (0.8.3) lib/rack/mount/code_generation.rb:75:in `optimized_each'
rack-mount (0.8.3) lib/rack/mount/code_generation.rb:95:in `recognize'
rack-mount (0.8.3) lib/rack/mount/route_set.rb:141:in `call'
actionpack (3.1.1) lib/action_dispatch/routing/route_set.rb:532:in `call'
newrelic_rpm (3.3.1) lib/new_relic/rack/browser_monitoring.rb:23:in `call'
warden (1.1.0) lib/warden/manager.rb:35:in `block in call'
warden (1.1.0) lib/warden/manager.rb:34:in `catch'
warden (1.1.0) lib/warden/manager.rb:34:in `call'
actionpack (3.1.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
rack (1.3.6) lib/rack/etag.rb:23:in `call'
rack (1.3.6) lib/rack/conditionalget.rb:35:in `call'
actionpack (3.1.1) lib/action_dispatch/middleware/head.rb:14:in `call'
actionpack (3.1.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
actionpack (3.1.1) lib/action_dispatch/middleware/flash.rb:243:in `call'
rack (1.3.6) lib/rack/session/abstract/id.rb:195:in `context'
rack (1.3.6) lib/rack/session/abstract/id.rb:190:in `call'
actionpack (3.1.1) lib/action_dispatch/middleware/cookies.rb:331:in `call'
activerecord (3.1.1) lib/active_record/query_cache.rb:62:in `call'
activerecord (3.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:477:in `call'
actionpack (3.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (3.1.1) lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
activesupport (3.1.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (3.1.1) lib/action_dispatch/middleware/callbacks.rb:28:in `call'
rack (1.3.6) lib/rack/sendfile.rb:101:in `call'
actionpack (3.1.1) lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
actionpack (3.1.1) lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
railties (3.1.1) lib/rails/rack/logger.rb:13:in `call'
rack (1.3.6) lib/rack/methodoverride.rb:24:in `call'
rack (1.3.6) lib/rack/runtime.rb:17:in `call'
activesupport (3.1.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
rack (1.3.6) lib/rack/lock.rb:15:in `call'
rack-ssl (1.3.2) lib/rack/ssl.rb:27:in `call'
rack-cache (1.1) lib/rack/cache/context.rb:132:in `forward'
rack-cache (1.1) lib/rack/cache/context.rb:139:in `pass'
rack-cache (1.1) lib/rack/cache/context.rb:151:in `invalidate'
rack-cache (1.1) lib/rack/cache/context.rb:70:in `call!'
rack-cache (1.1) lib/rack/cache/context.rb:50:in `call'
railties (3.1.1) lib/rails/engine.rb:456:in `call'
railties (3.1.1) lib/rails/railtie/configurable.rb:30:in `method_missing'
unicorn (4.2.0) lib/unicorn/http_server.rb:530:in `process_client'
unicorn (4.2.0) lib/unicorn/http_server.rb:604:in `worker_loop'
newrelic_rpm (3.3.1) lib/new_relic/agent/instrumentation/unicorn_instrumentation.rb:17:in `call'
newrelic_rpm (3.3.1) lib/new_relic/agent/instrumentation/unicorn_instrumentation.rb:17:in `block (4 levels) in <top (required)>'
unicorn (4.2.0) lib/unicorn/http_server.rb:487:in `spawn_missing_workers'
unicorn (4.2.0) lib/unicorn/http_server.rb:137:in `start'
unicorn (4.2.0) bin/unicorn:121:in `<top (required)>'
/usr/local/rvm/gems/ruby-1.9.2-p290/bin/unicorn:19:in `load'
/usr/local/rvm/gems/ruby-1.9.2-p290/bin/unicorn:19:in `<main>'

1AAZ4xBHbiCr96nsZJ8jtPkSzsg1CqhwDa
muyuu
Donator
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile
February 14, 2012, 12:18:46 PM
 #7

We'll be missing out on the bitcoinica-induced stability for a while Cheesy

GPG ID: 7294199D - OTC ID: muyuu (470F97EB7294199D)
forum tea fund BTC 1Epv7KHbNjYzqYVhTCgXWYhGSkv7BuKGEU DOGE DF1eTJ2vsxjHpmmbKu9jpqsrg5uyQLWksM CAP F1MzvmmHwP2UhFq82NQT7qDU9NQ8oQbtkQ
Dutch Merganser
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
February 14, 2012, 12:22:14 PM
 #8

As of now it's working for me without interruption for at least the last hour. I did receive a page layout update to the Trading page during this time.

"Science flies you to the Moon, religion flies you into buildings."
 - Victor Stenger

"Religion is regarded by the common people as true, by the wise as false, and the rulers as useful."
 - Seneca the Elder (ca. 54 BCE - ca. 39 CE) Roman rhetorician
realnowhereman
Hero Member
*****
Offline Offline

Activity: 504
Merit: 502



View Profile
February 14, 2012, 12:31:21 PM
 #9

Restarted browser; logged in again.

And now..

Code:
Template is missing

Missing template account/depositing, application/depositing with {:handlers=>[:erb, :builder], :formats=>[:html], :locale=>[:en, :en]}. Searched in: * "/var/www/bitcoinica/app/views" * "/usr/local/rvm/gems/ruby-1.9.2-p290/gems/devise-2.0.1/app/views" * "/usr/local/rvm/gems/ruby-1.9.2-p290/gems/typus-3.1.5/app/views" * "/usr/local/rvm/gems/ruby-1.9.2-p290/gems/kaminari-0.13.0/app/views"

It's going well over at bitcoinica towers, eh?

Update: log in now worked.  Deposit still failing.

Is this because Mt.Gox can't keep an API working or is it a fault from the recent update?  If it's Mt.Gox then can I suggest a nicer error message than crashing the application?

1AAZ4xBHbiCr96nsZJ8jtPkSzsg1CqhwDa
realnowhereman
Hero Member
*****
Offline Offline

Activity: 504
Merit: 502



View Profile
February 14, 2012, 12:43:02 PM
 #10

Retry suddenly worked.

Well done, whatever you did.

1AAZ4xBHbiCr96nsZJ8jtPkSzsg1CqhwDa
elux
Legendary
*
Offline Offline

Activity: 1458
Merit: 1006



View Profile
February 14, 2012, 01:59:15 PM
 #11

Quote
We're sorry, but something went wrong.

We've been notified about this issue and we'll take a look at it shortly.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!