Advertisement
ingwey

d<v

Apr 10th, 2013
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. leo@leo-Lenovo-G580:~$ sudo dropbox update
  2. [sudo] password for leo:
  3. /usr/bin/dropbox:364: GtkWarning: IA__gtk_progress_set_percentage: assertion `percentage >= 0 && percentage <= 1.0' failed
  4. self.progress.set_fraction(fraction)
  5. Traceback (most recent call last):
  6. File "/usr/bin/dropbox", line 374, in handle_data_waiting
  7. progress, status = self.one_chunk.next()
  8. File "/usr/bin/dropbox", line 211, in download_file_chunk
  9. buf.write(chunk)
  10. File "/usr/lib/python2.7/StringIO.py", line 213, in write
  11. _complain_ifclosed(self.closed)
  12. File "/usr/lib/python2.7/StringIO.py", line 40, in _complain_ifclosed
  13. raise ValueError, "I/O operation on closed file"
  14. ValueError: I/O operation on closed file
  15. Traceback (most recent call last):
  16. File "/usr/bin/dropbox", line 1404, in <module>
  17. ret = main(sys.argv)
  18. File "/usr/bin/dropbox", line 1393, in main
  19. result = commands[argv[i]](argv[i+1:])
  20. File "/usr/bin/dropbox", line 817, in update
  21. download()
  22. File "/usr/bin/dropbox", line 504, in download
  23. raise Exception("user cancelled download!!!")
  24. Exception: user cancelled download!!!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement