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

can't modify frozen String: "" #449

Open
ryancdotorg opened this issue Aug 6, 2021 · 4 comments
Open

can't modify frozen String: "" #449

ryancdotorg opened this issue Aug 6, 2021 · 4 comments

Comments

@ryancdotorg
Copy link

I'm using Ubuntu 20.04 with the distribution provided ruby package, which is ruby 2.7.0. Any attempt to use t now gives a traceback similar to the following:

$ t followers
Traceback (most recent call last):
        18: from /home/ryanc/.gem/ruby/2.7.0/bin/t:23:in `<main>'
        17: from /home/ryanc/.gem/ruby/2.7.0/bin/t:23:in `load'
        16: from /home/ryanc/.gem/ruby/2.7.0/gems/t-3.1.0/bin/t:20:in `<top (required)>'
        15: from /home/ryanc/.gem/ruby/2.7.0/gems/thor-1.1.0/lib/thor/base.rb:485:in `start'
        14: from /home/ryanc/.gem/ruby/2.7.0/gems/thor-1.1.0/lib/thor.rb:392:in `dispatch'
        13: from /home/ryanc/.gem/ruby/2.7.0/gems/thor-1.1.0/lib/thor/invocation.rb:127:in `invoke_command'
        12: from /home/ryanc/.gem/ruby/2.7.0/gems/thor-1.1.0/lib/thor/command.rb:27:in `run'
        11: from /home/ryanc/.gem/ruby/2.7.0/gems/t-3.1.0/lib/t/cli.rb:365:in `followers'
        10: from /home/ryanc/.gem/ruby/2.7.0/gems/twitter-6.2.0/lib/twitter/rest/friends_and_followers.rb:48:in `follower_ids'
         9: from /home/ryanc/.gem/ruby/2.7.0/gems/twitter-6.2.0/lib/twitter/rest/utils.rb:161:in `cursor_from_response_with_user'
         8: from /home/ryanc/.gem/ruby/2.7.0/gems/twitter-6.2.0/lib/twitter/rest/utils.rb:166:in `user_id'
         7: from /home/ryanc/.gem/ruby/2.7.0/gems/twitter-6.2.0/lib/twitter/rest/users.rb:53:in `verify_credentials'
         6: from /home/ryanc/.gem/ruby/2.7.0/gems/twitter-6.2.0/lib/twitter/rest/utils.rb:57:in `perform_get_with_object'
         5: from /home/ryanc/.gem/ruby/2.7.0/gems/twitter-6.2.0/lib/twitter/rest/utils.rb:72:in `perform_request_with_object'
         4: from /home/ryanc/.gem/ruby/2.7.0/gems/twitter-6.2.0/lib/twitter/rest/utils.rb:50:in `perform_request'
         3: from /home/ryanc/.gem/ruby/2.7.0/gems/twitter-6.2.0/lib/twitter/rest/request.rb:37:in `perform'
         2: from /usr/lib/ruby/2.7.0/forwardable.rb:229:in `empty?'
         1: from /home/ryanc/.gem/ruby/2.7.0/gems/http-3.3.0/lib/http/response/body.rb:52:in `to_s'
/home/ryanc/.gem/ruby/2.7.0/gems/http-3.3.0/lib/http/response/body.rb:52:in `force_encoding': can't modify frozen String: "" (FrozenError)
@greggh
Copy link

greggh commented Aug 11, 2021

I'm getting the same bug.

~ ᐅ t mentions /usr/local/lib/ruby/gems/3.0.0/gems/http-3.3.0/lib/http/response/body.rb:52:in 'force_encoding': can't modify frozen String: "" (FrozenError) from /usr/local/lib/ruby/gems/3.0.0/gems/http-3.3.0/lib/http/response/body.rb:52:in 'to_s' from /usr/local/Cellar/ruby/3.0.2/lib/ruby/3.0.0/forwardable.rb:232:in 'empty?' from /usr/local/lib/ruby/gems/3.0.0/gems/twitter-6.2.0/lib/twitter/rest/request.rb:37:in 'perform' from /usr/local/lib/ruby/gems/3.0.0/gems/twitter-6.2.0/lib/twitter/rest/utils.rb:50:in 'perform_request' from /usr/local/lib/ruby/gems/3.0.0/gems/twitter-6.2.0/lib/twitter/rest/utils.rb:95:in 'perform_request_with_objects' from /usr/local/lib/ruby/gems/3.0.0/gems/twitter-6.2.0/lib/twitter/rest/utils.rb:80:in 'perform_get_with_objects' from /usr/local/lib/ruby/gems/3.0.0/gems/twitter-6.2.0/lib/twitter/rest/timelines.rb:26:in 'mentions_timeline' from /usr/local/lib/ruby/gems/3.0.0/gems/t-3.1.0/lib/t/cli.rb:521:in 'block in mentions' from /usr/local/lib/ruby/gems/3.0.0/gems/t-3.1.0/lib/t/collectable.rb:26:in 'block in collect_with_count' from /usr/local/lib/ruby/gems/3.0.0/gems/t-3.1.0/lib/t/collectable.rb:12:in 'block in collect_with_max_id' from /usr/local/lib/ruby/gems/3.0.0/gems/retryable-2.0.4/lib/retryable.rb:68:in 'retryable' from /usr/local/lib/ruby/gems/3.0.0/gems/t-3.1.0/lib/t/collectable.rb:11:in 'collect_with_max_id' from /usr/local/lib/ruby/gems/3.0.0/gems/t-3.1.0/lib/t/collectable.rb:16:in 'collect_with_max_id' from /usr/local/lib/ruby/gems/3.0.0/gems/t-3.1.0/lib/t/collectable.rb:22:in 'collect_with_count' from /usr/local/lib/ruby/gems/3.0.0/gems/t-3.1.0/lib/t/cli.rb:520:in 'mentions' from /usr/local/lib/ruby/gems/3.0.0/gems/thor-1.1.0/lib/thor/command.rb:27:in 'run' from /usr/local/lib/ruby/gems/3.0.0/gems/thor-1.1.0/lib/thor/invocation.rb:127:in 'invoke_command' from /usr/local/lib/ruby/gems/3.0.0/gems/thor-1.1.0/lib/thor.rb:392:in 'dispatch' from /usr/local/lib/ruby/gems/3.0.0/gems/thor-1.1.0/lib/thor/base.rb:485:in 'start' from /usr/local/lib/ruby/gems/3.0.0/gems/t-3.1.0/bin/t:20:in '<top (required)>' from /usr/local/lib/ruby/gems/3.0.0/bin/t:23:in 'load' from /usr/local/lib/ruby/gems/3.0.0/bin/t:23:in '<main>'

@derwiki
Copy link

derwiki commented Aug 11, 2021

I used RVM to switch to ruby 2.5.9 and that worked for me

@gunvantsr
Copy link

Hello, i'm also getting the same error. don't know how to solve this.

@pavellishin
Copy link

Looks like the same issue as #452

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

5 participants