-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not parse rfc1738 URL from string #2
Comments
I had a similar error and solved it by setting CONNECTION_STRING = 'sqlite:///tweets.db'. |
that fixed this, thanks! a stupid copy and paste error. Btw, if dump.py throws this error |
My entry in private.py looks to be spelled correctly but I am also having this RFC errors. Any ideas? TIA. CONNECTION_STRING = ”sqlite:///tweets.db” |
Changed double quotes to single quotes and error went away. Interesting. |
Problem: I played with Pandas and Postgres yesterday and today I had the same problem. |
@LaurianoElmiroDuarte what did you remove the quotes from? |
I have all the requirements, running python3.5.3 in virtualenvwrapper, on the most recent Raspbian Stretch (Jan2018), but I always get this. Any hints?
The text was updated successfully, but these errors were encountered: