Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2021
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/opt/syncevolution/syncfe.py", line 884, in sync_clicked
  3. self.synchronize_start()
  4. File "/opt/syncevolution/syncfe.py", line 1253, in synchronize_start
  5. self.sync_state = SyncRunner(False, self.sync, self.server, self.server_dir, self.server_config, mode, sources)
  6. File "/opt/syncevolution/syncfe.py", line 99, in __init__
  7. self.method = get_method(url)
  8. File "/opt/syncevolution/syncfe.py", line 76, in get_method
  9. pos = url.find(":")
  10. AttributeError: 'NoneType' object has no attribute 'find'
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement