Giter Club home page Giter Club logo

Comments (33)

NoxArt avatar NoxArt commented on June 30, 2024

Hi, thank you and sorry for the issue! I'll look into it.

from sublimetext2-ftpsync.

NoxArt avatar NoxArt commented on June 30, 2024

I've done a certain change based on http://stackoverflow.com/questions/2997218/why-am-i-getting-error1409f07fssl-routinesssl3-write-pending-bad-write-retr, please tell me if it's ok now

from sublimetext2-ftpsync.

didacrios avatar didacrios commented on June 30, 2024

Hi, i get the error once again, i suspect from where it could come the problem.

i have the sublimetext in idle (i went to eat) and when i come back and resume the work, i get the errors.

don't know if is about this but maybe it helps.

EDIT: New errors, in other project

FTPSync > Connection cache hit (key: 629eaad64ad583f95d76ac2e9e5cb0a5)
FTPSync > performSync exception: The read operation timed out
FTPSync [project_name] > upload failed: {filename.php}

With this errors, also have problems when saving documents, the sublimetext freeze temporary and then continues

Sometimes getting, this screen http://dl.dropbox.com/u/158809/ss/ftpsync.png

Should i open new issue?

from sublimetext2-ftpsync.

didacrios avatar didacrios commented on June 30, 2024

"New error" i remove the settings file, close project, and create it all again, now finding another issue, maybe is about the firewall?

FTPSync > performSync exception: 500 I won't open a connection to 192.168.2.226 (only to 2.139.253.178)

And more errors

Exception in thread Thread-12:
Traceback (most recent call last):
  File ".\threading.py", line 532, in __bootstrap_inner
  File ".\FTPSync.py", line 1051, in run
  File ".\FTPSync.py", line 629, in performSync
  File ".\FTPSync.py", line 466, in getConnection
KeyError: '629eaad64ad583f95d76ac2e9e5cb0a5'

from sublimetext2-ftpsync.

didacrios avatar didacrios commented on June 30, 2024

Fixed error 500 changing the tls option to false

I fixed the "getting metadata failed" error but still having the problem

when i get the error i change the option "passive" i simply change and then it works

  "passive": true or false,

from sublimetext2-ftpsync.

NoxArt avatar NoxArt commented on June 30, 2024

Hi, i'm sorry it still doesn't work for you, unfortunately 'm away
till Sunday. I'll probably consult StackOverflow as well. Hope it'll
be fixed soon

from sublimetext2-ftpsync.

didacrios avatar didacrios commented on June 30, 2024

No problem, doing the trick of changing the parameters is working

from sublimetext2-ftpsync.

didacrios avatar didacrios commented on June 30, 2024

It seems that the problem, persist on Windows 7 enviroment, no problems with Ubuntu or Arch Linux

from sublimetext2-ftpsync.

saiori avatar saiori commented on June 30, 2024

Writing file /D/Users/saiori/Websites/Redglue/Lighting Developer/products/index.php with encoding UTF-8
FTPSync > Loading config: cache hit (key: D:\Users\saiori\Websites\Redglue\Lighting Developer\products\index.php)
FTPSync > Loading config: cache hit (key: D:\Users\saiori\Websites\Redglue\Lighting Developer\products\index.php)
FTPSync > Connection cache hit (key: e200f3d5e57e0fac65d4aedb553520b3)
FTPSync > Connection cache hit (key: e200f3d5e57e0fac65d4aedb553520b3)
FTPSync > performSync exception: timed out
FTPSync [default] > upload failed: {index.php}
FTPSync > performSync exception: timed out
FTPSync [default] > upload failed: {index.php}
FTPSync [default] > closed

from sublimetext2-ftpsync.

NoxArt avatar NoxArt commented on June 30, 2024

Hi, I added a retry, hope it'll help

from sublimetext2-ftpsync.

didacrios avatar didacrios commented on June 30, 2024

it seems is working smoothly now, untill today

New error found trying to upload/download

Exception AttributeError: "FTPSConnection instance has no attribute 'connection'" in <bound method         
FTPSConnection.__del__ of <ftpsyncwrapper.FTPSConnection instance at 0x3bd6d88>> ignored
Connection initialization failed <Exception: __init__() takes exactly 4 arguments (3 given)>

from sublimetext2-ftpsync.

NoxArt avatar NoxArt commented on June 30, 2024

The first part should be fixed, don't know why the second one's happening, unless it's because of the first one.

Can you please give me an update on the situation?

from sublimetext2-ftpsync.

didacrios avatar didacrios commented on June 30, 2024

Rebooted Sublimetext and its working .... rare things happens

from sublimetext2-ftpsync.

NoxArt avatar NoxArt commented on June 30, 2024

Great, thanks

from sublimetext2-ftpsync.

didacrios avatar didacrios commented on June 30, 2024

It seems that happens randomly, fixing rebooting Sublime, but is bothering! xD

Exception in thread Thread-72:
Traceback (most recent call last):
  File ".\threading.py", line 532, in __bootstrap_inner
  File ".\FTPSync.py", line 1067, in run
  File ".\FTPSync.py", line 684, in performSync
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf3 in position 46: ordinal not in range(128)

from sublimetext2-ftpsync.

NoxArt avatar NoxArt commented on June 30, 2024

Hi ... can you try updating FTPSync? It's because the line 684 is empty, the newer version will probably not fix the issue itself.

I've seen this message as well, but could not reproduce it to debug it yet ... as you say, it happens randomly, which is pretty unpleasant to fix :/

from sublimetext2-ftpsync.

didacrios avatar didacrios commented on June 30, 2024

sorry! its up to date now, i will try during the morning in windows

i have to say that yesterday i had no problems working on linux

from sublimetext2-ftpsync.

didacrios avatar didacrios commented on June 30, 2024
FTPSync > Loading config: cache hit (key: C:\Users\Didac\Projectes\cat.cat\less\formularis.less)
FTPSync > Connection cache hit (key: ec6947a8c99e2d1dbb1aa3e339d37aee)
Traceback (most recent call last):
  File ".\sublime_plugin.py", line 185, in on_pre_save
  File ".\sublime_plugin.py", line 154, in run_timed_function
  File ".\sublime_plugin.py", line 184, in <lambda>
  File ".\FTPSync.py", line 1028, in on_pre_save
  File ".\FTPSync.py", line 644, in getRemoteMetadata
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf3 in position 38: ordinal not in range(128)
Writing file /C/Users/Didac/Projectes/cat.cat/less/formularis.less with encoding UTF-8
FTPSync > Loading config: cache hit (key: C:\Users\Didac\Projectes\cat.cat\less\formularis.less)
FTPSync > Connection cache hit (key: ec6947a8c99e2d1dbb1aa3e339d37aee)

FTPSync > performSync exception: 'ascii' codec can't decode byte 0xf3 in position 38: ordinal not in range(128)
FTPSync [CONECTION_NAME] > upload failed: {formularis.less} <Exception: 'ascii' codec can't decode byte 0xf3 in position 38: ordinal not in range(128)>

Solved rebooting sublime

from sublimetext2-ftpsync.

NoxArt avatar NoxArt commented on June 30, 2024

I made some slight changes, but 'm not sure if it's gonna make this go away ... to make it worse the error happens in a weird place, as if either there's a bug in getting filepath or ftp returns a weirdly-formatted exception message :/

from sublimetext2-ftpsync.

saiori avatar saiori commented on June 30, 2024

I got this to go away for now it seems by uninstalling FTP Sync and then
re-installing it. I'm not sure why that would fix it, but I am able to
upload and download to a server that I was unable to yesterday.

On Thu, Aug 23, 2012 at 9:29 AM, Jiří Petruželka
[email protected]:

I made some slight changes, but 'm not sure if it's gonna make this go
away ... to make it worse the error happens in a weird place, as if either
there's a bug in getting filepath or ftp returns a weirdly-formatted
exception message :/


Reply to this email directly or view it on GitHubhttps://github.com//issues/18#issuecomment-7971405.

from sublimetext2-ftpsync.

didacrios avatar didacrios commented on June 30, 2024

Still having problemes after reinstalling.
Still fixing changing the option "passive": false, or vice-versa when the error ocurres

FTPSync > performSync exception: 200 TYPE is now 8-bit binary
FTPSync [clubatletismetarragona.cat] > upload failed: {script.js} <Exception: 200 TYPE is now 8-bit binary>

from sublimetext2-ftpsync.

NoxArt avatar NoxArt commented on June 30, 2024

Hi, hopefully it's fixed now. The upload actually should have occured, 2xx codes are OK codes ... why it throws an exception (error) in this case I don't know ... it seems to be just a notice/information. Should be ok now.
Would be glad for verification

Thanks for reporting!

from sublimetext2-ftpsync.

didacrios avatar didacrios commented on June 30, 2024

Seems to work fluent during the morning :)

from sublimetext2-ftpsync.

NoxArt avatar NoxArt commented on June 30, 2024

Great ... feel free to post if anything else happens

from sublimetext2-ftpsync.

didacrios avatar didacrios commented on June 30, 2024

Today woke up wrong again
Solving rebooting or doing the trick of change parameter "passive": false, or vice-versa

FTPSync > performSync exception: 500 I won't open a connection to 192.168.2.226 (only to 2.139.253.178)
FTPSync [clubatletismetarragona.cat] > upload failed: {media-queries.less} <Exception: 500 I won't open a connection to 192.168.2.226 (only to 2.139.253.178)>

from sublimetext2-ftpsync.

NoxArt avatar NoxArt commented on June 30, 2024

Are you able to connect to the server via different means? This seems more like a connection issue than anything FTPSync can influence. There was also no change to ftp-related mechanisms since yesterday.

from sublimetext2-ftpsync.

didacrios avatar didacrios commented on June 30, 2024

You say maybe is the internet connection that makes the problems?

It make sense, at work we are using a satellite connection, is where i have the most of problems and i can't remember such a problems at home with a normal connection.

But it's true that this Exception 500 occured in a few cases.

from sublimetext2-ftpsync.

NoxArt avatar NoxArt commented on June 30, 2024

Something like that, that for some reason the connection cannot reach it's final requested destination.

from sublimetext2-ftpsync.

didacrios avatar didacrios commented on June 30, 2024
FTPSync > performSync exception: 'ascii' codec can't decode byte 0xf3 in position 38: ordinal not in range(128)
FTPSync [clubatletismetarragona.cat] > upload failed: {cat-header.php} <Exception: 'ascii' codec can't decode byte 0xf3 in position 38: ordinal not in range(128)>

from sublimetext2-ftpsync.

NoxArt avatar NoxArt commented on June 30, 2024

:( ... In 0a47161 I added more detailed error print into console, if you could pass me the dump I'd be very grateful. You would recognize it by it being separated by --------

from sublimetext2-ftpsync.

didacrios avatar didacrios commented on June 30, 2024

You think that i forget about you? LOL :P So here is now the debug:

FTPSync [clubatletismetarragona.cat] > upload failed: {noticies.php} <Exception: 'ascii' codec can't decode byte 0xf3 in position 38: ordinal not in range(128)>
FTPSync > Exception in user code:
------------------------------------------------------------
Traceback (most recent call last):
  File ".\FTPSync.py", line 764, in performSync
   File ".\FTPSync.py", line 754, in action
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf3 in position 38: ordinal not in range(128)

from sublimetext2-ftpsync.

didacrios avatar didacrios commented on June 30, 2024
FTPSync > Exception in user code:
------------------------------------------------------------
Traceback (most recent call last):
  File ".\FTPSync.py", line 792, in action
  File ".\ftpsyncwrapper.py", line 257, in put
  File ".\ftpsyncwrapper.py", line 443, in __execute
  File ".\ftpsyncwrapper.py", line 245, in action
  File ".\ftplib.py", line 460, in storbinary
  File ".\ftplib.py", line 249, in voidcmd
  File ".\ftplib.py", line 224, in voidresp
  File ".\ftplib.py", line 210, in getresp
  File ".\ftplib.py", line 196, in getmultiline
  File ".\ftplib.py", line 186, in getline
EOFError
------------------------------------------------------------

from sublimetext2-ftpsync.

NoxArt avatar NoxArt commented on June 30, 2024

Hi, this should be caused by remote server unexpectadly terminating the connection ... I added some code, hope it'll help

from sublimetext2-ftpsync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.