problem about pandastream-Collection of common programming errors
Maksim
java file-upload httpclient pandastream
I’m building Java client that will automatically upload file from Java server to Panda Instance that I installed on my EC2 cloud using their AMI. I’m trying to use Apache HTTP Components to upload to Panda Server (Panda Stream). It works fine with my browser client but for some reason I can’t upload from that library. Here is my code:String videoUploadUrl = “http://[panda server ip]/videos/” + getVideoID() + “/upload.xml”; File file = new File(“/temp/videofile.mp4”);DefaultHttpClient httpclient
pfdevilliers
ruby-on-rails heroku pandastream
I have followed the pandastream setup docs on Heroku, available here https://devcenter.heroku.com/articles/pandastreamHowever when using heroku run console and executing Panda::Profile.all I getirb(main):001:0> Panda::Profile.all NoMethodError: undefined method `connection’ for nil:NilClassfrom /app/vendor/bundle/ruby/1.9.1/gems/panda-1.5.0/lib/panda/modules/cloud_connection.rb:4:in `connection’from /app/vendor/bundle/ruby/1.9.1/gems/panda-1.5.0/lib/panda/modules/finders.rb:19:in `find_object
Web site is in building