question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'module' object has no attribute 'exceptions'

See original GitHub issue

Just updated to Sublime Text 3.2 and noticed that Sync Settings outputs the error, e.g. when trying to upload or download:

'module' object has no attribute 'exceptions'

But I’m not 100% certain that it’s caused by the new update because I haven’t used Sync Settings for a while. If someone can confirm the issue (or not), that would be great.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
tobihagemanncommented, Mar 14, 2019

All right, everything is fine then. 😄 Thanks!

1reaction
mfuentesgcommented, Mar 14, 2019

the unique way to receive that kind of errors, is because the requests module has not been installed in your sublime text yet. probably, after restart, the installation had been completed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

AttributeError: 'module' object has no attribute - Stack Overflow
Python is looking for the a object within your a.py module. Either RENAME that file to something else or use from __future__ import...
Read more >
AttributeError: 'module' object has no attribute 'main'
It's simply because there is no attribute with the name you called, for that Object. This means that you got the error when...
Read more >
AttributeError: 'module' object has no attribute 'exceptions ...
Hi, 1, salt-master&salt-minion version: # salt-master --versions-report Salt: 2015.5.5 Python: 2.6.6 (r266:84292, Feb 22 2013, ...
Read more >
AttributeError: module 'X' has no attribute 'Y' in Python
To solve the Python "AttributeError: module has no attribute", make sure you haven't named your local modules with names of remote modules, e.g....
Read more >
subscription-manager throws `AttributeError:'module' object ...
Unable to execute any subscription-manager command due to the error of AttributeError: 'module' object has no attribute 'PY2'.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found