-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Deprecate reddit commands taking too long to connect to PushshiftAPI #3999
Merged
Merged
Changes from 18 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
94ae277
fix tk
montezdesousa 32adeef
fix newsletters
montezdesousa a353790
fix lt
montezdesousa 5402200
exception on pir
montezdesousa 6d4a465
fix attrib bug and remove warning
montezdesousa 736d7a9
fix earnings
montezdesousa 0bbfb3d
fix ins, lt, whatif
montezdesousa acd0d62
fillna
montezdesousa c2a445b
fix vis
montezdesousa ed024b7
timeout reddit func
montezdesousa 7bb981d
fix interest
montezdesousa cf61e71
black
montezdesousa 406edd6
pylint
montezdesousa 5aca673
Merge branch 'develop' into hotfix/reddit
montezdesousa ec130f7
Merge branch 'develop' into hotfix/reddit
montezdesousa fd7fbff
pylint again
montezdesousa 9181c6a
Merge branch 'hotfix/reddit' of github.com:OpenBB-finance/OpenBBTermi…
montezdesousa 2558811
back to timeout
montezdesousa dc93948
Merge branch 'develop' into hotfix/reddit
jmaslek 8f3deeb
Merge branch 'develop' into hotfix/reddit
montezdesousa d1418c9
rewind
montezdesousa 29d05f9
deprecate pushshift api commands
montezdesousa 9aa5043
Merge branch 'develop' into hotfix/reddit
jmaslek b3aae2a
rewrite expected
montezdesousa fb8674b
Merge branch 'hotfix/reddit' of github.com:OpenBB-finance/OpenBBTermi…
montezdesousa 843f2b4
Merge branch 'develop' into hotfix/reddit
jmaslek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
from openbb_terminal.rich_config import console | ||
|
||
|
||
class APITimeoutError(Exception): | ||
"""API Timeout Error""" | ||
|
||
def __init__(self): | ||
super().__init__() | ||
console.print("[red]API is not responding - timeout.[/red]\n") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pushshift has been down over a month. lets deprecate anything using it