Skip to content
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 ... messages #37

Open
florisjan78 opened this issue Apr 25, 2021 · 3 comments
Open

Could not parse ... messages #37

florisjan78 opened this issue Apr 25, 2021 · 3 comments

Comments

@florisjan78
Copy link

I am getting the following:

Could not parse https://ethereumworldnews.com/feed/ error is: Server disconnected
Could not parse http://infoonbitcoin.com/feed/ error is: Server disconnected
Could not parse https://about.crunchbase.com/blog/feed/ error is: Cannot connect to host about.crunchbase.com:443 ssl:default [None]
Could not parse https://vaultoro.com/feed/ error is: [Errno 32] Broken pipe
Could not parse https://bitcoinspakistan.com/feed/ error is: [Errno 32] Broken pipe
Could not parse https://blog.purse.io/feed error is: [Errno 32] Broken pipe
Could not parse https://blog.feedspot.com/feed/ error is: Server disconnected
Could not parse https://www.goldsilveranalyst.com/feed error is: Server disconnected
Could not parse https://coinjournal.net/feed/ error is: [Errno 32] Broken pipe
Could not parse https://www.crypnotic.com/blog/feed error is: [Errno 32] Broken pipe
Could not parse https://coinpress.io/feed/ error is: [Errno 32] Broken pipe
Could not parse https://www.crypto-news.net/feed/ error is: [Errno 32] Broken pipe
Could not parse https://www.cryptostache.com/feed/ error is: [Errno 32] Broken pipe
Could not parse https://decrypt.co/feed error is: [Errno 32] Broken pipe

I can open the files using a browser, sounds like bad plumbing on their side.

Also:

Could not parse https://botsfolio.com/crypto_news/feed error is: 'NoneType' object has no attribute 'text'

Could not parse http://www.investorideas.com/rss/feeds/iimain.xml error is: time data 'Fri, 23 Apr 2021 14:10:00 EST' does not match format '%a, %d %b %Y %H:%M:%S %z'
Maybe support multiple date formats?

@Rybens92
Copy link
Contributor

I have already implemented better handling of feeds analysis, so most of a bugs like this will be gone, but program needs 2 more dependencies.
I also added some other new feature, so after deep testing I will push all the changes for acceptance near in the future.

@florisjan78
Copy link
Author

florisjan78 commented Apr 27, 2021

I'm looking forward to seeing the result, I've made a few temporary additions just to be able to see the script in action, like doing a json dump/load. I've also been trying to figure out how to catch the script terminating so it can't happen during those few precious seconds of actual trading. Hasn't resulted in actual code yet, though.

@Rybens92
Copy link
Contributor

Nice, playing with code like this is always fun experience.

Json dump&load is already in pull requests and working pretty good for me so far, so you can check it out if you want.

In my current work in progress are also more fixes for preventing bot to stop after an error occurred when using testnet.
Just give me few days and I will pull request all the changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants