GithubHelp home page GithubHelp logo

Comments (3)

digitalec avatar digitalec commented on June 5, 2024

According to Microsoft, it looks like the SMTP server for Outlook/Live/Office 365 is smtp-mail.outlook.com.

Also, if you use 2FA you'll need to create an app password to connect.

deemon simply connects to an SMTP server and does not need to support an individual service, any service will work.

from deemon.

redking974 avatar redking974 commented on June 5, 2024

Thanks for the reply. So I change the server as you mention and it got me another error

Traceback (most recent call last):
File "c:\program files\python38\lib\runpy.py", line 194, in run_module_as_main
return run_code(code, main_globals, None,
File "c:\program files\python38\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Program Files\Python38\Scripts\deemon.exe_main
.py", line 4, in
File "c:\program files\python38\lib\site-packages\deemon_main
.py", line 1, in
from deemon import cli
File "c:\program files\python38\lib\site-packages\deemon\cli.py", line 11, in
from deemon.cmd import download, rollback, backup
File "c:\program files\python38\lib\site-packages\deemon\cmd\download.py", line 11, in
from deemon.core import dmi
File "c:\program files\python38\lib\site-packages\deemon\core\dmi.py", line 5, in
import deemix.utils.localpaths as localpaths
File "c:\program files\python38\lib\site-packages\deemix\utils_init.py", line 2, in
from deezer import TrackFormats
ImportError: cannot import name 'TrackFormats' from 'deezer' (c:\program files\python38\lib\site-packages\deezer_init_.py)

I guess it doesn't related to the smtp server. But I fill the config.json as below which seems correct :
"check_update": 7,
"debug_mode": false,
"release_channel": "stable",
"query_limit": 10,
"rollback_view_limit": 10,
"prompt_duplicates": true,
"prompt_no_matches": true,
"new_releases": {
"by_release_date": false,
"release_max_age": 365
},
"global": {
"bitrate": "FLAC",
"alerts": true,
"record_type": "all",
"download_path": "D:\Audio\deemon",
"email": "[email protected]"
},

from deemon.

digitalec avatar digitalec commented on June 5, 2024

That issue is related to the deezer-py module. I would recommend reinstalling it by running pip install --force-reinstall deezer-py. Closing issue as this is not an issue. If you need help getting things going, feel free to reply here or jump over to the Discord

from deemon.

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.